Lines Matching refs:tail
236 const_iterator const tail = end(); in contains() local
237 while (cur != tail) { in contains()
423 Rect* tail; member in android::Region::rasterizer
428 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() { in rasterizer()
482 if (tail-head == ssize_t(span.size())) { in flushSpan()
487 while (q != tail) { in flushSpan()
499 while (r != tail) { in flushSpan()
507 tail = storage.editArray() + storage.size(); in flushSpan()
508 head = tail - span.size(); in flushSpan()
517 const_iterator const tail = reg.end(); in validate() local
520 while (cur != tail) { in validate()
651 Region::const_iterator const tail = dst.end(); in boolean_operation() local
654 if (head != tail) { in boolean_operation()
672 if (head != tail) { in boolean_operation()
843 const_iterator const tail = end(); in dump() local
846 what, this, tail - head); in dump()
847 while (head != tail) { in dump()
857 const_iterator const tail = end(); in dump() local
858 ALOGD(" Region %s (this=%p, count=%" PRIdPTR ")\n", what, this, tail-head); in dump()
859 while (head != tail) { in dump()