Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-trak-table.hh182 hb_position_t offset_to_add = c->font->em_scalef_x (tracking / 2); in apply()
183 hb_position_t advance_to_add = c->font->em_scalef_x (tracking); in apply()
Dhb-font.hh134 hb_position_t em_scalef_x (float v) { return em_scalef (v, this->x_scale); } in em_scalef_x() function
Dhb-ot-layout-common.hh2086 { return font->em_scalef_x (get_delta (font, store)); } in get_x_delta()