Home
last modified time | relevance | path

Searched refs:applyCropRect (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/effects/
DSkXfermodeImageFilter.cpp62 if (!applyCropRect(ctx, foregroundSrcBounds, &foregroundBounds)) { in onFilterImageDeprecated()
68 if (!applyCropRect(ctx, backgroundSrcBounds, &bounds)) { in onFilterImageDeprecated()
DSkPaintImageFilter.cpp42 if (!this->applyCropRect(ctx, source.bounds(), &bounds)) { in onFilterImageDeprecated()
DSkBlurImageFilter.cpp88 if (!this->applyCropRect(this->mapContext(ctx), srcBounds, &dstBounds)) { in onFilterImageDeprecated()
213 if (!this->applyCropRect(this->mapContext(ctx), srcBounds, &dstBounds)) { in filterImageGPUDeprecated()
DSkColorFilterImageFilter.cpp71 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
DSkOffsetImageFilter.cpp42 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
DSkDropShadowImageFilter.cpp67 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
DSkDisplacementMapEffect.cpp233 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
407 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in filterImageGPUDeprecated()
DSkLightingImageFilter.cpp409 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in filterImageGPUDeprecated()
1243 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
1388 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
/external/skia/include/core/
DSkImageFilter.h406 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
/external/skia/src/core/
DSkImageFilter.cpp380 bool SkImageFilter::applyCropRect(const Context& ctx, const SkIRect& srcBounds, in applyCropRect() function in SkImageFilter