Lines Matching refs:aFrameRect
1274 Rectangle aFrameRect( Point(nScrX+nLeft, nScrY+nTop), in DrawBorder() local
1305 lcl_DrawGraphic( *pBackground, pDev, pRefDev, aFrameRect, aFrameRect ); in DrawBorder()
1311 pDev->DrawRect(aFrameRect); in DrawBorder()
1328 aFrameRect.Left()-nShadowX, aFrameRect.Top()-nShadowY, in DrawBorder()
1329 aFrameRect.Right()-nShadowX, aFrameRect.Top() ) ); in DrawBorder()
1331 aFrameRect.Left()-nShadowX, aFrameRect.Top()-nShadowY, in DrawBorder()
1332 aFrameRect.Left(), aFrameRect.Bottom()-nShadowY ) ); in DrawBorder()
1336 aFrameRect.Left()+nShadowX, aFrameRect.Top()-nShadowY, in DrawBorder()
1337 aFrameRect.Right()+nShadowX, aFrameRect.Top() ) ); in DrawBorder()
1339 aFrameRect.Right(), aFrameRect.Top()-nShadowY, in DrawBorder()
1340 aFrameRect.Right()+nShadowX, aFrameRect.Bottom()-nShadowY ) ); in DrawBorder()
1344 aFrameRect.Left()-nShadowX, aFrameRect.Bottom(), in DrawBorder()
1345 aFrameRect.Right()-nShadowX, aFrameRect.Bottom()+nShadowY ) ); in DrawBorder()
1347 aFrameRect.Left()-nShadowX, aFrameRect.Top()+nShadowY, in DrawBorder()
1348 aFrameRect.Left(), aFrameRect.Bottom()+nShadowY ) ); in DrawBorder()
1352 aFrameRect.Left()+nShadowX, aFrameRect.Bottom(), in DrawBorder()
1353 aFrameRect.Right()+nShadowX, aFrameRect.Bottom()+nShadowY ) ); in DrawBorder()
1355 aFrameRect.Right(), aFrameRect.Top()+nShadowY, in DrawBorder()
1356 aFrameRect.Right()+nShadowX, aFrameRect.Bottom()+nShadowY ) ); in DrawBorder()