HomeSort by relevance Sort by last modified time
    Searched defs:glyph_count (Results 1 - 7 of 7) 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/skqp/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 264 unsigned int glyph_count = gr_seg_n_slots (seg); local
265 if (unlikely (!glyph_count)) {
272 buffer->ensure (glyph_count);
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
367 buffer->len = glyph_count;
  /external/freetype/src/otvalid/
otvcommn.h 51 FT_UInt glyph_count; member in struct:OTV_ValidatorRec_
  /external/wayland/cursor/
convert_font.c 122 int32_t glyph_count; member in struct:glyph_names
128 int32_t glyph_count; member in struct:bitmaps
180 printf("glyph count %d\n", names->glyph_count);
182 if (names->glyph_count != extracted_font.count) {
189 + (names->glyph_count + 1) * sizeof(int32_t);
192 for (i = 0; i < names->glyph_count; ++i) {
204 printf("bitmaps count %d\n", bitmaps->glyph_count);
206 if (bitmaps->glyph_count != extracted_font.count) {
218 + (bitmaps->glyph_count + 4) * sizeof(int32_t);
221 for (i = 0; i < bitmaps->glyph_count; ++i)
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1649 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 100 milliseconds