Searched defs:filterImage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkDevice.h271 * filter to drawSprite and drawDevice (and potentially filterImage).
284 virtual bool filterImage(const SkImageFilter*, const SkBitmap&, function in class:SkBaseDevice
/external/skia/src/core/
H A DSkImageFilter.cpp99 bool SkImageFilter::filterImage(Proxy* proxy, const SkBitmap& src, function in class:SkImageFilter
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)) {
H A DSkBitmapDevice.cpp139 bool SkBitmapDevice::filterImage(const SkImageFilter* filter, const SkBitmap& src, function in class:SkBitmapDevice
/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp169 bool SkImageFilter::filterImage(Proxy* proxy, const SkBitmap& src, function in class:SkImageFilter
185 if ((proxy && proxy->filterImage(this, src, context, result, offset)) ||
388 // Ensure that GrContext calls under filterImage and filterImageGPU below will see an identity
396 if (this->filterImage(proxy, src, ctx, result, offset)) {

Completed in 122 milliseconds