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

  /external/freetype/src/truetype/
ttgload.c 442 (void*)&load->exec->glyphIns,
450 load->glyph->control_data = load->exec->glyphIns;
452 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
825 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.h 192 FT_Byte* glyphIns; /* glyph instructions buffer */
ttinterp.c 269 FT_FREE( exec->glyphIns );
320 exec->glyphIns = NULL;
469 (void*)&exec->glyphIns,
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 438 (void*)&load->exec->glyphIns,
446 load->glyph->control_data = load->exec->glyphIns;
448 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
805 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.h 204 FT_Byte* glyphIns; /* glyph instructions buffer */
ttinterp.c 408 FT_FREE( exec->glyphIns );
459 exec->glyphIns = NULL;
608 (void*)&exec->glyphIns,
    [all...]

Completed in 570 milliseconds