Searched defs:applyCropRect (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkImageFilter.cpp181 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
220 bool SkImageFilter::applyCropRect(const Context& ctx, const SkBitmap& src, function in class:SkImageFilter
241 bool SkImageFilter::applyCropRect(const Context& ctx, Proxy* proxy, const SkBitmap& src, function in class:SkImageFilter
/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp245 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
286 bool SkImageFilter::applyCropRect(const Context& ctx, const SkBitmap& src, function in class:SkImageFilter
307 bool SkImageFilter::applyCropRect(const Context& ctx, Proxy* proxy, const SkBitmap& src, function in class:SkImageFilter

Completed in 459 milliseconds