Home
last modified time | relevance | path

Searched refs:glyphIns (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.h192 FT_Byte* glyphIns; /* glyph instructions buffer */ member
Dttgload.c451 (void*)&load->exec->glyphIns, in TT_Load_Simple_Glyph()
459 load->glyph->control_data = load->exec->glyphIns; in TT_Load_Simple_Glyph()
462 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph()
883 loader->exec->glyphIns, n_ins ); in TT_Hint_Glyph()
1406 (void*)&loader->exec->glyphIns, in TT_Process_Composite_Glyph()
1416 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph()
1419 loader->glyph->control_data = loader->exec->glyphIns; in TT_Process_Composite_Glyph()
2736 loader->instructions = exec->glyphIns; in tt_loader_init()
Dttinterp.c260 FT_FREE( exec->glyphIns ); in TT_Done_Context()
313 exec->glyphIns = NULL; in Init_Context()
471 (void*)&exec->glyphIns, in TT_Load_Context()