Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh219 hb_position_t *caret_array /* OUT */) const in get_lig_carets()
225 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id, var_store); in get_lig_carets()
254 hb_position_t *caret_array /* OUT */) const in get_lig_carets()
264 …lyph.get_lig_carets (font, direction, glyph_id, var_store, start_offset, caret_count, caret_array); in get_lig_carets()
374 hb_position_t *caret_array /* OUT */) const in get_lig_carets()
377 start_offset, caret_count, caret_array); } in get_lig_carets()
Dhb-ot-layout.h88 hb_position_t *caret_array /* OUT */);
Dhb-ot-layout.cc286 hb_position_t *caret_array /* OUT */) in hb_ot_layout_get_ligature_carets() argument
288 …_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array); in hb_ot_layout_get_ligature_carets()