Home
last modified time | relevance | path

Searched defs:kernelWidth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DConvolutionShader.cpp42 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()
DSharedGraphicsContext3D.cpp406 …transform, const AffineTransform& texTransform, const float* kernel, int kernelWidth, float imageI… in useConvolutionProgram()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp448 …& 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