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

  /external/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 200 FT_Byte* glyphIns; /* glyph instructions buffer */
ttinterp.c 432 FT_FREE( exec->glyphIns );
485 exec->glyphIns = NULL;
634 (void*)&exec->glyphIns,
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 200 FT_Byte* glyphIns; /* glyph instructions buffer */
ttgload.c 441 load->glyph->control_data = load->exec->glyphIns;
443 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
804 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.c 432 FT_FREE( exec->glyphIns );
485 exec->glyphIns = NULL;
634 (void*)&exec->glyphIns,
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.h 200 FT_Byte* glyphIns; /* glyph instructions buffer */
ttgload.c 442 load->glyph->control_data = load->exec->glyphIns;
444 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
809 loader->exec->glyphIns, n_ins );
    [all...]
ttinterp.c 432 FT_FREE( exec->glyphIns );
485 exec->glyphIns = NULL;
634 (void*)&exec->glyphIns,
    [all...]

Completed in 140 milliseconds