Searched refs:applyCropRect (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/src/effects/imagefilters/ |
D | SkShaderImageFilter.cpp | 84 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 | 161 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkAlphaThresholdImageFilter.cpp | 185 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
D | SkBlendImageFilter.cpp | 155 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkArithmeticImageFilter.cpp | 214 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkDisplacementMapImageFilter.cpp | 259 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
|
D | SkBlurImageFilter.cpp | 912 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
|
D | SkLightingImageFilter.cpp | 1268 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage() 1409 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
|
/third_party/skia/src/core/ |
D | SkImageFilter_Base.h | 279 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
|
D | SkImageFilter.cpp | 378 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()
|