Searched refs:glyphIns (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgload.c | 419 (void*)&load->exec->glyphIns, in TT_Load_Simple_Glyph() 427 load->glyph->control_data = load->exec->glyphIns; in TT_Load_Simple_Glyph() 429 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph() 800 loader->exec->glyphIns, n_ins ); in TT_Hint_Glyph() 1207 (void*)&loader->exec->glyphIns, in TT_Process_Composite_Glyph() 1217 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph() 1220 loader->glyph->control_data = loader->exec->glyphIns; in TT_Process_Composite_Glyph() 2348 loader->instructions = exec->glyphIns; in tt_loader_init()
|
D | ttinterp.h | 192 FT_Byte* glyphIns; /* glyph instructions buffer */ member
|
D | ttinterp.c | 262 FT_FREE( exec->glyphIns ); in TT_Done_Context() 313 exec->glyphIns = NULL; in Init_Context() 462 (void*)&exec->glyphIns, in TT_Load_Context()
|
/external/freetype/src/truetype/ |
D | ttgload.c | 420 (void*)&load->exec->glyphIns, in TT_Load_Simple_Glyph() 428 load->glyph->control_data = load->exec->glyphIns; in TT_Load_Simple_Glyph() 431 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph() 804 loader->exec->glyphIns, n_ins ); in TT_Hint_Glyph() 1221 (void*)&loader->exec->glyphIns, in TT_Process_Composite_Glyph() 1231 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph() 1234 loader->glyph->control_data = loader->exec->glyphIns; in TT_Process_Composite_Glyph() 2495 loader->instructions = exec->glyphIns; in tt_loader_init()
|
D | ttinterp.h | 193 FT_Byte* glyphIns; /* glyph instructions buffer */ member
|
D | ttinterp.c | 246 FT_FREE( exec->glyphIns ); in TT_Done_Context() 297 exec->glyphIns = NULL; in Init_Context() 447 (void*)&exec->glyphIns, in TT_Load_Context()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
D | ttgload.c | 420 (void*)&load->exec->glyphIns, in TT_Load_Simple_Glyph() 428 load->glyph->control_data = load->exec->glyphIns; in TT_Load_Simple_Glyph() 430 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph() 802 loader->exec->glyphIns, n_ins ); in TT_Hint_Glyph() 1209 (void*)&loader->exec->glyphIns, in TT_Process_Composite_Glyph() 1219 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph() 1222 loader->glyph->control_data = loader->exec->glyphIns; in TT_Process_Composite_Glyph() 2382 loader->instructions = exec->glyphIns; in tt_loader_init()
|
D | ttinterp.h | 192 FT_Byte* glyphIns; /* glyph instructions buffer */ member
|
D | ttinterp.c | 253 FT_FREE( exec->glyphIns ); in TT_Done_Context() 304 exec->glyphIns = NULL; in Init_Context() 453 (void*)&exec->glyphIns, in TT_Load_Context()
|