Home | History | Annotate | Download | only in ports

Lines Matching refs:ymax

639             info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
642 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
644 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
651 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
1149 bbox->yMax -= dy;
1157 bbox->yMax = (bbox->yMax + 63) & ~63;
1171 bbox->yMax += vector.y;
1245 glyph->fHeight = SkToU16(SkFDot6Floor(bbox.yMax - bbox.yMin));
1246 glyph->fTop = -SkToS16(SkFDot6Floor(bbox.yMax));
1423 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax;
1432 ymax = -SkIntToScalar(face->bbox.yMax) / upem;
1449 x_height = SkIntToScalar(bbox.yMax) / 64.0f;
1455 cap_height = SkIntToScalar(bbox.yMax) / 64.0f;
1468 ymax = ascent - descent;
1501 mx->fTop = ymax * mxy;
1515 my->fTop = ymax * myy;