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.cpp189 if (mat.fixedStepInX(0, NULL, NULL)) { in ComputeMatrixClass()
DSkMatrix.cpp1224 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const { in fixedStepInX() function in SkMatrix
/external/skia/src/effects/
DSkGradientShader.cpp864 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL); in shadeSpan()
1020 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL); in shadeSpan16()
1189 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &storage[0], &storage[1]); in shadeSpan()
1269 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &storage[0], &storage[1]); in shadeSpan16()
1600 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan()
1693 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY); in shadeSpan()
2115 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf, in shadeSpan()
2157 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf, in shadeSpan16()
/external/skia/include/core/
DSkMatrix.h439 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;