Lines Matching refs:Rectangle

357 	maPreviewRect = Rectangle( maTopLeft,  in InitFields()
690 Rectangle aPreviewRect = maPreviewRect;
693 Rectangle aDummyRect( Point( 0, 0 ), GetSizePixel() );
740 maPreviewRect = Rectangle( maTopLeft, in AcquirePreview()
750 …maPreviewRect = Rectangle( Point( maTopLeft.X(), ( maTopLeft.Y() + maBottomRight.Y() )/2 - nVHeigh… in AcquirePreview()
757 …maPreviewRect = Rectangle( Point( ( maTopLeft.X() + maBottomRight.X() )/2 - nVWidth/2, maTopLeft.Y… in AcquirePreview()
763 Paint( Rectangle( Point( 0, 0 ), GetSizePixel() ) ); in AcquirePreview()
766 void SaneDlg::Paint( const Rectangle& rRect ) in Paint()
771 DrawRect( Rectangle( Point( PREVIEW_UPPER_LEFT, PREVIEW_UPPER_TOP ), in Paint()
1071 DrawRect( Rectangle( rUL, Size( RECT_SIZE_PIX,RECT_SIZE_PIX ) ) ); in DrawRectangles()
1072 DrawRect( Rectangle( aBL, Size( RECT_SIZE_PIX, -RECT_SIZE_PIX ) ) ); in DrawRectangles()
1073 DrawRect( Rectangle( rBR, Size( -RECT_SIZE_PIX, -RECT_SIZE_PIX ) ) ); in DrawRectangles()
1074 DrawRect( Rectangle( aUR, Size( -RECT_SIZE_PIX, RECT_SIZE_PIX ) ) ); in DrawRectangles()
1075 …DrawRect( Rectangle( Point( nMiddleX - RECT_SIZE_PIX/2, rUL.Y() ), Size( RECT_SIZE_PIX, RECT_SIZE_… in DrawRectangles()
1076 …DrawRect( Rectangle( Point( nMiddleX - RECT_SIZE_PIX/2, rBR.Y() ), Size( RECT_SIZE_PIX, -RECT_SIZE… in DrawRectangles()
1077 …DrawRect( Rectangle( Point( rUL.X(), nMiddleY - RECT_SIZE_PIX/2 ), Size( RECT_SIZE_PIX, RECT_SIZE_… in DrawRectangles()
1078 …DrawRect( Rectangle( Point( rBR.X(), nMiddleY - RECT_SIZE_PIX/2 ), Size( -RECT_SIZE_PIX, RECT_SIZE… in DrawRectangles()