Searched refs:get_caret_value (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gdef-table.hh | 100 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… 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, hb_codepoint_t gl… in get_caret_value() function 175 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() function 178 case 1: return u.format1.get_caret_value (font, direction, glyph_id); in get_caret_value() 179 case 2: return u.format2.get_caret_value (font, direction, glyph_id); in get_caret_value() 180 case 3: return u.format3.get_caret_value (font, direction, glyph_id); in get_caret_value() 221 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id); in get_lig_carets()
|