Home
last modified time | relevance | path

Searched refs:fixedStepInX (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkBitmapShader16BilerpTemplate.h99 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan()
207 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan16()
DSkBitmapShaderTemplate.h132 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan()
255 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan16()
DARGB32_Clamp_Bilinear_BitmapShader.h121 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan()
DSkShader.cpp187 if (mat.fixedStepInX(0, NULL, NULL)) { in ComputeMatrixClass()
DSkMatrix.cpp1162 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const { in fixedStepInX() function in SkMatrix
/external/skia/src/effects/
DSkGradientShader.cpp684 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL); in shadeSpan()
812 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL); in shadeSpan16()
944 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &storage[0], &storage[1]); in shadeSpan()
1026 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &storage[0], &storage[1]); in shadeSpan16()
1259 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan()
1644 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf, in shadeSpan()
1695 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf, in shadeSpan16()
/external/skia/include/core/
DSkMatrix.h399 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;