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 158 FT_Byte* glyphIns; /* glyph instructions buffer */
ttgload.c 428 load->glyph->control_data = load->exec->glyphIns;
430 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
786 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.c 423 FT_FREE( exec->glyphIns );
476 exec->glyphIns = NULL;
625 (void*)&exec->glyphIns,
    [all...]

Completed in 161 milliseconds