Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c419 (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()
Dttinterp.h192 FT_Byte* glyphIns; /* glyph instructions buffer */ member
Dttinterp.c262 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/
Dttgload.c420 (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()
Dttinterp.h193 FT_Byte* glyphIns; /* glyph instructions buffer */ member
Dttinterp.c246 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/
Dttgload.c420 (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()
Dttinterp.h192 FT_Byte* glyphIns; /* glyph instructions buffer */ member
Dttinterp.c253 FT_FREE( exec->glyphIns ); in TT_Done_Context()
304 exec->glyphIns = NULL; in Init_Context()
453 (void*)&exec->glyphIns, in TT_Load_Context()