Searched defs:_get_gdef (Results 1 - 2 of 2) sorted by last modified time

/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc102 _get_gdef (hb_face_t *face) function
128 return _get_gdef (face).has_glyph_classes ();
135 return (hb_ot_layout_glyph_class_t) _get_gdef (face).get_glyph_class (glyph);
143 return _get_gdef (face).get_glyphs_in_class (klass, glyphs);
153 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array);
164 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc102 _get_gdef (hb_face_t *face) function
128 return _get_gdef (face).has_glyph_classes ();
135 return (hb_ot_layout_glyph_class_t) _get_gdef (face).get_glyph_class (glyph);
143 return _get_gdef (face).get_glyphs_in_class (klass, glyphs);
153 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array);
164 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);

Completed in 133 milliseconds