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

  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 192 FT_Byte* glyphIns; /* glyph instructions buffer */
ttgload.c 419 (void*)&load->exec->glyphIns,
427 load->glyph->control_data = load->exec->glyphIns;
429 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
800 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.c 262 FT_FREE( exec->glyphIns );
313 exec->glyphIns = NULL;
462 (void*)&exec->glyphIns,
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 193 FT_Byte* glyphIns; /* glyph instructions buffer */
ttgload.c 420 (void*)&load->exec->glyphIns,
428 load->glyph->control_data = load->exec->glyphIns;
431 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
804 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.c 246 FT_FREE( exec->glyphIns );
297 exec->glyphIns = NULL;
447 (void*)&exec->glyphIns,
    [all...]

Completed in 7440 milliseconds