Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-face.hh84 unsigned int get_upem () const in get_upem() function
Dhb-ot-head-table.hh50 unsigned int get_upem () const in get_upem() function
Dhb-static.cc75 unsigned int ret = table.head->get_upem (); in load_upem()
Dhb-font.hh617 signed upem = face->get_upem (); in mults_changed()
625 { return (hb_position_t) roundf (v * scale / face->get_upem ()); } in em_scalef()
627 { return (float) v * scale / face->get_upem (); } in em_fscale()
Dhb-face.cc487 return face->get_upem (); in hb_face_get_upem()
Dhb-ot-color-sbix-table.hh309 float scale = font->face->get_upem () / (float) strike_ppem; in get_png_extents()
Dhb-directwrite.cc715 int fontEmSize = font->face->get_upem (); in _hb_directwrite_shape()
Dhb-uniscribe.cc497 int font_size = font->face->get_upem (); /* Default... */ in _hb_uniscribe_shaper_font_data_create()
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi4041 <!-- unsigned int hb_face_t::get_upem() -->
4042 …<function-decl name='get_upem' mangled-name='_ZNK9hb_face_t8get_upemEv' filepath='/tmp/legendre/sp…
8843 <!-- unsigned int OT::head::get_upem() -->
8844 …<function-decl name='get_upem' mangled-name='_ZNK2OT4head8get_upemEv' filepath='/tmp/legendre/spac…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi2561 …<function-decl name='get_upem' mangled-name='_ZNK9hb_face_t8get_upemEv' filepath='/tmp/legendre/sp…
5631 …<function-decl name='get_upem' mangled-name='_ZNK2OT4head8get_upemEv' filepath='/tmp/legendre/spac…
/third_party/chromium/patch/
D0001-cve.patch32048 - { return (hb_position_t) roundf (v * scale / face->get_upem ()); }
32051 + { return v * scale / face->get_upem (); }
32053 { return (float) v * scale / face->get_upem (); }