Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-font.hh134 hb_position_t em_scalef_x (float v) { return em_scalef (v, this->x_scale); } in em_scalef_x()
135 hb_position_t em_scalef_y (float v) { return em_scalef (v, this->y_scale); } in em_scalef_y()
609 hb_position_t em_scalef (float v, int scale) in em_scalef() function