Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-font-private.hh119 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); } in em_scale_x()
120 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); } in em_scale_y()
508 …inline hb_position_t em_scale (int16_t v, int scale) { return (hb_position_t) (v * (int64_t) scale… in em_scale() function