HomeSort by: relevance | last modified time | path
    Searched refs:glyphIns (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.h 192 FT_Byte* glyphIns; /* glyph instructions buffer */
ttgload.c 451 (void*)&load->exec->glyphIns,
459 load->glyph->control_data = load->exec->glyphIns;
462 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
883 loader->exec->glyphIns, n_ins );
1406 (void*)&loader->exec->glyphIns,
1416 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) )
1419 loader->glyph->control_data = loader->exec->glyphIns;
2736 loader->instructions = exec->glyphIns;
ttinterp.c 260 FT_FREE( exec->glyphIns );
313 exec->glyphIns = NULL;
471 (void*)&exec->glyphIns,

Completed in 45 milliseconds