Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-face.cc421 return face->get_upem (); in hb_face_get_upem()
429 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-ot-hmtx-table.hh72 default_advance = default_advance_ ? default_advance_ : face->get_upem (); in init()
Dhb-font-private.hh537 int upem = face->get_upem (); in em_scale()
544 return (hb_position_t) (v * scale / face->get_upem ()); in em_scalef()
Dhb-ot-cbdt-table.hh380 upem = face->get_upem(); in init()
Dhb-directwrite.cc708 int fontEmSize = font->face->get_upem(); in _hb_directwrite_shape_full()
Dhb-uniscribe.cc519 int font_size = font->face->get_upem (); /* Default... */ in _hb_uniscribe_shaper_font_data_create()