Qt 4.8
Macros | Functions
qtriangulatingstroker.cpp File Reference
#include "qtriangulatingstroker_p.h"
#include <qmath.h>

Go to the source code of this file.

Macros

#define CURVE_FLATNESS   Q_PI / 8
 

Functions

static void qdashprocessor_cubicTo (qreal, qreal, qreal, qreal, qreal, qreal, void *)
 
static void qdashprocessor_lineTo (qreal x, qreal y, void *data)
 
static void qdashprocessor_moveTo (qreal x, qreal y, void *data)
 

Macro Definition Documentation

◆ CURVE_FLATNESS

#define CURVE_FLATNESS   Q_PI / 8

Function Documentation

◆ qdashprocessor_cubicTo()

static void qdashprocessor_cubicTo ( qreal  ,
qreal  ,
qreal  ,
qreal  ,
qreal  ,
qreal  ,
void *   
)
static

Definition at line 478 of file qtriangulatingstroker.cpp.

Referenced by QDashedStrokeProcessor::QDashedStrokeProcessor().

479 {
480  Q_ASSERT(0); // The dasher should not produce curves...
481 }
#define Q_ASSERT(cond)
Definition: qglobal.h:1823

◆ qdashprocessor_lineTo()

static void qdashprocessor_lineTo ( qreal  x,
qreal  y,
void *  data 
)
static

Definition at line 473 of file qtriangulatingstroker.cpp.

Referenced by QDashedStrokeProcessor::QDashedStrokeProcessor().

474 {
476 }
static const char * data(const QByteArray &arr)

◆ qdashprocessor_moveTo()

static void qdashprocessor_moveTo ( qreal  x,
qreal  y,
void *  data 
)
static

Definition at line 468 of file qtriangulatingstroker.cpp.

Referenced by QDashedStrokeProcessor::QDashedStrokeProcessor().

469 {
471 }
static const char * data(const QByteArray &arr)