Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-static.cc70 unsigned int ret = table.head->get_upem (); in load_upem()
Dhb-face.hh84 HB_PURE_FUNC unsigned int get_upem () const in get_upem() function
Dhb-ot-head-table.hh50 unsigned int get_upem () const in get_upem() function
Dhb-font.hh604 int upem = face->get_upem (); in em_scale()
610 { return (hb_position_t) round (v * scale / face->get_upem ()); } in em_scalef()
612 { return (float) v * scale / face->get_upem (); } in em_fscale()
Dhb-ot-color-sbix-table.hh245 double scale = font->face->get_upem () / (double) strike_ppem; in get_png_extents()
Dhb-face.cc456 return face->get_upem (); in hb_face_get_upem()
Dhb-directwrite.cc666 int fontEmSize = font->face->get_upem (); in _hb_directwrite_shape_full()
Dhb-uniscribe.cc532 int font_size = font->face->get_upem (); /* Default... */ in _hb_uniscribe_shaper_font_data_create()