Home | History | Annotate | Download | only in ports

Lines Matching refs:upem

1224     int upem = face->units_per_EM;
1225 if (upem <= 0) {
1234 SkScalar xmin = SkIntToScalar(face->bbox.xMin) / upem;
1235 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem;
1255 x_height = SkFixedToScalar(SkMulDiv(fScaleX, os2->sxHeight, upem));
1271 // convert upem-y values into scalar points
1273 SkFixed y = SkMulDiv(scaleY, ys[i], upem);