Home
last modified time | relevance | path

Searched refs:filterBorderPixels (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp225 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/
DSkMatrixConvolutionImageFilter.h114 void filterBorderPixels(const SkBitmap& src,