Lines Matching full:isempty
128 if (this->isEmpty()) {
397 if (this->isEmpty() || rgn.isEmpty() || !fBounds.contains(rgn.fBounds)) {
419 if (this->isEmpty()) {
452 if (this->isEmpty() || r.isEmpty()) {
479 if (this->isEmpty() || rgn.isEmpty()) {
539 if (this->isEmpty()) {
597 return !this->isEmpty();
806 bool isEmpty() const { return 0 == fPrevLen; }
902 if (quickExit && !oper.isEmpty()) {
972 return result ? result->setRect(rect) : !rect.isEmpty();
976 return result ? result->setRegion(rgn) : !rgn.isEmpty();
999 bool a_empty = rgna->isEmpty();
1000 bool b_empty = rgnb->isEmpty();
1100 if (!this->isEmpty()) {
1112 if (this->isEmpty()) {
1231 if (this->isEmpty()) {
1234 // this is stricter than just asserting fBounds.isEmpty()
1237 SkASSERT(!fBounds.isEmpty());
1261 if (this->isEmpty()) {
1292 if (rgn.isEmpty()) {
1394 if (!rgn.isEmpty() && y >= r.fTop && y < r.fBottom &&