Searched refs:get_num_glyphs (Results 1 – 19 of 19) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-opbd-table.hh | 61 …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()
|
D | hb-aat-layout-lcar-table.hh | 52 font->face->get_num_glyphs ()); in get_lig_carets() 87 font->face->get_num_glyphs ()); in get_lig_carets()
|
D | hb-ot-hdmx-table.hh | 141 return device_record->widthsZ.as_array (get_num_glyphs ()) [_]; in subset() 152 unsigned get_num_glyphs () const in get_num_glyphs() function
|
D | hb-static.cc | 62 unsigned int ret = maxp_table->get_num_glyphs (); in load_num_glyphs()
|
D | hb-ot-color-sbix-table.hh | 69 imageOffsetsZ.sanitize_shallow (c, c->get_num_glyphs () + 1)); in sanitize() 144 num_glyphs = face->get_num_glyphs (); in init()
|
D | hb-subset-plan.cc | 129 _remove_invalid_gids (plan->_glyphset_gsub, plan->source->get_num_glyphs ()); in _populate_gids_to_retain() 143 _remove_invalid_gids (plan->_glyphset, plan->source->get_num_glyphs ()); in _populate_gids_to_retain()
|
D | hb-face.hh | 94 unsigned int get_num_glyphs () const in get_num_glyphs() function
|
D | hb-ot-maxp-table.hh | 76 unsigned int get_num_glyphs () const { return numGlyphs; } in get_num_glyphs() function
|
D | hb-ot-cff-common.hh | 504 for (unsigned int i = 0; i < c->get_num_glyphs (); i++) in sanitize() 528 return_trace (first < c->get_num_glyphs () && (fd < fdcount)); in sanitize() 554 if (unlikely (!sentinel().sanitize (c) || (sentinel() != c->get_num_glyphs ()))) in sanitize()
|
D | hb-aat-layout-common.hh | 60 return_trace (arrayZ.sanitize (c, c->get_num_glyphs ())); in sanitize() 65 return_trace (arrayZ.sanitize (c, c->get_num_glyphs (), base)); in sanitize() 737 num_glyphs (face_->get_num_glyphs ()) {} in StateTableDriver()
|
D | hb-aat-layout-kerx-table.hh | 389 unsigned int num_glyphs = c->sanitizer.get_num_glyphs (); in get_kerning() 548 c->sanitizer.get_num_glyphs ()); in transition() 551 c->sanitizer.get_num_glyphs ()); in transition() 633 unsigned int num_glyphs = c->sanitizer.get_num_glyphs (); in get_kerning()
|
D | hb-ot-cff1-table.hh | 577 case 0: return_trace (u.format0.sanitize (c, c->get_num_glyphs ())); in sanitize() 578 case 1: return_trace (u.format1.sanitize (c, c->get_num_glyphs ())); in sanitize() 579 case 2: return_trace (u.format2.sanitize (c, c->get_num_glyphs ())); in sanitize() 1093 if (num_glyphs != sc.get_num_glyphs ()) in init()
|
D | hb-sanitize.hh | 161 unsigned int get_num_glyphs () { return num_glyphs; } in get_num_glyphs() function
|
D | hb-subset.cc | 57 unsigned int src_glyphs = plan->source->get_num_glyphs (); in _plan_estimate_subset_table_size()
|
D | hb-ot-var-gvar-table.hh | 388 (glyphCount == c->get_num_glyphs ()) && in sanitize_shallow() 514 if (unlikely ((gvar_table->glyphCount != face->get_num_glyphs ()) || in init()
|
D | hb-aat-layout.cc | 63 sanitizer.set_num_glyphs (face->get_num_glyphs ()); in hb_aat_apply_context_t()
|
D | hb-face.cc | 494 return face->get_num_glyphs (); in hb_face_get_glyph_count()
|
D | hb-ot-cff2-table.hh | 467 if (num_glyphs != sc.get_num_glyphs ()) in init()
|
D | hb-aat-layout-morx-table.hh | 603 unsigned int num_glyphs = c->face->get_num_glyphs (); in apply()
|