Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2424 hb_position_t get_y_delta (hb_font_t *font) const in get_y_delta() function
2506 hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store) const in get_y_delta() function
2565 …hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null (VariationStore)) con… in get_y_delta() function
2571 return u.hinting.get_y_delta (font); in get_y_delta()
2575 return u.variation.get_y_delta (font, store); in get_y_delta()
Dhb-ot-layout-base-table.hh91 device.get_y_delta (font, var_store) : in get_coord()
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-math-table.hh42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } in get_y_value()
Dhb-ot-layout-gpos-table.hh143 …if (use_y_device) glyph_pos.y_offset += (base + get_device (values, &ret)).get_y_delta (font, sto… in apply_value()
152 … use_y_device) glyph_pos.y_advance -= (base + get_device (values, &ret)).get_y_delta (font, store); in apply_value()
332 *y += (this+yDeviceTable).get_y_delta (font, c->var_store); in get_anchor()