Lines Matching refs:tail
246 const_iterator const tail = end(); in contains() local
247 while (cur != tail) { in contains()
447 Rect* tail; member in android::Region::rasterizer
452 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() { in rasterizer()
506 if (tail-head == ssize_t(span.size())) { in flushSpan()
511 while (q != tail) { in flushSpan()
524 while (r != tail) { in flushSpan()
532 tail = storage.editArray() + storage.size(); in flushSpan()
533 head = tail - span.size(); in flushSpan()
548 const_iterator const tail = reg.end(); in validate() local
551 while (cur != tail) { in validate()
684 Region::const_iterator const tail = dst.end(); in boolean_operation() local
687 if (head != tail) { in boolean_operation()
705 if (head != tail) { in boolean_operation()
885 const_iterator const tail = end(); in dump() local
887 StringAppendF(&out, " Region %s (this=%p, count=%" PRIdPTR ")\n", what, this, tail - head); in dump()
888 while (head != tail) { in dump()
898 const_iterator const tail = end(); in dump() local
899 ALOGD(" Region %s (this=%p, count=%" PRIdPTR ")\n", what, this, tail-head); in dump()
900 while (head != tail) { in dump()