Searched refs:ConvolveVertically (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkConvolver.cpp | 168 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, in ConvolveVertically() function 230 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, in ConvolveVertically() function 237 ConvolveVertically<true>(filterValues, filterLength, in ConvolveVertically() 241 ConvolveVertically<false>(filterValues, filterLength, in ConvolveVertically() 455 ConvolveVertically(filterValues, filterLength, in BGRAConvolve2D()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkConvolver.cpp | 168 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, in ConvolveVertically() function 230 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, in ConvolveVertically() function 237 ConvolveVertically<true>(filterValues, filterLength, in ConvolveVertically() 241 ConvolveVertically<false>(filterValues, filterLength, in ConvolveVertically() 455 ConvolveVertically(filterValues, filterLength, in BGRAConvolve2D()
|
/external/chromium_org/skia/ext/ |
D | convolver.cc | 179 void ConvolveVertically(const ConvolutionFilter1D::Fixed* filter_values, in ConvolveVertically() function 237 void ConvolveVertically(const ConvolutionFilter1D::Fixed* filter_values, in ConvolveVertically() function 244 ConvolveVertically<true>(filter_values, filter_length, in ConvolveVertically() 249 ConvolveVertically<false>(filter_values, filter_length, in ConvolveVertically() 508 ConvolveVertically(filter_values, filter_length, in BGRAConvolve2D()
|