Searched refs:filterBorderPixels (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/ |
D | SkMatrixConvolutionImageFilter.cpp | 228 void SkMatrixConvolutionImageFilter::filterBorderPixels(const SkBitmap& src, in filterBorderPixels() function in SkMatrixConvolutionImageFilter 376 this->filterBorderPixels(inputBM, &dst, top, bounds); in onFilterImage() 377 this->filterBorderPixels(inputBM, &dst, left, bounds); in onFilterImage() 379 this->filterBorderPixels(inputBM, &dst, right, bounds); in onFilterImage() 380 this->filterBorderPixels(inputBM, &dst, bottom, bounds); in onFilterImage()
|
/external/skia/include/effects/ |
D | SkMatrixConvolutionImageFilter.h | 111 void filterBorderPixels(const SkBitmap& src,
|