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

  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.h 65 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
  /external/freetype/src/autofit/
afglobal.h 102 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.h 49 size_t glyph_count; member in struct:gfx::internal::TextRunHarfBuzz
render_text_win.h 46 int glyph_count; member in struct:gfx::internal::TextRun
render_text_mac.cc 269 const size_t glyph_count = CTRunGetGlyphCount(ct_run); local
272 if (glyph_count == 0) {
282 run->glyphs.resize(glyph_count);
288 for (size_t glyph = 0; glyph < glyph_count; glyph++) {
293 run->glyph_positions.resize(glyph_count);
297 positions.resize(glyph_count);
301 for (size_t glyph = 0; glyph < glyph_count; glyph++) {
render_text_pango.cc 420 int glyph_count = run->glyphs->num_glyphs; local
422 if (glyph_count == 0)
432 glyphs.resize(glyph_count);
433 pos.resize(glyph_count);
456 const size_t glyph_text_index = (glyph_index == glyph_count) ?
480 } while (glyph_index < glyph_count);
render_text_harfbuzz.cc 412 glyph_count(-1),
426 for (size_t i = 1; i < glyph_count && pos >= glyph_to_char[i]; ++i)
432 for (size_t i = 0; i < glyph_count; ++i) {
458 return Range(last, glyph_count);
467 return Range(first, glyph_count);
473 for (size_t i = 0; i < glyph_count; ++i) {
488 const int x = glyph_pos < glyph_count ?
516 for (size_t i = 0; i < run.glyph_count; ++i) {
518 i + 1 == run.glyph_count ? run.width : run.positions[i + 1].x();
827 int width = (colored_glyphs.end() == run.glyph_count ? run.width
986 unsigned int glyph_count = 0; local
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 272 size_t glyph_count = params.glyph_indices.size(); local
273 if (glyph_count) {
275 storage.resize(glyph_count);
277 for (uint32_t i = 0; i < glyph_count; i++) {
284 &params.glyph_indices[0], glyph_count * 2, sk_positions, paint);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 265 unsigned int glyph_count = gr_seg_n_slots (seg); local
266 if (unlikely (!glyph_count)) {
274 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
295 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
341 buffer->len = glyph_count;
  /external/chromium_org/third_party/ots/src/
gdef.cc 40 uint16_t glyph_count = 0; local
42 !subtable.ReadU16(&glyph_count)) {
46 2 * static_cast<unsigned>(glyph_count) + 4;
54 if (glyph_count > num_glyphs) {
55 OTS_WARNING("bad glyph count: %u", glyph_count);
60 attach_points.resize(glyph_count);
61 for (unsigned i = 0; i < glyph_count; ++i) {
gsub.cc 97 uint16_t glyph_count = 0; local
98 if (!subtable.ReadU16(&glyph_count)) {
101 if (glyph_count > num_glyphs) {
104 for (unsigned i = 0; i < glyph_count; ++i) {
133 uint16_t glyph_count = 0; local
134 if (!subtable.ReadU16(&glyph_count)) {
137 if (glyph_count > num_glyphs) {
140 for (unsigned i = 0; i < glyph_count; ++i) {
208 uint16_t glyph_count = 0; local
209 if (!subtable.ReadU16(&glyph_count)) {
472 uint16_t glyph_count = 0; local
    [all...]
layout.cc 273 uint16_t glyph_count = 0; local
274 if (!subtable.ReadU16(&glyph_count)) {
277 if (glyph_count > num_glyphs) {
278 OTS_WARNING("bad glyph count: %u", glyph_count);
281 for (unsigned i = 0; i < glyph_count; ++i) {
348 uint16_t glyph_count = 0; local
349 if (!subtable.ReadU16(&glyph_count)) {
352 if (glyph_count > num_glyphs) {
353 OTS_WARNING("bad glyph count: %u", glyph_count);
356 for (unsigned i = 0; i < glyph_count; ++i)
454 uint16_t glyph_count = 0; local
562 uint16_t glyph_count = 0; local
682 uint16_t glyph_count = 0; local
    [all...]
  /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/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 1757 FT_UInt glyph_count = glyph->num_points; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1756 FT_UInt glyph_count = glyph->num_points; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.c 1757 FT_UInt glyph_count = glyph->num_points; local
    [all...]

Completed in 450 milliseconds