ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <tttypes.h>
Public Attributes | |
FT_Memory | memory |
FT_UShort | max_points |
FT_Short | max_contours |
FT_UShort | n_points |
FT_Short | n_contours |
FT_Vector * | org |
FT_Vector * | cur |
FT_Vector * | orus |
FT_Byte * | tags |
FT_UShort * | contours |
FT_UShort | first_point |
FT_Vector* TT_GlyphZoneRec_::cur |
Definition at line 1608 of file tttypes.h.
Referenced by TT_Process_Simple_Glyph().
FT_UShort TT_GlyphZoneRec_::n_points |
Definition at line 1604 of file tttypes.h.
Referenced by TT_Process_Composite_Glyph(), and TT_Process_Simple_Glyph().
FT_Vector* TT_GlyphZoneRec_::orus |
Definition at line 1609 of file tttypes.h.
Referenced by TT_Process_Simple_Glyph().
FT_Byte* TT_GlyphZoneRec_::tags |
Definition at line 1611 of file tttypes.h.
Referenced by TT_Process_Composite_Glyph().