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

  /external/skia/src/core/
SkImageFilter.cpp 181 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
220 bool SkImageFilter::applyCropRect(const Context& ctx, const SkBitmap& src,
241 bool SkImageFilter::applyCropRect(const Context& ctx, Proxy* proxy, const SkBitmap& src,
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 245 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
286 bool SkImageFilter::applyCropRect(const Context& ctx, const SkBitmap& src,
307 bool SkImageFilter::applyCropRect(const Context& ctx, Proxy* proxy, const SkBitmap& src,

Completed in 453 milliseconds