Home | History | Annotate | Download | only in core

Lines Matching full:isempty

103     bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
243 return left < right && top < bottom && !this->isEmpty() && // check for empties
251 return !r.isEmpty() && !this->isEmpty() && // check for empties
293 if (!a.isEmpty() && !b.isEmpty() &&
312 SkASSERT(!a.isEmpty() && !b.isEmpty());
332 if (left < right && top < bottom && !this->isEmpty() &&
346 return !a.isEmpty() && !b.isEmpty() && // check for empties
355 SkASSERT(!a.isEmpty());
356 SkASSERT(!b.isEmpty());
457 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
744 SkASSERT(!r.isEmpty());
800 // todo: can we eliminate the this->isEmpty check?
801 return !r.isEmpty() && !this->isEmpty() &&
810 // todo: can we eliminate the this->isEmpty check?
811 return !r.isEmpty() && !this->isEmpty() &&
853 * e.g. left >= right or top >= bottom. Call isEmpty() to detect that.
902 return !r.isEmpty() && !this->isEmpty() && // check for empties