Home | History | Annotate | Download | only in ports

Lines Matching refs:upem

1630     int upem = face->units_per_EM;
1631 if (upem <= 0) {
1640 SkScalar xmin = SkIntToScalar(face->bbox.xMin) / upem;
1641 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem;
1661 x_height = SkFixedToScalar(SkMulDiv(fScaleX, os2->sxHeight, upem));
1677 // convert upem-y values into scalar points
1679 SkFixed y = SkMulDiv(scaleY, ys[i], upem);