Searched refs:fixedStepInX (Results 1 - 18 of 18) sorted by relevance

/external/skia/legacy/src/core/
H A DSkBitmapShader16BilerpTemplate.h91 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
199 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
H A DSkBitmapShaderTemplate.h124 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
247 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
H A DARGB32_Clamp_Bilinear_BitmapShader.h128 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
H A DSkShader.cpp181 if (mat.fixedStepInX(0, NULL, NULL)) {
H A DSkMatrix.cpp1266 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const { function in class:SkMatrix
/external/skia/src/core/
H A DSkBitmapShader16BilerpTemplate.h91 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
199 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
H A DSkBitmapShaderTemplate.h124 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
247 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
H A DARGB32_Clamp_Bilinear_BitmapShader.h128 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
H A DSkShader.cpp156 if (mat.fixedStepInX(0, NULL, NULL)) {
H A DSkMatrix.cpp1375 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const { function in class:SkMatrix
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp311 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
351 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
H A DSkLinearGradient.cpp235 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
417 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
H A DSkRadialGradient.cpp189 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
442 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
H A DSkTwoPointRadialGradient.cpp251 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
H A DSkTwoPointConicalGradient.cpp212 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
/external/skia/legacy/src/effects/
H A DSkGradientShader.cpp1041 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
1236 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
1454 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
1722 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
1996 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
2417 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
2457 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
/external/skia/include/core/
H A DSkMatrix.h501 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
/external/skia/legacy/include/core/
H A DSkMatrix.h484 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;

Completed in 223 milliseconds