Home | History | Annotate | Download | only in ports

Lines Matching refs:xMin

514             int16_t width = bbox.xMax - bbox.xMin;
550 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
985 bbox->xMin += dx;
993 bbox->xMin &= ~63;
1048 glyph->fWidth = SkToU16((bbox.xMax - bbox.xMin) >> 6);
1051 glyph->fLeft = SkToS16(bbox.xMin >> 6);
1054 vLeft = Dot6ToFixed(bbox.xMin);
1363 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
1584 SkScalar xmin = SkIntToScalar(face->bbox.xMin) / upem;
1636 mx->fXMin = xmin;
1647 my->fXMin = xmin;