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 450 load->glyph->control_data = load->exec->glyphIns;
452 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
806 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.c 420 FT_FREE( exec->glyphIns );
473 exec->glyphIns = NULL;
617 (void*)&exec->glyphIns,
    [all...]

Completed in 250 milliseconds