Lines Matching refs:tmpRect

136     Rect tmpRect(viewRect);
140 tmpRect.SetRight(viewRect.GetLeft() + length);
141 tmpRect.SetBottom(viewRect.GetTop());
142 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE);
143 tmpRect.SetRight(viewRect.GetLeft());
144 tmpRect.SetBottom(viewRect.GetTop() + length);
145 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE);
148 tmpRect.SetLeft(viewRect.GetLeft());
149 tmpRect.SetTop(viewRect.GetBottom() - length);
150 tmpRect.SetRight(viewRect.GetLeft());
151 tmpRect.SetBottom(viewRect.GetBottom());
152 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE);
153 tmpRect.SetTop(viewRect.GetBottom());
154 tmpRect.SetRight(viewRect.GetLeft() + length);
155 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE);
158 tmpRect.SetLeft(viewRect.GetRight() - length);
159 tmpRect.SetTop(viewRect.GetTop());
160 tmpRect.SetRight(viewRect.GetRight());
161 tmpRect.SetBottom(viewRect.GetTop());
162 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE);
163 tmpRect.SetLeft(viewRect.GetRight());
164 tmpRect.SetBottom(viewRect.GetTop() + length);
165 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE);
168 tmpRect = viewRect;
169 tmpRect.SetLeft(viewRect.GetRight());
170 tmpRect.SetTop(viewRect.GetBottom() - length);
171 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE);
172 tmpRect.SetLeft(viewRect.GetRight() - length);
173 tmpRect.SetTop(viewRect.GetBottom());
174 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE);