Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtessellator_p.h File Reference

(02de77535f2a94cbeb7e0ea01895ba4e556e165c)

#include <QPoint>
#include <QRect>
Include dependency graph for qtessellator_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QTessellator
struct  QTessellator::Vertex
struct  QTessellator::Trapezoid

Macros

#define Q27Dot5ToDouble(i)
#define FloatToQ27Dot5(i)
#define IntToQ27Dot5(i)
#define Q27Dot5ToXFixed(i)
#define Q27Dot5Factor   32

Typedefs

typedef int Q27Dot5

Macro Definition Documentation

◆ FloatToQ27Dot5

#define FloatToQ27Dot5 ( i)
Value:
(int)((i) * 32)

Definition at line 16 of file qtessellator_p.h.

◆ IntToQ27Dot5

#define IntToQ27Dot5 ( i)
Value:
((i) << 5)

Definition at line 17 of file qtessellator_p.h.

◆ Q27Dot5Factor

#define Q27Dot5Factor   32

Definition at line 19 of file qtessellator_p.h.

◆ Q27Dot5ToDouble

#define Q27Dot5ToDouble ( i)
Value:
((i)/32.)

Definition at line 15 of file qtessellator_p.h.

◆ Q27Dot5ToXFixed

#define Q27Dot5ToXFixed ( i)
Value:
((i) << 11)

Definition at line 18 of file qtessellator_p.h.

Typedef Documentation

◆ Q27Dot5

typedef int Q27Dot5

Definition at line 14 of file qtessellator_p.h.