Home
last modified time | relevance | path

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

12

/external/skqp/src/effects/imagefilters/
DSkPaintImageFilter.cpp44 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkColorFilterImageFilter.cpp79 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkOffsetImageFilter.cpp54 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkMagnifierImageFilter.cpp88 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkDropShadowImageFilter.cpp78 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkAlphaThresholdFilter.cpp158 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkXfermodeImageFilter.cpp138 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkArithmeticImageFilter.cpp192 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkBlurImageFilter.cpp579 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
DSkDisplacementMapEffect.cpp247 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
/external/skia/src/effects/imagefilters/
DSkShaderImageFilter.cpp86 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.cpp109 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkAlphaThresholdImageFilter.cpp141 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkBlendImageFilter.cpp132 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkArithmeticImageFilter.cpp217 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkBlurImageFilter.cpp546 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
DSkDisplacementMapImageFilter.cpp262 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkLightingImageFilter.cpp1258 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
1393 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
/external/skqp/src/core/
DSkImageFilter.cpp302 bool SkImageFilter::applyCropRect(const Context& ctx, const SkIRect& srcBounds, in applyCropRect() function in SkImageFilter
388 if (!this->applyCropRect(ctx, srcBounds, bounds)) { in applyCropRectAndPad()
/external/skqp/include/core/
DSkImageFilter.h405 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
/external/skia/src/core/
DSkImageFilter_Base.h295 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
DSkImageFilter.cpp371 bool SkImageFilter_Base::applyCropRect(const Context& ctx, const SkIRect& srcBounds, in applyCropRect() function in SkImageFilter_Base
424 if (!this->applyCropRect(ctx, srcBounds, bounds)) { in applyCropRectAndPad()

12