Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh49 inline unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points() function
362 inline unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points() function
366 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); } in get_attach_points()
Dhb-ot-layout.cc250 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array); in hb_ot_layout_get_attach_points()