Searched refs:filterPixels (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/effects/
H A DSkMatrixConvolutionImageFilter.h101 void filterPixels(const SkBitmap& src,
106 void filterPixels(const SkBitmap& src,
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp163 void SkMatrixConvolutionImageFilter::filterPixels(const SkBitmap& src, function in class:SkMatrixConvolutionImageFilter
207 void SkMatrixConvolutionImageFilter::filterPixels(const SkBitmap& src, function in class:SkMatrixConvolutionImageFilter
212 filterPixels<PixelFetcher, true>(src, result, rect, bounds);
214 filterPixels<PixelFetcher, false>(src, result, rect, bounds);
222 filterPixels<UncheckedPixelFetcher>(src, result, rect, bounds);
231 filterPixels<ClampPixelFetcher>(src, result, rect, bounds);
234 filterPixels<RepeatPixelFetcher>(src, result, rect, bounds);
237 filterPixels<ClampToBlackPixelFetcher>(src, result, rect, bounds);

Completed in 76 milliseconds