HomeSort by relevance Sort by last modified time
    Searched refs:filterBorderPixels (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/effects/
SkMatrixConvolutionImageFilter.h 104 void filterBorderPixels(const SkBitmap& src,
  /external/skia/include/effects/
SkMatrixConvolutionImageFilter.h 104 void filterBorderPixels(const SkBitmap& src,
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 209 void SkMatrixConvolutionImageFilter::filterBorderPixels(const SkBitmap& src,
297 filterBorderPixels(src, result, top, bounds);
298 filterBorderPixels(src, result, left, bounds);
300 filterBorderPixels(src, result, right, bounds);
301 filterBorderPixels(src, result, bottom, bounds);
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 209 void SkMatrixConvolutionImageFilter::filterBorderPixels(const SkBitmap& src,
297 filterBorderPixels(src, result, top, bounds);
298 filterBorderPixels(src, result, left, bounds);
300 filterBorderPixels(src, result, right, bounds);
301 filterBorderPixels(src, result, bottom, bounds);

Completed in 973 milliseconds