Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2011 hb_position_t get_x_delta (hb_font_t *font) const in get_x_delta() function
2085 hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store) const in get_x_delta() function
2125 …hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null (VariationStore)) con… in get_x_delta() function
2130 return u.hinting.get_x_delta (font); in get_x_delta()
2132 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-base-table.hh95 device.get_x_delta (font, var_store)); in get_coord()
Dhb-ot-layout-gpos-table.hh139 …if (use_x_device) glyph_pos.x_offset += (base + get_device (values, &ret)).get_x_delta (font, sto… in apply_value()
147 … use_x_device) glyph_pos.x_advance += (base + get_device (values, &ret)).get_x_delta (font, store); in apply_value()
306 *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()