Home | History | Annotate | Download | only in ports

Lines Matching refs:upem

1339         unsigned upem = CTFontGetUnitsPerEm(this->fCTFont.get());
1340 unsigned maxSaneHeight = upem * 2;
1343 metrics->fXHeight = CGToScalar(xHeight * fontSize / upem);
1347 metrics->fCapHeight = CGToScalar(capHeight * fontSize / upem);