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

  /external/skia/gm/
skbug_5321.cpp 25 int glyph_count = font.countText(text, byteLength, kUTF8_SkTextEncoding); local
28 auto rec = builder.allocRunPosH(font, glyph_count, y);
29 font.textToGlyphs(text, byteLength, kUTF8_SkTextEncoding, rec.glyphs, glyph_count);
31 font.getWidths(rec.glyphs, glyph_count, rec.pos);
32 for (int i = 0; i < glyph_count; ++i) {
  /external/skqp/gm/
skbug_5321.cpp 25 int glyph_count = font.countText(text, byteLength, kUTF8_SkTextEncoding); local
28 auto rec = builder.allocRunPosH(font, glyph_count, y);
29 font.textToGlyphs(text, byteLength, kUTF8_SkTextEncoding, rec.glyphs, glyph_count);
31 font.getWidths(rec.glyphs, glyph_count, rec.pos);
32 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/
test-ot-color.cc 45 unsigned glyph_count = hb_face_get_glyph_count (face); local
47 for (unsigned int glyph_id = 0; glyph_id < glyph_count; glyph_id++)
75 unsigned glyph_count = hb_face_get_glyph_count (face); local
81 for (sample_glyph_id = 0; sample_glyph_id < glyph_count; sample_glyph_id++)
101 for (unsigned int glyph_id = 0; glyph_id < glyph_count; glyph_id++)
133 unsigned glyph_count = hb_face_get_glyph_count (face); local
134 for (hb_codepoint_t gid = 0; gid < glyph_count; ++gid)
hb-graphite2.cc 287 unsigned int glyph_count = gr_seg_n_slots (seg); local
288 if (unlikely (!glyph_count)) {
295 buffer->ensure (glyph_count);
298 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
319 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
389 buffer->len = glyph_count;
  /external/freetype/src/otvalid/
otvcommn.h 51 FT_UInt glyph_count; member in struct:OTV_ValidatorRec_
  /external/skia/tests/
SerializationTest.cpp 753 int glyph_count = 5; local
754 const auto& run = builder.allocRun(font, glyph_count, 1.2f, 2.3f);
756 std::fill(run.glyphs, run.glyphs + glyph_count, 0);
  /external/skqp/tests/
SerializationTest.cpp 753 int glyph_count = 5; local
754 const auto& run = builder.allocRun(font, glyph_count, 1.2f, 2.3f);
756 std::fill(run.glyphs, run.glyphs + glyph_count, 0);
  /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 1274 milliseconds