Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh150 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font); in get_caret_value()
Dhb-ot-layout-gpos-table.hh134 if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font); in apply_value()
143 … if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font); in apply_value()
Dhb-ot-layout-common-private.hh1106 inline hb_position_t get_y_delta (hb_font_t *font) const in get_y_delta() function