OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_upem
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-face-private.hh
80
inline HB_PURE_FUNC unsigned int
get_upem
(void) const
function in struct:hb_face_t
hb-ot-head-table.hh
48
inline unsigned int
get_upem
(void) const {
function in struct:OT::head
hb-face.cc
426
return face->
get_upem
();
434
upem = head_table->
get_upem
();
hb-font-private.hh
400
inline hb_position_t em_scale (int16_t v, int scale) { return (hb_position_t) (v * (int64_t) scale / face->
get_upem
()); }
/external/harfbuzz_ng/src/
hb-ot-head-table.hh
48
inline unsigned int
get_upem
(void) const {
function in struct:OT::head
hb-font-private.hh
127
inline unsigned int
get_upem
(void) const
function in struct:hb_face_t
hb-font.cc
739
return face->
get_upem
();
747
upem = head_table->
get_upem
();
Completed in 566 milliseconds