Searched refs:get_extents (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cbdt-table.hh42 inline void get_extents (hb_glyph_extents_t *extents) const function in struct:OT::SmallGlyphMetrics
156 inline bool get_extents (hb_glyph_extents_t *extents) const function in struct:OT::IndexSubtable
199 inline bool get_extents (hb_glyph_extents_t *extents) const function in struct:OT::IndexSubtableRecord
201 return (this+offsetToSubtable).get_extents (extents);
H A Dhb-ot-font.cc176 inline bool get_extents (hb_codepoint_t glyph, function in struct:hb_ot_face_glyf_accelerator_t
245 inline bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const function in struct:hb_ot_face_cbdt_accelerator_t
256 if (subtable_record->get_extents (extents))
277 glyphFormat17.glyphMetrics.get_extents (extents);
559 bool ret = ot_font->glyf->get_extents (glyph, extents);
561 ret = ot_font->cbdt->get_extents (glyph, extents);

Completed in 93 milliseconds