Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh100 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction) const in get_caret_value() function
123 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() function
149 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, const VariationSt… in get_caret_value() function
175 inline hb_position_t get_caret_value (hb_font_t *font, in get_caret_value() function
181 case 1: return u.format1.get_caret_value (font, direction); in get_caret_value()
182 case 2: return u.format2.get_caret_value (font, direction, glyph_id); in get_caret_value()
183 case 3: return u.format3.get_caret_value (font, direction, var_store); in get_caret_value()
225 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id, var_store); in get_lig_carets()