Searched refs:fixedStepInX (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapShader16BilerpTemplate.h | 99 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan() 207 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan16()
|
D | SkBitmapShaderTemplate.h | 132 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan() 255 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan16()
|
D | ARGB32_Clamp_Bilinear_BitmapShader.h | 121 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); in shadeSpan()
|
D | SkShader.cpp | 187 if (mat.fixedStepInX(0, NULL, NULL)) { in ComputeMatrixClass()
|
D | SkMatrix.cpp | 1162 bool SkMatrix::fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const { in fixedStepInX() function in SkMatrix
|
/external/skia/src/effects/ |
D | SkGradientShader.cpp | 684 (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/ |
D | SkMatrix.h | 399 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
|