OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:em_scale
(Results
1 - 1
of
1
) sorted by null
/external/harfbuzz_ng/src/
hb-font-private.hh
119
inline hb_position_t em_scale_x (int16_t v) { return
em_scale
(v, this->x_scale); }
120
inline hb_position_t em_scale_y (int16_t v) { return
em_scale
(v, this->y_scale); }
508
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 121 milliseconds