Lines Matching refs:direction
100 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
102 …return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (… in get_caret_value()
123 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
126 if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y)) in get_caret_value()
127 return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y; in get_caret_value()
149 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
151 return HB_DIRECTION_IS_HORIZONTAL (direction) ? in get_caret_value()
175 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
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()
211 hb_direction_t direction, in get_lig_carets()
221 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id); in get_lig_carets()
245 hb_direction_t direction, in get_lig_carets()
259 …return lig_glyph.get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array… in get_lig_carets()
365 hb_direction_t direction, in get_lig_carets()
370 …{ return (this+ligCaretList).get_lig_carets (font, direction, glyph_id, start_offset, caret_count,… in get_lig_carets()