ReactOS 0.4.16-dev-340-g0540c21
|
#include <ft2build.h>
#include "ttgload.h"
#include "ttpload.h"
#include "tterrors.h"
#include "ttsubpix.h"
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_ttgload |
#define | ARGS_ARE_WORDS 0x0001 |
#define | ARGS_ARE_XY_VALUES 0x0002 |
#define | ROUND_XY_TO_GRID 0x0004 |
#define | WE_HAVE_A_SCALE 0x0008 |
#define | MORE_COMPONENTS 0x0020 |
#define | WE_HAVE_AN_XY_SCALE 0x0040 |
#define | WE_HAVE_A_2X2 0x0080 |
#define | WE_HAVE_INSTR 0x0100 |
#define | USE_MY_METRICS 0x0200 |
#define | OVERLAP_COMPOUND 0x0400 |
#define | SCALED_COMPONENT_OFFSET 0x0800 |
#define | UNSCALED_COMPONENT_OFFSET 0x1000 |
#define | IS_DEFAULT_INSTANCE 1 |
#define IS_DEFAULT_INSTANCE 1 |
Definition at line 2105 of file ttgload.c.
Referenced by TT_Load_Glyph().
|
static |
Definition at line 1479 of file ttgload.c.
Referenced by load_truetype_glyph().
|
static |
Definition at line 1510 of file ttgload.c.
Referenced by load_truetype_glyph(), and TT_Load_Glyph().
TT_Access_Glyph_Frame | ( | TT_Loader | loader, |
FT_UInt | glyph_index, | ||
FT_ULong | offset, | ||
FT_UInt | byte_count | ||
) |
Definition at line 262 of file ttgload.c.
Referenced by TT_Init_Glyph_Loading().
TT_Forget_Glyph_Frame | ( | TT_Loader | loader | ) |
Definition at line 288 of file ttgload.c.
Referenced by TT_Init_Glyph_Loading().
Definition at line 75 of file ttgload.c.
Referenced by tt_get_metrics(), and TT_Load_Glyph().
Definition at line 122 of file ttgload.c.
Referenced by load_truetype_glyph().
Definition at line 93 of file ttgload.c.
Referenced by tt_get_metrics(), and TT_Load_Glyph().
Definition at line 781 of file ttgload.c.
Referenced by TT_Process_Composite_Glyph(), and TT_Process_Simple_Glyph().
TT_Init_Glyph_Loading | ( | TT_Face | face | ) |
Definition at line 742 of file ttgload.c.
Referenced by tt_face_init().
TT_Load_Composite_Glyph | ( | TT_Loader | loader | ) |
Definition at line 559 of file ttgload.c.
Referenced by TT_Init_Glyph_Loading().
TT_Load_Glyph | ( | TT_Size | size, |
TT_GlyphSlot | glyph, | ||
FT_UInt | glyph_index, | ||
FT_Int32 | load_flags | ||
) |
Definition at line 2687 of file ttgload.c.
Referenced by tt_glyph_load().
TT_Load_Glyph_Header | ( | TT_Loader | loader | ) |
Definition at line 298 of file ttgload.c.
Referenced by TT_Init_Glyph_Loading().
TT_Load_Simple_Glyph | ( | TT_Loader | load | ) |
Definition at line 326 of file ttgload.c.
Referenced by TT_Init_Glyph_Loading().
Definition at line 2650 of file ttgload.c.
Referenced by TT_Load_Glyph().
|
static |
Definition at line 2352 of file ttgload.c.
Referenced by TT_Load_Glyph().
Definition at line 1433 of file ttgload.c.
Referenced by load_truetype_glyph().
|
static |
Definition at line 753 of file ttgload.c.
Referenced by TT_Process_Composite_Glyph(), and TT_Process_Simple_Glyph().
|
static |
Definition at line 1084 of file ttgload.c.
Referenced by load_truetype_glyph().
|
static |
Definition at line 1253 of file ttgload.c.
Referenced by load_truetype_glyph().
Definition at line 910 of file ttgload.c.
Referenced by load_truetype_glyph().