unitsPerEM 282 libcore/Font.cpp return ft->unitsPerEM(); unitsPerEM 191 libcore/Font.h size_t unitsPerEM(bool embedded) const; unitsPerEM 466 libcore/FreetypeGlyphsProvider.cpp scale = (float)unitsPerEM()/_face->units_per_EM; unitsPerEM 118 libcore/FreetypeGlyphsProvider.h unsigned short unitsPerEM() const; unitsPerEM 1055 libcore/TextField.cpp static_cast<float>(_font->unitsPerEM(_embedFonts)); unitsPerEM 1275 libcore/TextField.cpp static_cast<float>(_font->unitsPerEM(_embedFonts)); unitsPerEM 1306 libcore/TextField.cpp static_cast<float>(_font->unitsPerEM(_embedFonts)); unitsPerEM 599 libcore/asobj/TextFormat_as.cpp const double scale = size / static_cast<double>(f->unitsPerEM(em)); unitsPerEM 193 libcore/swf/TextRecord.cpp const float unitsPerEM = fnt->unitsPerEM(embedded); unitsPerEM 194 libcore/swf/TextRecord.cpp const float scale = rec.textHeight() / unitsPerEM; unitsPerEM 286 libcore/swf/TextRecord.cpp boost::int16_t posY = int(y+int((unitsPerEM/4)*scale));