/third_party/skia/src/core/ |
D | SkBlitter_ARGB32.cpp | 1006 fShaderContext->shadeSpan(x, y, device, width); in blitH() 1009 fShaderContext->shadeSpan(x, y, span, width); in blitH() 1030 shaderContext->shadeSpan(x, y, device, width); in blitRect() 1037 shaderContext->shadeSpan(x, y, span, width); in blitRect() 1059 shaderContext->shadeSpan(x, y, device, width); in blitRect() 1067 shaderContext->shadeSpan(x, y, span, width); in blitRect() 1075 shaderContext->shadeSpan(x, y, span, width); in blitRect() 1099 shaderContext->shadeSpan(x, y, span, count); in blitAntiH() 1125 shaderContext->shadeSpan(x, y, device, count); in blitAntiH() 1127 shaderContext->shadeSpan(x, y, span, count); in blitAntiH() [all …]
|
D | SkBlitter_RGB565.cpp | 113 fShaderContext->shadeSpan(x, y, span, width); in blitH() 130 shaderContext->shadeSpan(x, y, span, count); in blitAntiH()
|
/third_party/flutter/skia/src/core/ |
D | SkBlitter_ARGB32.cpp | 1006 fShaderContext->shadeSpan(x, y, device, width); in blitH() 1009 fShaderContext->shadeSpan(x, y, span, width); in blitH() 1030 shaderContext->shadeSpan(x, y, device, width); in blitRect() 1037 shaderContext->shadeSpan(x, y, span, width); in blitRect() 1059 shaderContext->shadeSpan(x, y, device, width); in blitRect() 1067 shaderContext->shadeSpan(x, y, span, width); in blitRect() 1075 shaderContext->shadeSpan(x, y, span, width); in blitRect() 1099 shaderContext->shadeSpan(x, y, span, count); in blitAntiH() 1125 shaderContext->shadeSpan(x, y, device, count); in blitAntiH() 1127 shaderContext->shadeSpan(x, y, span, count); in blitAntiH() [all …]
|
D | SkBlitter_RGB565.cpp | 114 fShaderContext->shadeSpan(x, y, span, width); in blitH() 131 shaderContext->shadeSpan(x, y, span, count); in blitAntiH()
|
D | SkNormalMapSource.cpp | 186 fMapContext->shadeSpan(x, y, tmpNormalColors, n); in fillScanLine()
|
/third_party/flutter/skia/src/shaders/ |
D | SkLightingShader.cpp | 69 void shadeSpan(int x, int y, SkPMColor[], int count) override; 357 void SkLightingShaderImpl::LightingShaderContext::shadeSpan(int x, int y, in shadeSpan() function in SkLightingShaderImpl::LightingShaderContext 372 fDiffuseContext->shadeSpan(x, y, diffuse, n); in shadeSpan()
|
D | SkPictureShader.h | 62 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override;
|
D | SkBitmapProcShader.cpp | 56 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override { in shadeSpan() function in BitmapProcShaderContext
|
D | SkPictureShader.cpp | 331 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan() function in SkPictureShader::PictureShaderContext 333 fBitmapShaderContext->shadeSpan(x, y, dstC, count); in shadeSpan()
|
D | SkShaderBase.h | 118 virtual void shadeSpan(int x, int y, SkPMColor[], int count) = 0;
|
D | SkShader.cpp | 176 c->ctx->shadeSpan(x,y, tmp, active_pixels); in onAppendStages()
|
D | SkPerlinNoiseShader.cpp | 350 void shadeSpan(int x, int y, SkPMColor[], int count) override; 685 void SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext::shadeSpan( in shadeSpan() function in SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext
|
/third_party/skia/src/shaders/gradients/ |
D | Sk4fLinearGradient.h | 19 void shadeSpan(int x, int y, SkPMColor dst[], int count) override;
|
D | Sk4fLinearGradient.cpp | 149 LinearGradient4fContext::shadeSpan(int x, int y, SkPMColor dst[], int count) { in shadeSpan() function in SkLinearGradient::LinearGradient4fContext
|
/third_party/flutter/skia/src/shaders/gradients/ |
D | Sk4fLinearGradient.h | 19 void shadeSpan(int x, int y, SkPMColor dst[], int count) override;
|
D | Sk4fLinearGradient.cpp | 148 LinearGradient4fContext::shadeSpan(int x, int y, SkPMColor dst[], int count) { in shadeSpan() function in SkLinearGradient::LinearGradient4fContext
|
/third_party/skia/src/shaders/ |
D | SkPictureShader.h | 62 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override;
|
D | SkBitmapProcShader.cpp | 39 void shadeSpan(int x, int y, SkPMColor dstC[], int count) override { in shadeSpan() function in BitmapProcShaderContext
|
D | SkPictureShader.cpp | 357 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan() function in SkPictureShader::PictureShaderContext 359 fBitmapShaderContext->shadeSpan(x, y, dstC, count); in shadeSpan()
|
D | SkShaderBase.h | 112 virtual void shadeSpan(int x, int y, SkPMColor[], int count) = 0;
|
D | SkShader.cpp | 192 c->ctx->shadeSpan(x,y, tmp, active_pixels); in onAppendStages()
|
D | SkPerlinNoiseShader.cpp | 284 void shadeSpan(int x, int y, SkPMColor[], int count) override; 558 void SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext::shadeSpan( in shadeSpan() function in SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext
|