Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttgload.c450 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()
806 loader->exec->glyphIns, n_ins ); in TT_Hint_Glyph()
1173 (void*)&loader->exec->glyphIns, in TT_Process_Composite_Glyph()
1182 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph()
1185 loader->glyph->control_data = loader->exec->glyphIns; in TT_Process_Composite_Glyph()
1930 loader->instructions = exec->glyphIns; in tt_loader_init()
Dttinterp.h157 FT_Byte* glyphIns; /* glyph instructions buffer */ member
Dttinterp.c420 FT_FREE( exec->glyphIns ); in TT_Done_Context()
473 exec->glyphIns = NULL; in Init_Context()
617 (void*)&exec->glyphIns, in TT_Load_Context()