Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkImageFilter.h370 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
381 sk_sp<SkSpecialImage> applyCropRect(const Context&, SkSpecialImage* src, SkIPoint* srcOffset,
/external/skia/src/effects/
DSkPaintImageFilter.cpp43 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkColorFilterImageFilter.cpp79 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkOffsetImageFilter.cpp48 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkDropShadowImageFilter.cpp75 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkDisplacementMapEffect.cpp256 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
261 displ = this->applyCropRect(ctx, displ.get(), &displOffset, &displBounds); in onFilterImage()
DSkAlphaThresholdFilter.cpp148 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkXfermodeImageFilter.cpp135 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkMagnifierImageFilter.cpp333 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
DSkMatrixConvolutionImageFilter.cpp295 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
DSkArithmeticImageFilter.cpp168 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage()
DSkMorphologyImageFilter.cpp543 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
DSkLightingImageFilter.cpp1282 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
1437 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
/external/skia/src/core/
DSkImageFilter.cpp350 bool SkImageFilter::applyCropRect(const Context& ctx, const SkIRect& srcBounds, in applyCropRect() function in SkImageFilter
429 sk_sp<SkSpecialImage> SkImageFilter::applyCropRect(const Context& ctx, in applyCropRect() function in SkImageFilter
DSkBlurImageFilter.cpp159 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()