Lines Matching refs:nShadowY
1323 long nShadowY = (long) ( pShadow->GetWidth() * nScaleY ); in DrawBorder() local
1328 aFrameRect.Left()-nShadowX, aFrameRect.Top()-nShadowY, 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()
1339 aFrameRect.Right(), aFrameRect.Top()-nShadowY, in DrawBorder()
1340 aFrameRect.Right()+nShadowX, aFrameRect.Bottom()-nShadowY ) ); 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()
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()