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