Home
last modified time | relevance | path

Searched refs:get_num_glyphs (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hdmx-table.hh138 return device_record->widthsZ.as_array (get_num_glyphs ()) [_]; in subset()
149 unsigned get_num_glyphs () const in get_num_glyphs() function
Dhb-aat-layout-opbd-table.hh61 …To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_num_glyphs ()); in get_bounds()
95 …To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_num_glyphs ()); in get_bounds()
Dhb-subset-plan.cc327 if (gid >= plan->source->get_num_glyphs ()) in _populate_unicodes_to_retain()
378 _remove_invalid_gids (plan->_glyphset_gsub, plan->source->get_num_glyphs ()); in _populate_gids_to_retain()
382 _remove_invalid_gids (plan->_glyphset_mathed, plan->source->get_num_glyphs ()); in _populate_gids_to_retain()
386 _remove_invalid_gids (&cur_glyphset, plan->source->get_num_glyphs ()); in _populate_gids_to_retain()
399 _remove_invalid_gids (plan->_glyphset, plan->source->get_num_glyphs ()); in _populate_gids_to_retain()
Dhb-face.hh94 unsigned int get_num_glyphs () const in get_num_glyphs() function
Dhb-static.cc66 unsigned int ret = maxp_table->get_num_glyphs (); in load_num_glyphs()
Dhb-ot-maxp-table.hh76 unsigned int get_num_glyphs () const { return numGlyphs; } in get_num_glyphs() function
Dhb-face.cc522 return face->get_num_glyphs (); in hb_face_get_glyph_count()
582 face->table.cmap->collect_unicodes (out, face->get_num_glyphs ()); in hb_face_collect_unicodes()
Dhb-ot-cff-common.hh476 for (unsigned int i = 0; i < c->get_num_glyphs (); i++) in sanitize()
500 return_trace (first < c->get_num_glyphs () && (fd < fdcount)); in sanitize()
526 if (unlikely (!sentinel().sanitize (c) || (sentinel() != c->get_num_glyphs ()))) in sanitize()
Dhb-aat-layout-kerx-table.hh383 unsigned int num_glyphs = c->sanitizer.get_num_glyphs (); in get_kerning()
544 c->sanitizer.get_num_glyphs ()); in transition()
547 c->sanitizer.get_num_glyphs ()); in transition()
631 unsigned int num_glyphs = c->sanitizer.get_num_glyphs (); in get_kerning()
Dhb-ot-color-sbix-table.hh90 imageOffsetsZ.sanitize_shallow (c, c->get_num_glyphs () + 1)); in sanitize()
208 num_glyphs = face->get_num_glyphs (); in init()
Dhb-aat-layout-common.hh63 return_trace (arrayZ.sanitize (c, c->get_num_glyphs ())); in sanitize()
68 return_trace (arrayZ.sanitize (c, c->get_num_glyphs (), base)); in sanitize()
744 num_glyphs (face_->get_num_glyphs ()) {} in StateTableDriver()
Dhb-draw.cc247 glyph >= font->face->get_num_glyphs ())) in hb_font_draw_glyph()
Dhb-ot-cff1-table.hh553 case 0: return_trace (u.format0.sanitize (c, c->get_num_glyphs ())); in sanitize()
554 case 1: return_trace (u.format1.sanitize (c, c->get_num_glyphs ())); in sanitize()
555 case 2: return_trace (u.format2.sanitize (c, c->get_num_glyphs ())); in sanitize()
1088 if (num_glyphs != sc.get_num_glyphs ()) in init()
Dhb-sanitize.hh170 unsigned int get_num_glyphs () { return num_glyphs; } in get_num_glyphs() function
Dhb-subset.cc82 unsigned src_glyphs = plan->source->get_num_glyphs (); in _plan_estimate_subset_table_size()
Dhb-aat-layout.cc62 sanitizer.set_num_glyphs (face->get_num_glyphs ()); in hb_aat_apply_context_t()
Dhb-ot-cff2-table.hh440 if (num_glyphs != sc.get_num_glyphs ()) in init()
Dhb-ot-var-gvar-table.hh393 (glyphCount == c->get_num_glyphs ()) && in sanitize_shallow()
Dhb-aat-layout-morx-table.hh617 unsigned int num_glyphs = c->face->get_num_glyphs (); in apply()
Dhb-ot-glyf-table.hh930 num_glyphs = hb_min (num_glyphs, face->get_num_glyphs ()); in init()
Dhb-ot-layout-gsubgpos.hh186 …hb_set_del_range (output, face->get_num_glyphs (), HB_SET_VALUE_INVALID); /* Remove invalid glyphs… in flush()
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi4032 <!-- unsigned int hb_face_t::get_num_glyphs() -->
4033 …<function-decl name='get_num_glyphs' mangled-name='_ZNK9hb_face_t14get_num_glyphsEv' filepath='/tm…
8875 <!-- unsigned int OT::maxp::get_num_glyphs() -->
8876 …<function-decl name='get_num_glyphs' mangled-name='_ZNK2OT4maxp14get_num_glyphsEv' filepath='/tmp/…
/third_party/chromium/patch/
D0001-cve.patch31018 - glyph >= font->face->get_num_glyphs ()))
33288 if (num_glyphs != sc.get_num_glyphs ())
33600 num_glyphs = face->get_num_glyphs ();
33906 num_glyphs = hb_min (num_glyphs, face->get_num_glyphs ());
34177 + num_bearings = face->table.maxp->get_num_glyphs ();
34204 + num_glyphs = face->get_num_glyphs ();
36715 - hb_set_del_range (output, face->get_num_glyphs (), HB_SET_VALUE_INVALID); /* Remove invalid gl…
36718 + output->del_range (face->get_num_glyphs (), HB_SET_VALUE_INVALID); /* Remove invalid glyphs. */
42234 + return face->table.maxp->get_num_glyphs ();
42252 - unsigned int ret = maxp_table->get_num_glyphs ();
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi2555 …<function-decl name='get_num_glyphs' mangled-name='_ZNK9hb_face_t14get_num_glyphsEv' filepath='/tm…
5654 …<function-decl name='get_num_glyphs' mangled-name='_ZNK2OT4maxp14get_num_glyphsEv' filepath='/tmp/…