Searched refs:get_caret_value (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gdef-table.hh | 101 hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction) const in get_caret_value() function 124 …hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id)… in get_caret_value() function 148 hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, in get_caret_value() function 175 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() 226 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id, var_store); in get_lig_carets()
|