Searched refs:caret_array (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gdef-table.hh | 219 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()
|
D | hb-ot-layout.h | 88 hb_position_t *caret_array /* OUT */);
|
D | hb-ot-layout.cc | 286 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()
|