Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
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-ot-hdmx-table.hh141 return device_record->widthsZ.as_array (get_num_glyphs ()) [_]; in subset()
152 unsigned get_num_glyphs () const in get_num_glyphs() function
Dhb-aat-layout-lcar-table.hh52 font->face->get_num_glyphs ()); in get_lig_carets()
87 font->face->get_num_glyphs ()); in get_lig_carets()
Dhb-ot-color-sbix-table.hh69 imageOffsetsZ.sanitize_shallow (c, c->get_num_glyphs () + 1)); in sanitize()
144 num_glyphs = face->get_num_glyphs (); in init()
Dhb-subset-plan.cc129 _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()
Dhb-static.cc62 unsigned int ret = maxp_table->get_num_glyphs (); in load_num_glyphs()
Dhb-face.hh94 unsigned int get_num_glyphs () const in get_num_glyphs() function
Dhb-ot-maxp-table.hh76 unsigned int get_num_glyphs () const { return numGlyphs; } in get_num_glyphs() function
Dhb-ot-cff-common.hh504 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()
Dhb-aat-layout-common.hh60 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()
Dhb-aat-layout-kerx-table.hh389 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()
Dhb-ot-cff1-table.hh577 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()
Dhb-sanitize.hh161 unsigned int get_num_glyphs () { return num_glyphs; } in get_num_glyphs() function
Dhb-subset.cc57 unsigned int src_glyphs = plan->source->get_num_glyphs (); in _plan_estimate_subset_table_size()
Dhb-ot-var-gvar-table.hh388 (glyphCount == c->get_num_glyphs ()) && in sanitize_shallow()
514 if (unlikely ((gvar_table->glyphCount != face->get_num_glyphs ()) || in init()
Dhb-aat-layout.cc63 sanitizer.set_num_glyphs (face->get_num_glyphs ()); in hb_aat_apply_context_t()
Dhb-face.cc494 return face->get_num_glyphs (); in hb_face_get_glyph_count()
Dhb-ot-cff2-table.hh467 if (num_glyphs != sc.get_num_glyphs ()) in init()
Dhb-aat-layout-morx-table.hh603 unsigned int num_glyphs = c->face->get_num_glyphs (); in apply()