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

/external/freetype/src/truetype/
H A Dttinterp.h192 FT_Byte* glyphIns; /* glyph instructions buffer */ member in struct:TT_ExecContextRec_
H A Dttgload.c442 (void*)&load->exec->glyphIns,
450 load->glyph->control_data = load->exec->glyphIns;
452 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
825 loader->exec->glyphIns, n_ins );
1235 (void*)&loader->exec->glyphIns,
1245 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) )
1248 loader->glyph->control_data = loader->exec->glyphIns;
2374 loader->instructions = exec->glyphIns;
H A Dttinterp.c269 FT_FREE( exec->glyphIns );
320 exec->glyphIns = NULL;
469 (void*)&exec->glyphIns,
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.h204 FT_Byte* glyphIns; /* glyph instructions buffer */ member in struct:TT_ExecContextRec_
H A Dttgload.c438 (void*)&load->exec->glyphIns,
446 load->glyph->control_data = load->exec->glyphIns;
448 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
805 loader->exec->glyphIns, n_ins );
1231 (void*)&loader->exec->glyphIns,
1241 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) )
1244 loader->glyph->control_data = loader->exec->glyphIns;
2270 loader->instructions = exec->glyphIns;
H A Dttinterp.c408 FT_FREE( exec->glyphIns );
459 exec->glyphIns = NULL;
608 (void*)&exec->glyphIns,

Completed in 128 milliseconds