Home | History | Annotate | Download | only in ui

Lines Matching refs:head

263     Rect* head;
269 : bounds(reg.mBounds), storage(reg.mStorage), head(), tail(), cur() {
313 if (tail-head == ssize_t(span.size())) {
315 Rect const* q = head;
329 Rect* r = head;
339 head = tail - span.size();
452 Region::const_iterator head = dst.begin();
456 if (head != tail) {
458 head->left != it.rect().fLeft ||
459 head->top != it.rect().fTop ||
460 head->right != it.rect().fRight ||
461 head->bottom != it.rect().fBottom
470 head++;
474 if (head != tail) {
655 const_iterator head = begin();
662 what, this, tail-head);
664 while (head != tail) {
666 head->left, head->top, head->right, head->bottom);
668 head++;
675 const_iterator head = begin();
677 ALOGD(" Region %s (this=%p, count=%d)\n", what, this, tail-head);
678 while (head != tail) {
680 head->left, head->top, head->right, head->bottom);
681 head++;