Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkPaintImageFilter.cpp75 return SkPaintImageFilter::Make(paint, this->getCropRectIfSet()); in onMakeColorSpace()
DSkColorFilterImageFilter.cpp128 this->getCropRectIfSet()); in onMakeColorSpace()
DSkMergeImageFilter.cpp107 this->getCropRectIfSet()); in onMakeColorSpace()
DSkOffsetImageFilter.cpp82 this->getCropRectIfSet()); in onMakeColorSpace()
DSkDropShadowImageFilter.cpp121 fShadowMode, input, this->getCropRectIfSet()); in onMakeColorSpace()
DSkAlphaThresholdFilter.cpp269 std::move(input), this->getCropRectIfSet()); in onMakeColorSpace()
DSkMorphologyImageFilter.cpp650 this->getCropRectIfSet()) in onMakeColorSpace()
652 this->getCropRectIfSet()); in onMakeColorSpace()
DSkXfermodeImageFilter.cpp182 this->getCropRectIfSet()); in onMakeColorSpace()
DSkMagnifierImageFilter.cpp445 this->getCropRectIfSet()); in onMakeColorSpace()
DSkMatrixConvolutionImageFilter.cpp393 std::move(input), this->getCropRectIfSet()); in onMakeColorSpace()
DSkArithmeticImageFilter.cpp463 getCropRectIfSet()); in onMakeColorSpace()
DSkDisplacementMapEffect.cpp370 this->getCropRectIfSet()); in onMakeColorSpace()
DSkLightingImageFilter.cpp1348 fKD, std::move(input), this->getCropRectIfSet()); in onMakeColorSpace()
1505 std::move(input), this->getCropRectIfSet()); in onMakeColorSpace()
/external/skia/include/core/
DSkImageFilter.h285 const CropRect* getCropRectIfSet() const { in getCropRectIfSet() function
/external/skia/src/core/
DSkBlurImageFilter.cpp315 this->getCropRectIfSet(), fTileMode); in onMakeColorSpace()