Searched refs:dstC (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/shaders/ |
D | SkBitmapProcShader.cpp | 39 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override { in shadeSpan() argument 42 state.getShaderProc32()(&state, x, y, dstC, count); in shadeSpan() 58 sproc(state, buffer, n, dstC); in shadeSpan() 65 dstC += n; in shadeSpan()
|
D | SkPictureShader.h | 62 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override;
|
D | SkPictureShader.cpp | 357 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan() argument 359 fBitmapShaderContext->shadeSpan(x, y, dstC, count); in shadeSpan()
|
/third_party/flutter/skia/src/shaders/ |
D | SkBitmapProcShader.cpp | 56 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override { in shadeSpan() argument 59 state.getShaderProc32()(&state, x, y, dstC, count); in shadeSpan() 75 sproc(state, buffer, n, dstC); in shadeSpan() 82 dstC += n; in shadeSpan()
|
D | SkPictureShader.h | 62 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override;
|
D | SkPictureShader.cpp | 331 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan() argument 333 fBitmapShaderContext->shadeSpan(x, y, dstC, count); in shadeSpan()
|
/third_party/skia/tests/ |
D | BitmapCopyTest.cpp | 204 SkPMColor dstC = dstPixels[y*4+x]; in DEF_TEST() local 209 REPORTER_ASSERT(reporter, check_4x4_pixel(dstC, sx, sy)); in DEF_TEST() 211 REPORTER_ASSERT(reporter, 0 == dstC); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | BitmapCopyTest.cpp | 208 SkPMColor dstC = dstPixels[y*4+x]; in DEF_TEST() local 213 REPORTER_ASSERT(reporter, check_4x4_pixel(dstC, sx, sy)); in DEF_TEST() 215 REPORTER_ASSERT(reporter, 0 == dstC); in DEF_TEST()
|