Lines Matching refs:aRect
220 Rectangle aRect; in DrawPage() local
222 aRect.Left() = rOrg.X() + nL; in DrawPage()
223 aRect.Right() = rOrg.X() + aTempSize.Width() - nR; in DrawPage()
224 aRect.Top() = rOrg.Y() + nTop; in DrawPage()
225 aRect.Bottom()= rOrg.Y() + aTempSize.Height() - nBottom; in DrawPage()
227 Rectangle aHdRect( aRect ); in DrawPage()
228 Rectangle aFtRect( aRect ); in DrawPage()
235 aHdRect.Bottom() = aRect.Top() + nHdHeight; in DrawPage()
236 aRect.Top() += nHdHeight + nHdDist; in DrawPage()
246 aFtRect.Top() = aRect.Bottom() - nFtHeight; in DrawPage()
247 aRect.Bottom() -= nFtHeight + nFtDist; in DrawPage()
256 DrawRect( aRect ); in DrawPage()
257 Point aBmpPnt = aRect.TopLeft(); in DrawPage()
258 Size aBmpSiz = aRect.GetSize(); in DrawPage()
268 DrawRect( aRect ); in DrawPage()
276 Size aDrawSize( 0, aRect.GetHeight() / 6); in DrawPage()
286 aPos = aRect.TopLeft(); in DrawPage()
292 aPos = aRect.TopRight(); in DrawPage()
299 aPos = aRect.TopLeft(); in DrawPage()
304 aPos = aRect.TopRight(); in DrawPage()
341 long nW = aRect.GetWidth(), nH = aRect.GetHeight(); in DrawPage()
343 long _nLeft = bHorz ? aRect.Left() + ((nW - nTW) / 2) : aRect.Left(); in DrawPage()
344 long _nTop = bVert ? aRect.Top() + ((nH - nTH) / 2) : aRect.Top(); in DrawPage()