42 #ifndef QTESSELATOR_P_H 43 #define QTESSELATOR_P_H 64 #define Q27Dot5ToDouble(i) ((i)/32.) 65 #define FloatToQ27Dot5(i) (int)((i) * 32) 66 #define IntToQ27Dot5(i) ((i) << 5) 67 #define Q27Dot5ToXFixed(i) ((i) << 11) 68 #define Q27Dot5Factor 32 76 void tessellateConvex(
const QPointF *points,
int nPoints);
79 void setWinding(
bool w);
93 virtual void addTrap(
const Trapezoid &trap) = 0;
#define QT_END_NAMESPACE
This macro expands to.
The QPointF class defines a point in the plane using floating point precision.
const Vertex * bottomLeft
long ASN1_INTEGER_get ASN1_INTEGER * a
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QRectF class defines a rectangle in the plane using floating point precision. ...
const Vertex * bottomRight