Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-trak-table.hh195 hb_position_t offset_to_add = c->font->em_scalef_y (tracking / 2); in apply()
196 hb_position_t advance_to_add = c->font->em_scalef_y (tracking); in apply()
Dhb-font.hh135 hb_position_t em_scalef_y (float v) { return em_scalef (v, this->y_scale); } in em_scalef_y() function
Dhb-ot-layout-common.hh2089 { return font->em_scalef_y (get_delta (font, store)); } in get_y_delta()