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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapDevice.cpp 139 bool SkBitmapDevice::filterImage(const SkImageFilter* filter, const SkBitmap& src,
SkImageFilter.cpp 99 bool SkImageFilter::filterImage(Proxy* proxy, const SkBitmap& src,
113 if ((proxy && proxy->filterImage(this, src, context, result, offset)) ||
329 // Ensure that GrContext calls under filterImage and filterImageGPU below will see an identity
337 if (this->filterImage(proxy, src, ctx, result, offset)) {
  /external/skia/src/core/
SkBitmapDevice.cpp 139 bool SkBitmapDevice::filterImage(const SkImageFilter* filter, const SkBitmap& src,
SkImageFilter.cpp 99 bool SkImageFilter::filterImage(Proxy* proxy, const SkBitmap& src,
113 if ((proxy && proxy->filterImage(this, src, context, result, offset)) ||
329 // Ensure that GrContext calls under filterImage and filterImageGPU below will see an identity
337 if (this->filterImage(proxy, src, ctx, result, offset)) {

Completed in 215 milliseconds