Lines Matching full:head
241 Rect* head;
247 : bounds(reg.mBounds), storage(reg.mStorage), head(), tail(), cur() {
291 if (tail-head == ssize_t(span.size())) {
293 Rect const* q = head;
307 Rect* r = head;
317 head = tail - span.size();
423 Region::const_iterator head = dst.begin();
427 if (head != tail) {
429 head->left != it.rect().fLeft ||
430 head->top != it.rect().fTop ||
431 head->right != it.rect().fRight ||
432 head->bottom != it.rect().fBottom
441 head++;
445 if (head != tail) {
612 const_iterator head = begin();
619 what, this, tail-head);
621 while (head != tail) {
623 head->left, head->top, head->right, head->bottom);
625 head++;
632 const_iterator head = begin();
634 LOGD(" Region %s (this=%p, count=%d)\n", what, this, tail-head);
635 while (head != tail) {
637 head->left, head->top, head->right, head->bottom);
638 head++;