Searched refs:get_x_delta (Results 1 – 4 of 4) sorted by relevance
1555 inline hb_position_t get_x_delta (hb_font_t *font) const in get_x_delta() function1628 inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store) const in get_x_delta() function1668 …inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore… in get_x_delta() function1673 return u.hinting.get_x_delta (font); in get_x_delta()1675 return u.variation.get_x_delta (font, store); in get_x_delta()
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value()
140 … if (use_x_device) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font, store); in apply_value()148 …tal && use_x_device) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font, store); in apply_value()299 *x += (this+xDeviceTable).get_x_delta (font, c->var_store); in get_anchor()
40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); } in get_x_value()