Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c438 (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()
Dttinterp.h204 FT_Byte* glyphIns; /* glyph instructions buffer */ member
Dttinterp.c408 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/
Dttgload.c442 (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()
Dttinterp.h192 FT_Byte* glyphIns; /* glyph instructions buffer */ member
Dttinterp.c269 FT_FREE( exec->glyphIns ); in TT_Done_Context()
320 exec->glyphIns = NULL; in Init_Context()
469 (void*)&exec->glyphIns, in TT_Load_Context()