Lines Matching full:stepx
1412 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const {1414 if (stepX || stepY) {1417 if (stepX) {1418 *stepX = SkScalarToFixed(fMat[kMScaleX]);1430 if (stepX) {1431 *stepX = SkScalarToFixed(SkScalarDiv(fMat[kMScaleX], z));