![]() |
Qt 6.x
The Qt SDK
|
#include <QPoint>
#include <QRect>
Go to the source code of this file.
Classes | |
class | QTessellator |
struct | QTessellator::Vertex |
struct | QTessellator::Trapezoid |
Macros | |
#define | Q27Dot5ToDouble(i) ((i)/32.) |
#define | FloatToQ27Dot5(i) (int)((i) * 32) |
#define | IntToQ27Dot5(i) ((i) << 5) |
#define | Q27Dot5ToXFixed(i) ((i) << 11) |
#define | Q27Dot5Factor 32 |
Typedefs | |
typedef int | Q27Dot5 |
Definition at line 16 of file qtessellator_p.h.
Definition at line 17 of file qtessellator_p.h.
#define Q27Dot5Factor 32 |
Definition at line 19 of file qtessellator_p.h.
Definition at line 15 of file qtessellator_p.h.
Definition at line 18 of file qtessellator_p.h.
typedef int Q27Dot5 |
Definition at line 14 of file qtessellator_p.h.