Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-font-private.hh127 inline hb_position_t em_scalef_x (float v) { return em_scalef (v, this->x_scale); } in em_scalef_x() function
Dhb-ot-layout-common-private.hh1629 { return font->em_scalef_x (get_delta (font, store)); } in get_x_delta()