/external/skqp/src/effects/imagefilters/ |
D | SkPaintImageFilter.cpp | 44 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkColorFilterImageFilter.cpp | 79 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkOffsetImageFilter.cpp | 54 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkMagnifierImageFilter.cpp | 88 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkDropShadowImageFilter.cpp | 78 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkAlphaThresholdFilter.cpp | 158 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkXfermodeImageFilter.cpp | 138 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkArithmeticImageFilter.cpp | 192 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkBlurImageFilter.cpp | 579 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
|
D | SkDisplacementMapEffect.cpp | 247 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
/external/skia/src/effects/imagefilters/ |
D | SkShaderImageFilter.cpp | 86 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkColorFilterImageFilter.cpp | 103 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkOffsetImageFilter.cpp | 101 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkDropShadowImageFilter.cpp | 119 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkMagnifierImageFilter.cpp | 109 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkAlphaThresholdImageFilter.cpp | 141 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkBlendImageFilter.cpp | 132 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkArithmeticImageFilter.cpp | 217 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkBlurImageFilter.cpp | 546 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
|
D | SkDisplacementMapImageFilter.cpp | 262 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkLightingImageFilter.cpp | 1258 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage() 1393 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
/external/skqp/src/core/ |
D | SkImageFilter.cpp | 302 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/ |
D | SkImageFilter.h | 405 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
|
/external/skia/src/core/ |
D | SkImageFilter_Base.h | 295 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
|
D | SkImageFilter.cpp | 371 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()
|