Lines Matching refs:viewRect
129 Rect viewRect(GetRect());
131 baseGfxEngine->DrawRect(gfxDstBuffer, viewRect, invalidatedArea, *style, OPA_OPAQUE);
136 Rect tmpRect(viewRect);
140 tmpRect.SetRight(viewRect.GetLeft() + length);
141 tmpRect.SetBottom(viewRect.GetTop());
143 tmpRect.SetRight(viewRect.GetLeft());
144 tmpRect.SetBottom(viewRect.GetTop() + length);
148 tmpRect.SetLeft(viewRect.GetLeft());
149 tmpRect.SetTop(viewRect.GetBottom() - length);
150 tmpRect.SetRight(viewRect.GetLeft());
151 tmpRect.SetBottom(viewRect.GetBottom());
153 tmpRect.SetTop(viewRect.GetBottom());
154 tmpRect.SetRight(viewRect.GetLeft() + length);
158 tmpRect.SetLeft(viewRect.GetRight() - length);
159 tmpRect.SetTop(viewRect.GetTop());
160 tmpRect.SetRight(viewRect.GetRight());
161 tmpRect.SetBottom(viewRect.GetTop());
163 tmpRect.SetLeft(viewRect.GetRight());
164 tmpRect.SetBottom(viewRect.GetTop() + length);
168 tmpRect = viewRect;
169 tmpRect.SetLeft(viewRect.GetRight());
170 tmpRect.SetTop(viewRect.GetBottom() - length);
172 tmpRect.SetLeft(viewRect.GetRight() - length);
173 tmpRect.SetTop(viewRect.GetBottom());