HomeSort by relevance Sort by last modified time
    Searched defs:glyph_count (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/autofit/
afglobal.h 102 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
  /external/harfbuzz_ng/src/
hb-graphite2.cc 266 unsigned int glyph_count = gr_seg_n_slots (seg); local
267 if (unlikely (!glyph_count)) {
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
344 buffer->len = glyph_count;
  /external/freetype/src/pshinter/
pshalgo.c 1743 FT_UInt glyph_count = glyph->num_points; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 1756 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 946 milliseconds