Qt 4.8
|
Go to the source code of this file.
Classes | |
class | QTessellator |
struct | QTessellator::Trapezoid |
struct | QTessellator::Vertex |
Macros | |
#define | FloatToQ27Dot5(i) (int)((i) * 32) |
#define | IntToQ27Dot5(i) ((i) << 5) |
#define | Q27Dot5Factor 32 |
#define | Q27Dot5ToDouble(i) ((i)/32.) |
#define | Q27Dot5ToXFixed(i) ((i) << 11) |
Typedefs | |
typedef int | Q27Dot5 |
#define FloatToQ27Dot5 | ( | i | ) | (int)((i) * 32) |
Definition at line 65 of file qtessellator_p.h.
Referenced by QTessellatorPrivate::collectAndSortVertices(), QTessellator::tessellateConvex(), and QTessellator::tessellateRect().
#define IntToQ27Dot5 | ( | i | ) | ((i) << 5) |
Definition at line 66 of file qtessellator_p.h.
#define Q27Dot5Factor 32 |
Definition at line 68 of file qtessellator_p.h.
#define Q27Dot5ToDouble | ( | i | ) | ((i)/32.) |
Definition at line 64 of file qtessellator_p.h.
Referenced by QTessellatorPrivate::addIntersection(), QTessellator::tessellate(), and QOpenGLTessellator::toGLTrapezoid().
#define Q27Dot5ToXFixed | ( | i | ) | ((i) << 11) |
Definition at line 67 of file qtessellator_p.h.
Referenced by QXRenderTessellator::addTrap().
typedef int Q27Dot5 |
Definition at line 61 of file qtessellator_p.h.