Home | History | Annotate | Download | only in ports

Lines Matching refs:yMax

602     info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
1023 bbox->yMax -= dy;
1031 bbox->yMax = (bbox->yMax + 63) & ~63;
1045 bbox->yMax += vector.y;
1123 glyph->fHeight = SkToU16(SkFDot6Floor(bbox.yMax - bbox.yMin));
1124 glyph->fTop = -SkToS16(SkFDot6Floor(bbox.yMax));
1314 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax;
1334 ymax = -SkIntToScalar(face->bbox.yMax) / upem;
1346 x_height = SkIntToScalar(bbox.yMax) / 64.0f;
1352 cap_height = SkIntToScalar(bbox.yMax) / 64.0f;
1364 ymax = ascent;
1398 metrics->fTop = ymax * fScale.y();