Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-face.cc419 return face->get_upem (); in hb_face_get_upem()
427 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.hh83 inline HB_PURE_FUNC unsigned int get_upem (void) const in get_upem() function
Dhb-font-private.hh535 int upem = face->get_upem (); in em_scale()
542 return (hb_position_t) (v * scale / face->get_upem ()); in em_scalef()
Dhb-ot-font.cc67 this->default_advance = default_advance ? default_advance : face->get_upem (); in init()
231 upem = face->get_upem(); in init()
Dhb-directwrite.cc710 int fontEmSize = font->face->get_upem(); in _hb_directwrite_shape_full()
Dhb-uniscribe.cc518 int font_size = font->face->get_upem (); /* Default... */ in _hb_uniscribe_shaper_font_data_create()