Home | History | Annotate | Download | only in ports

Lines Matching defs:upem

1327         unsigned upem = CTFontGetUnitsPerEm(this->fCTFont.get());
1328 unsigned maxSaneHeight = upem * 2;
1331 metrics->fXHeight = CGToScalar(xHeight * fontSize / upem);
1335 metrics->fCapHeight = CGToScalar(capHeight * fontSize / upem);