Searched defs:kernelWidth (Results 1 – 3 of 3) sorted by relevance
| /external/webkit/Source/WebCore/platform/graphics/gpu/ |
| D | ConvolutionShader.cpp | 42 ConvolutionShader::ConvolutionShader(GraphicsContext3D* context, unsigned program, int kernelWidth) in ConvolutionShader() 54 PassOwnPtr<ConvolutionShader> ConvolutionShader::create(GraphicsContext3D* context, int kernelWidth) in create() 99 …transform, const AffineTransform& texTransform, const float* kernel, int kernelWidth, float imageI… in use()
|
| D | SharedGraphicsContext3D.cpp | 406 …transform, const AffineTransform& texTransform, const float* kernel, int kernelWidth, float imageI… in useConvolutionProgram()
|
| /external/webkit/Source/WebCore/platform/graphics/chromium/ |
| D | GLES2Canvas.cpp | 448 …& srcRect, const FloatRect& dstRect, float imageIncrement[2], const float* kernel, int kernelWidth) in convolveRect() 476 static void buildKernel(float sigma, float* kernel, int kernelWidth) in buildKernel() 822 int kernelWidth = halfWidth * 2 + 1; in endShadowDraw() local
|