Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh210 inline unsigned int get_lig_carets (hb_font_t *font, in get_lig_carets() function
244 inline unsigned int get_lig_carets (hb_font_t *font, in get_lig_carets() function
259 …return lig_glyph.get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array… in get_lig_carets()
364 inline unsigned int get_lig_carets (hb_font_t *font, in get_lig_carets() function
370 …{ return (this+ligCaretList).get_lig_carets (font, direction, glyph_id, start_offset, caret_count,… in get_lig_carets()
Dhb-ot-layout.cc204 …return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, c… in hb_ot_layout_get_ligature_carets()