HomeSort by relevance Sort by last modified time
    Searched refs:glyphIns (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/truetype/
ttinterp.h 157 FT_Byte* glyphIns; /* glyph instructions buffer */
ttgload.c 433 load->glyph->control_data = load->exec->glyphIns;
435 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
789 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.c 423 FT_FREE( exec->glyphIns );
476 exec->glyphIns = NULL;
625 (void*)&exec->glyphIns,
    [all...]

Completed in 1742 milliseconds