Searched defs:dstC (Results 1 – 3 of 3) sorted by relevance
39 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override { in shadeSpan()
357 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan()
204 SkPMColor dstC = dstPixels[y*4+x]; in DEF_TEST() local