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

  /external/skia/include/core/
SkDevice.h 263 * filter to drawSprite and drawDevice (and potentially filterImage).
276 virtual bool filterImage(const SkImageFilter*, const SkBitmap&,
  /external/skia/src/core/
SkImageFilter.cpp 172 bool SkImageFilter::filterImage(Proxy* proxy, const SkBitmap& src,
188 if ((proxy && proxy->filterImage(this, src, context, result, offset)) ||
392 // Ensure that GrContext calls under filterImage and filterImageGPU below will see an identity
400 if (this->filterImage(proxy, src, ctx, result, offset)) {
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 443 milliseconds