Searched refs:applyCropRect (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/effects/ |
D | SkXfermodeImageFilter.cpp | 62 if (!applyCropRect(ctx, foregroundSrcBounds, &foregroundBounds)) { in onFilterImageDeprecated() 68 if (!applyCropRect(ctx, backgroundSrcBounds, &bounds)) { in onFilterImageDeprecated()
|
D | SkPaintImageFilter.cpp | 42 if (!this->applyCropRect(ctx, source.bounds(), &bounds)) { in onFilterImageDeprecated()
|
D | SkBlurImageFilter.cpp | 88 if (!this->applyCropRect(this->mapContext(ctx), srcBounds, &dstBounds)) { in onFilterImageDeprecated() 213 if (!this->applyCropRect(this->mapContext(ctx), srcBounds, &dstBounds)) { in filterImageGPUDeprecated()
|
D | SkColorFilterImageFilter.cpp | 71 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
|
D | SkOffsetImageFilter.cpp | 42 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
|
D | SkDropShadowImageFilter.cpp | 67 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated()
|
D | SkDisplacementMapEffect.cpp | 233 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImageDeprecated() 407 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in filterImageGPUDeprecated()
|
D | SkLightingImageFilter.cpp | 409 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/ |
D | SkImageFilter.h | 406 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 380 bool SkImageFilter::applyCropRect(const Context& ctx, const SkIRect& srcBounds, in applyCropRect() function in SkImageFilter
|