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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh114 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); }
115 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); }
405 inline hb_position_t em_scale (int16_t v, int scale) { return (hb_position_t) (v * (int64_t) scale / face->get_upem ()); } function in struct:hb_font_t
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh114 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); }
115 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); }
405 inline hb_position_t em_scale (int16_t v, int scale) { return (hb_position_t) (v * (int64_t) scale / face->get_upem ()); } function in struct:hb_font_t

Completed in 37 milliseconds