Home | History | Annotate | Download | only in ui

Lines Matching full:tail

242     Rect* tail;
247 : bounds(reg.mBounds), storage(reg.mStorage), head(), tail(), cur() {
291 if (tail-head == ssize_t(span.size())) {
296 while (q != tail) {
308 while (r != tail) {
316 tail = storage.editArray() + storage.size();
317 head = tail - span.size();
327 const_iterator const tail = reg.end();
330 while (cur != tail) {
424 Region::const_iterator const tail = dst.end();
427 if (head != tail) {
445 if (head != tail) {
613 const_iterator const tail = end();
619 what, this, tail-head);
621 while (head != tail) {
633 const_iterator const tail = end();
634 LOGD(" Region %s (this=%p, count=%d)\n", what, this, tail-head);
635 while (head != tail) {