Home
last modified time | relevance | path

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

/external/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()
268 if (this->cropRectIsSet()) { in getInputBounds()
333 if (this->cropRectIsSet()) { in getCTMCapability()
/external/skia/src/effects/imagefilters/
DSkColorFilterImageFilter.cpp169 if (!this->cropRectIsSet()) { in onIsColorFilterNode()