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
357 inline unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points() function
361 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); } in get_attach_points()
Dhb-ot-layout.cc193 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array); in hb_ot_layout_get_attach_points()