OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:em_scale_y
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh
116
inline hb_position_t
em_scale_y
(int16_t v) { return em_scale (v, this->y_scale); }
function in struct:hb_font_t
/external/harfbuzz_ng/src/
hb-font-private.hh
181
inline hb_position_t
em_scale_y
(int16_t v) { return em_scale (v, this->y_scale); }
function in struct:hb_font_t
Completed in 38 milliseconds