Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh139 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()
Dhb-ot-layout-gdef-table.hh152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) : in get_caret_value()
Dhb-ot-layout-common-private.hh1167 inline hb_position_t get_x_delta (hb_font_t *font) const in get_x_delta() function