Home
last modified time | relevance | path

Searched refs:cropRectIsSet (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/core/
DSkImageFilter_Base.h55 bool cropRectIsSet() const { return fCropRect.flags() != 0x0; } in cropRectIsSet() function
213 return this->cropRectIsSet() ? &fCropRect : nullptr; in getCropRectIfSet()
DSkImageFilter.cpp241 if (this->cropRectIsSet() || !this->onCanHandleComplexCTM()) { in canHandleComplexCTM()
/third_party/skia/src/core/
DSkImageFilter_Base.h257 bool cropRectIsSet() const { return fCropRect.flags() != 0x0; } in cropRectIsSet() function
264 return this->cropRectIsSet() ? &fCropRect : nullptr; in getCropRectIfSet()
DSkImageFilter.cpp66 if (as_IFB(this)->cropRectIsSet()) { in filterBounds()
265 if (this->cropRectIsSet()) { in getInputBounds()
330 if (this->cropRectIsSet()) { in getCTMCapability()
/third_party/skia/src/effects/imagefilters/
DSkColorFilterImageFilter.cpp146 if (!this->cropRectIsSet()) { in onIsColorFilterNode()
DSkOffsetImageFilter.cpp93 if (!this->cropRectIsSet()) { in onFilterImage()
/third_party/flutter/skia/src/effects/imagefilters/
DSkColorFilterImageFilter.cpp146 if (!this->cropRectIsSet()) { in onIsColorFilterNode()
DSkOffsetImageFilter.cpp95 if (!this->cropRectIsSet()) { in onFilterImage()
/third_party/flutter/skia/gm/
Doffsetimagefilter.cpp130 if (imgf && as_IFB(imgf)->cropRectIsSet()) { in doDraw()