Home
last modified time | relevance | path

Searched refs:get_extents (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh54 void get_extents (hb_glyph_extents_t *extents) const in get_extents() function
169 bool get_extents (hb_glyph_extents_t *extents HB_UNUSED) const in get_extents() function
212 bool get_extents (hb_glyph_extents_t *extents, in get_extents() function
215 return (base+offsetToSubtable).get_extents (extents); in get_extents()
399 bool get_extents (hb_font_t *font, hb_codepoint_t glyph, in get_extents() function
408 if (subtable_record->get_extents (extents, base)) in get_extents()
427 glyphFormat17.glyphMetrics.get_extents (extents); in get_extents()
435 glyphFormat18.glyphMetrics.get_extents (extents); in get_extents()
Dhb-ot-font.cc160 if (ot_face->glyf->get_extents (glyph, &extents)) in hb_ot_get_glyph_v_origin()
183 bool ret = ot_face->sbix->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
185 ret = ot_face->glyf->get_extents (glyph, extents); in hb_ot_get_glyph_extents()
187 ret = ot_face->cff1->get_extents (glyph, extents); in hb_ot_get_glyph_extents()
189 ret = ot_face->cff2->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
191 ret = ot_face->CBDT->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
Dhb-ot-cff2-table.cc98 bool OT::cff2::accelerator_t::get_extents (hb_font_t *font, in get_extents() function in OT::cff2::accelerator_t
Dhb-ot-color-sbix-table.hh150 bool get_extents (hb_font_t *font, in get_extents() function
Dhb-ot-cff1-table.cc306 bool OT::cff1::accelerator_t::get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() function in OT::cff1::accelerator_t
Dhb-ot-glyf-table.hh443 bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() function
Dhb-ot-cff2-table.hh528 HB_INTERNAL bool get_extents (hb_font_t *font,
Dhb-ot-cff1-table.hh1179 HB_INTERNAL bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const;