Searched refs:stepX (Results 1 – 2 of 2) sorted by relevance
1162 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const { in fixedStepInX() argument1164 if (stepX || stepY) { in fixedStepInX()1167 if (stepX) { in fixedStepInX()1168 *stepX = SkScalarToFixed(fMat[kMScaleX]); in fixedStepInX()1180 if (stepX) { in fixedStepInX()1181 *stepX = SkScalarToFixed(SkScalarDiv(fMat[kMScaleX], z)); in fixedStepInX()
399 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;