Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc102 _get_gdef (hb_face_t *face) in _get_gdef() function
128 return _get_gdef (face).has_glyph_classes (); in hb_ot_layout_has_glyph_classes()
135 return (hb_ot_layout_glyph_class_t) _get_gdef (face).get_glyph_class (glyph); in hb_ot_layout_get_glyph_class()
143 return _get_gdef (face).get_glyphs_in_class (klass, glyphs); in hb_ot_layout_get_glyphs_in_class()
153 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array); in hb_ot_layout_get_attach_points()
164 …return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, c… in hb_ot_layout_get_ligature_carets()