Searched refs:filterBorderPixels (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/ |
D | SkMatrixConvolutionImageFilter.cpp | 225 void SkMatrixConvolutionImageFilter::filterBorderPixels(const SkBitmap& src, in filterBorderPixels() function in SkMatrixConvolutionImageFilter 318 filterBorderPixels(src, result, top, bounds); in onFilterImageDeprecated() 319 filterBorderPixels(src, result, left, bounds); in onFilterImageDeprecated() 321 filterBorderPixels(src, result, right, bounds); in onFilterImageDeprecated() 322 filterBorderPixels(src, result, bottom, bounds); in onFilterImageDeprecated()
|
/external/skia/include/effects/ |
D | SkMatrixConvolutionImageFilter.h | 114 void filterBorderPixels(const SkBitmap& src,
|