Searched defs:filterBorderPixels (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp267 void SkMatrixConvolutionImageFilter::filterBorderPixels(const SkBitmap& src, function in class:SkMatrixConvolutionImageFilter
354 filterBorderPixels(src, result, top, bounds);
355 filterBorderPixels(src, result, left, bounds);
357 filterBorderPixels(src, result, right, bounds);
358 filterBorderPixels(src, result, bottom, bounds);
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp216 void SkMatrixConvolutionImageFilter::filterBorderPixels(const SkBitmap& src, function in class:SkMatrixConvolutionImageFilter
303 filterBorderPixels(src, result, top, bounds);
304 filterBorderPixels(src, result, left, bounds);
306 filterBorderPixels(src, result, right, bounds);
307 filterBorderPixels(src, result, bottom, bounds);

Completed in 382 milliseconds