Searched refs:get_y_delta (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common.hh | 2014 hb_position_t get_y_delta (hb_font_t *font) const in get_y_delta() function 2088 hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store) const in get_y_delta() function 2137 …hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null (VariationStore)) con… in get_y_delta() function 2142 return u.hinting.get_y_delta (font); in get_y_delta() 2144 return u.variation.get_y_delta (font, store); in get_y_delta()
|
D | hb-ot-layout-gdef-table.hh | 153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value()
|
D | hb-ot-layout-base-table.hh | 94 device.get_y_delta (font, var_store) : in get_coord()
|
D | hb-ot-layout-gpos-table.hh | 143 …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() 308 *y += (this+yDeviceTable).get_y_delta (font, c->var_store); in get_anchor()
|
D | hb-ot-math-table.hh | 42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } in get_y_value()
|