Searched refs:clipIsEmpty (Results 1 – 2 of 2) sorted by relevance
200 return !mSnapshot->clipIsEmpty(); in clipRect()205 return !mSnapshot->clipIsEmpty(); in clipPath()
141 bool clipIsEmpty() const { return mClipArea->isEmpty(); } in clipIsEmpty() function