Searched refs:nMiddleY (Results 1 – 1 of 1) sorted by relevance
968 int nMiddleY = ( maBottomRight.Y() - maTopLeft.Y() ) / 2 - RECT_SIZE_PIX/2 + maTopLeft.Y(); in MouseButtonDown() local994 else if( aMousePixel.Y() >= nMiddleY && in MouseButtonDown()995 aMousePixel.Y() < nMiddleY + RECT_SIZE_PIX ) in MouseButtonDown()1059 int nMiddleX, nMiddleY; in DrawRectangles() local1065 nMiddleY = ( rBR.Y() - rUL.Y() ) / 2 + rUL.Y(); 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()
Completed in 10 milliseconds