Home | History | Annotate | Download | only in ui

Lines Matching defs:head

394     Rect* head;
400 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() {
442 if (tail-head == ssize_t(span.size())) {
444 Rect const* q = head;
458 Rect* r = head;
468 head = tail - span.size();
607 Region::const_iterator head = dst.begin();
611 if (head != tail) {
613 head->left != it.rect().fLeft ||
614 head->top != it.rect().fTop ||
615 head->right != it.rect().fRight ||
616 head->bottom != it.rect().fBottom
625 head++;
629 if (head != tail) {
795 const_iterator head = begin();
802 what, this, tail-head);
804 while (head != tail) {
806 head->left, head->top, head->right, head->bottom);
808 head++;
815 const_iterator head = begin();
817 ALOGD(" Region %s (this=%p, count=%d)\n", what, this, tail-head);
818 while (head != tail) {
820 head->left, head->top, head->right, head->bottom);
821 head++;