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

  /external/skia/gm/
skbug_5321.cpp 23 int glyph_count = paint.countText(text, byteLength); local
24 SkAutoTMalloc<SkScalar> widths(glyph_count);
26 for (int i = 0; i < glyph_count; ++i) {
  /external/freetype/src/autofit/
afglobal.h 108 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
  /external/harfbuzz_ng/src/
hb-graphite2.cc 276 unsigned int glyph_count = gr_seg_n_slots (seg); local
277 if (unlikely (!glyph_count)) {
284 buffer->ensure (glyph_count);
287 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
308 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
374 buffer->len = glyph_count;
  /external/freetype/src/pshinter/
pshalgo.c 1649 FT_UInt glyph_count = glyph->num_points; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 1649 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 846 milliseconds