Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1558 inline hb_position_t get_y_delta (hb_font_t *font) const in get_y_delta() function
1631 inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store) const in get_y_delta() function
1680 …inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore… in get_y_delta() function
1685 return u.hinting.get_y_delta (font); in get_y_delta()
1687 return u.variation.get_y_delta (font, store); in get_y_delta()
Dhb-ot-layout-gdef-table.hh153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value()
Dhb-ot-layout-gpos-table.hh144 … if (use_y_device) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font, store); in apply_value()
153 …tal && use_y_device) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font, store); in apply_value()
301 *y += (this+yDeviceTable).get_y_delta (font, c->var_store); in get_anchor()
Dhb-ot-math-table.hh42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } in get_y_value()