Home
last modified time | relevance | path

Searched refs:stepX (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkMatrix.cpp1162 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const { in fixedStepInX() argument
1164 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()
/external/skia/include/core/
DSkMatrix.h399 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;