Searched refs:get_x_delta (Results 1 – 3 of 3) sorted by relevance
139 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font); in apply_value()147 … if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font); in apply_value()295 *x += (this+xDeviceTable).get_x_delta (font); in get_anchor()297 *y += (this+yDeviceTable).get_x_delta (font); in get_anchor()
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) : in get_caret_value()
1167 inline hb_position_t get_x_delta (hb_font_t *font) const in get_x_delta() function