Searched refs:get_extents (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-color-cbdt-table.hh | 54 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()
|
D | hb-ot-font.cc | 160 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()
|
D | hb-ot-cff2-table.cc | 98 bool OT::cff2::accelerator_t::get_extents (hb_font_t *font, in get_extents() function in OT::cff2::accelerator_t
|
D | hb-ot-color-sbix-table.hh | 150 bool get_extents (hb_font_t *font, in get_extents() function
|
D | hb-ot-cff1-table.cc | 306 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
|
D | hb-ot-glyf-table.hh | 443 bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents() function
|
D | hb-ot-cff2-table.hh | 528 HB_INTERNAL bool get_extents (hb_font_t *font,
|
D | hb-ot-cff1-table.hh | 1179 HB_INTERNAL bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const;
|