Lines Matching refs:tail
253 const_iterator const tail = end(); in contains() local
254 while (cur != tail) { in contains()
475 Rect* tail; member in android::Region::rasterizer
480 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() { in rasterizer()
534 if (tail-head == ssize_t(span.size())) { in flushSpan()
539 while (q != tail) { in flushSpan()
552 while (r != tail) { in flushSpan()
560 tail = storage.data() + storage.size(); in flushSpan()
561 head = tail - span.size(); in flushSpan()
576 const_iterator const tail = reg.end(); in validate() local
579 while (cur != tail) { in validate()
711 Region::const_iterator const tail = dst.end(); in boolean_operation() local
714 if (head != tail) { in boolean_operation()
732 if (head != tail) { in boolean_operation()
913 const_iterator const tail = end(); in dump() local
915 StringAppendF(&out, " Region %s (this=%p, count=%" PRIdPTR ")\n", what, this, tail - head); in dump()
916 while (head != tail) { in dump()
926 const_iterator const tail = end(); in dump() local
927 ALOGD(" Region %s (this=%p, count=%" PRIdPTR ")\n", what, this, tail-head); in dump()
928 while (head != tail) { in dump()