Searched refs:cropRectIsSet (Results 1 – 4 of 4) sorted by relevance
209 bool cropRectIsSet() const { return fCropRect.flags() != 0x0; } in cropRectIsSet() function286 return this->cropRectIsSet() ? &fCropRect : nullptr; in getCropRectIfSet()
135 if (!this->cropRectIsSet()) { in onIsColorFilterNode()
40 if (!this->cropRectIsSet()) { in onFilterImage()
122 if (imgf && imgf->cropRectIsSet()) { in doDraw()