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 unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points() function
366 unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points() function
370 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); } in get_attach_points()
Dhb-ot-layout.cc260 return face->table.GDEF->table->get_attach_points (glyph, in hb_ot_layout_get_attach_points()