Searched refs:glyphIns (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgload.c | 438 (void*)&load->exec->glyphIns, in TT_Load_Simple_Glyph() 446 load->glyph->control_data = load->exec->glyphIns; in TT_Load_Simple_Glyph() 448 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph() 805 loader->exec->glyphIns, n_ins ); in TT_Hint_Glyph() 1231 (void*)&loader->exec->glyphIns, in TT_Process_Composite_Glyph() 1241 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph() 1244 loader->glyph->control_data = loader->exec->glyphIns; in TT_Process_Composite_Glyph() 2270 loader->instructions = exec->glyphIns; in tt_loader_init()
|
D | ttinterp.h | 204 FT_Byte* glyphIns; /* glyph instructions buffer */ member
|
D | ttinterp.c | 408 FT_FREE( exec->glyphIns ); in TT_Done_Context() 459 exec->glyphIns = NULL; in Init_Context() 608 (void*)&exec->glyphIns, in TT_Load_Context()
|
/external/freetype/src/truetype/ |
D | ttgload.c | 442 (void*)&load->exec->glyphIns, in TT_Load_Simple_Glyph() 450 load->glyph->control_data = load->exec->glyphIns; in TT_Load_Simple_Glyph() 452 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph() 825 loader->exec->glyphIns, n_ins ); in TT_Hint_Glyph() 1235 (void*)&loader->exec->glyphIns, in TT_Process_Composite_Glyph() 1245 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph() 1248 loader->glyph->control_data = loader->exec->glyphIns; in TT_Process_Composite_Glyph() 2374 loader->instructions = exec->glyphIns; in tt_loader_init()
|
D | ttinterp.h | 192 FT_Byte* glyphIns; /* glyph instructions buffer */ member
|
D | ttinterp.c | 269 FT_FREE( exec->glyphIns ); in TT_Done_Context() 320 exec->glyphIns = NULL; in Init_Context() 469 (void*)&exec->glyphIns, in TT_Load_Context()
|