Searched refs:cropRectIsSet (Results 1 – 9 of 9) sorted by relevance
55 bool cropRectIsSet() const { return fCropRect.flags() != 0x0; } in cropRectIsSet() function213 return this->cropRectIsSet() ? &fCropRect : nullptr; in getCropRectIfSet()
241 if (this->cropRectIsSet() || !this->onCanHandleComplexCTM()) { in canHandleComplexCTM()
257 bool cropRectIsSet() const { return fCropRect.flags() != 0x0; } in cropRectIsSet() function264 return this->cropRectIsSet() ? &fCropRect : nullptr; in getCropRectIfSet()
66 if (as_IFB(this)->cropRectIsSet()) { in filterBounds()265 if (this->cropRectIsSet()) { in getInputBounds()330 if (this->cropRectIsSet()) { in getCTMCapability()
146 if (!this->cropRectIsSet()) { in onIsColorFilterNode()
93 if (!this->cropRectIsSet()) { in onFilterImage()
95 if (!this->cropRectIsSet()) { in onFilterImage()
130 if (imgf && as_IFB(imgf)->cropRectIsSet()) { in doDraw()