Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-face.cc425 return face->get_upem (); in hb_face_get_upem()
433 upem = head_table->get_upem (); in load_upem()
Dhb-ot-head-table.hh48 inline unsigned int get_upem (void) const { in get_upem() function
Dhb-face-private.hh79 inline HB_PURE_FUNC unsigned int get_upem (void) const in get_upem() function
Dhb-ot-font.cc172 unsigned int upem = face->get_upem (); in _hb_ot_font_create()
Dhb-font-private.hh405 …_scale (int16_t v, int scale) { return (hb_position_t) (v * (int64_t) scale / face->get_upem ()); } in em_scale()