Searched refs:cropRectIsSet (Results 1 – 5 of 5) sorted by relevance
95 if (!this->cropRectIsSet()) { in onIsColorFilterNode()
23 if (!cropRectIsSet()) { in onFilterImageDeprecated()
124 return !this->cropRectIsSet(); in canFilterImageGPU()
125 if (imgf && imgf->cropRectIsSet()) { in doDraw()
243 bool cropRectIsSet() const { return fCropRect.flags() != 0x0; } in cropRectIsSet() function