Searched refs:RECT_SIZE_PIX (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 914 #define RECT_SIZE_PIX 7 macro 980 aMousePixel.X() < nMiddleX + RECT_SIZE_PIX ) in MouseButtonDown() 995 aMousePixel.Y() < nMiddleY + RECT_SIZE_PIX ) in MouseButtonDown() 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() [all …]
|
Completed in 13 milliseconds