Home
last modified time | relevance | path

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

/third_party/skia/src/effects/imagefilters/
DSkShaderImageFilter.cpp84 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkColorFilterImageFilter.cpp103 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkOffsetImageFilter.cpp101 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkDropShadowImageFilter.cpp119 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkMagnifierImageFilter.cpp161 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkAlphaThresholdImageFilter.cpp185 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkBlendImageFilter.cpp155 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkArithmeticImageFilter.cpp214 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkDisplacementMapImageFilter.cpp259 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkBlurImageFilter.cpp912 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
DSkLightingImageFilter.cpp1268 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
1409 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
/third_party/skia/src/core/
DSkImageFilter_Base.h279 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
DSkImageFilter.cpp378 bool SkImageFilter_Base::applyCropRect(const Context& ctx, const SkIRect& srcBounds, in applyCropRect() function in SkImageFilter_Base
431 if (!this->applyCropRect(ctx, srcBounds, bounds)) { in applyCropRectAndPad()