Home | History | Annotate | Download | only in core

Lines Matching refs:stepY

1224 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const {
1226 if (stepX || stepY) {
1232 if (stepY) {
1233 *stepY = SkScalarToFixed(fMat[kMSkewY]);
1245 if (stepY) {
1246 *stepY = SkScalarToFixed(SkScalarDiv(fMat[kMSkewY], z));