Home
last modified time | relevance | path

Searched refs:get_x_delta (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1555 inline hb_position_t get_x_delta (hb_font_t *font) const in get_x_delta() function
1628 inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store) const in get_x_delta() function
1668 …inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore… in get_x_delta() function
1673 return u.hinting.get_x_delta (font); in get_x_delta()
1675 return u.variation.get_x_delta (font, store); in get_x_delta()
Dhb-ot-layout-gdef-table.hh152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value()
Dhb-ot-layout-gpos-table.hh140 … 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()
Dhb-ot-math-table.hh40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); } in get_x_value()