Searched refs:em_scalef (Results 1 – 1 of 1) sorted by relevance
134 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