HomeSort by relevance Sort by last modified time
    Searched refs:get_upem (Results 1 - 8 of 8) sorted by null

  /external/harfbuzz_ng/src/
hb-face-private.hh 83 inline HB_PURE_FUNC unsigned int get_upem (void) const function in struct:hb_face_t
hb-ot-head-table.hh 48 inline unsigned int get_upem (void) const function in struct:OT::head
hb-face.cc 421 return face->get_upem ();
429 upem = head_table->get_upem ();
hb-ot-hmtx-table.hh 72 default_advance = default_advance_ ? default_advance_ : face->get_upem ();
hb-font-private.hh 537 int upem = face->get_upem ();
544 return (hb_position_t) (v * scale / face->get_upem ());
hb-ot-cbdt-table.hh 380 upem = face->get_upem();
hb-directwrite.cc 708 int fontEmSize = font->face->get_upem();
hb-uniscribe.cc 519 int font_size = font->face->get_upem (); /* Default... */

Completed in 136 milliseconds