Searched defs:ConvolveVertically (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapFilter_opts.h241 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, function in namespace:SK_OPTS_NS
603 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
828 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
930 ConvolveVertically<true>(filterValues, filterLength, sourceDataRows,
933 ConvolveVertically<false>(filterValues, filterLength, sourceDataRows,

Completed in 153 milliseconds