Lines Matching refs:rectValue
353 item->u.rectValue.mLeft = left; in setRect()
354 item->u.rectValue.mTop = top; in setRect()
355 item->u.rectValue.mRight = right; in setRect()
356 item->u.rectValue.mBottom = bottom; in setRect()
404 *left = item->u.rectValue.mLeft; in findRect()
405 *top = item->u.rectValue.mTop; in findRect()
406 *right = item->u.rectValue.mRight; in findRect()
407 *bottom = item->u.rectValue.mBottom; in findRect()
652 item.u.rectValue.mLeft, in debugString()
653 item.u.rectValue.mTop, in debugString()
654 item.u.rectValue.mRight, in debugString()
655 item.u.rectValue.mBottom); in debugString()
894 if (oitem == NULL || memcmp(&item.u.rectValue, &oitem->u.rectValue, sizeof(Rect))) { in changesFrom()
896 item.mName, item.u.rectValue.mLeft, item.u.rectValue.mTop, in changesFrom()
897 item.u.rectValue.mRight, item.u.rectValue.mBottom); in changesFrom()
991 case kTypeRect: it.set(mItems[index].u.rectValue); break; in getEntryAt()
1063 } else if (item.find(&dst->u.rectValue)) { in setEntryAt()