Home
last modified time | relevance | path

Searched refs:ConvolveVertically (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkConvolver.cpp195 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, in ConvolveVertically() function
257 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, in ConvolveVertically() function
264 ConvolveVertically<true>(filterValues, filterLength, in ConvolveVertically()
268 ConvolveVertically<false>(filterValues, filterLength, in ConvolveVertically()
479 ConvolveVertically(filterValues, filterLength, in BGRAConvolve2D()