Home | History | Annotate | Download | only in core

Lines Matching full:stepy

1375 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const {
1377 if (stepX || stepY) {
1383 if (stepY) {
1384 *stepY = SkScalarToFixed(fMat[kMSkewY]);
1396 if (stepY) {
1397 *stepY = SkScalarToFixed(SkScalarDiv(fMat[kMSkewY], z));