Lines Matching refs:Y

286 					case 1:	maTopLeft.Y() = (int)fValue;break;  in InitFields()
288 case 3: maBottomRight.Y() = (int)fValue;break; in InitFields()
306 case 1: maMinTopLeft.Y() = pField->GetMin();break; in InitFields()
308 case 3: maMaxBottomRight.Y() = pField->GetMax();break; in InitFields()
315 case 1: maMinTopLeft.Y() = (int)fValue;break; in InitFields()
317 case 3: maMaxBottomRight.Y() = (int)fValue;break; in InitFields()
334 maMinTopLeft.Y() = 0; in InitFields()
335 maTopLeft.Y() = 0; in InitFields()
346 maMaxBottomRight.Y() = PREVIEW_HEIGHT; in InitFields()
347 maBottomRight.Y() = PREVIEW_HEIGHT; in InitFields()
359 maBottomRight.Y() - maTopLeft.Y() ) in InitFields()
655 maTopLeft.Y() = aPoint.Y(); in IMPL_LINK()
669 maBottomRight.Y() = aPoint.Y(); in IMPL_LINK()
742 maBottomRight.Y() - maTopLeft.Y() ) in AcquirePreview()
750 …maPreviewRect = Rectangle( Point( maTopLeft.X(), ( maTopLeft.Y() + maBottomRight.Y() )/2 - nVHeigh… in AcquirePreview()
756 int nVWidth = (maBottomRight.Y() - maTopLeft.Y()) * aBMSize.Width() / aBMSize.Height(); in AcquirePreview()
757 …eviewRect = Rectangle( Point( ( maTopLeft.X() + maBottomRight.X() )/2 - nVWidth/2, maTopLeft.Y() ), in AcquirePreview()
759 maBottomRight.Y() - maTopLeft.Y() ) ); in AcquirePreview()
927 case Top: maTopLeft.Y() = aMousePos.Y(); break; in MouseMove()
929 maTopLeft.Y() = aMousePos.Y(); in MouseMove()
934 case Bottom: maBottomRight.Y() = aMousePos.Y(); break; in MouseMove()
937 maBottomRight.Y() = aMousePos.Y(); in MouseMove()
949 if( maTopLeft.Y() > maBottomRight.Y() ) in MouseMove()
951 nSwap = maTopLeft.Y(); in MouseMove()
952 maTopLeft.Y() = maBottomRight.Y(); in MouseMove()
953 maBottomRight.Y() = nSwap; in MouseMove()
968 int nMiddleY = ( maBottomRight.Y() - maTopLeft.Y() ) / 2 - RECT_SIZE_PIX/2 + maTopLeft.Y(); in MouseButtonDown()
969 if( aMousePixel.Y() >= maTopLeft.Y() && in MouseButtonDown()
970 aMousePixel.Y() < maTopLeft.Y() + RECT_SIZE_PIX ) in MouseButtonDown()
983 aMousePixel.Y() = maTopLeft.Y(); in MouseButtonDown()
990 aMousePixel = Point( maBottomRight.X(), maTopLeft.Y() ); in MouseButtonDown()
994 else if( aMousePixel.Y() >= nMiddleY && in MouseButtonDown()
995 aMousePixel.Y() < nMiddleY + RECT_SIZE_PIX ) in MouseButtonDown()
1012 else if( aMousePixel.Y() <= maBottomRight.Y() && in MouseButtonDown()
1013 aMousePixel.Y() > maBottomRight.Y() - RECT_SIZE_PIX ) in MouseButtonDown()
1019 aMousePixel = Point( maTopLeft.X(), maBottomRight.Y() ); in MouseButtonDown()
1026 aMousePixel.Y() = maBottomRight.Y(); in MouseButtonDown()
1062 aUR = Point( rBR.X(), rUL.Y() ); in DrawRectangles()
1063 aBL = Point( rUL.X(), rBR.Y() ); in DrawRectangles()
1065 nMiddleY = ( rBR.Y() - rUL.Y() ) / 2 + rUL.Y(); 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()
1110 ( ( rIn.Y() * PREVIEW_HEIGHT ) in GetPixelPos()
1111 / ( maMaxBottomRight.Y() - maMinTopLeft.Y() ) ) in GetPixelPos()
1121 aConvert.Y() -= PREVIEW_UPPER_TOP; in GetLogicPos()
1126 if( aConvert.Y() < 0 ) in GetLogicPos()
1127 aConvert.Y() = 0; in GetLogicPos()
1128 if( aConvert.Y() >= PREVIEW_HEIGHT ) in GetLogicPos()
1129 aConvert.Y() = PREVIEW_HEIGHT-1; in GetLogicPos()
1133 aConvert.Y() *= ( maMaxBottomRight.Y() - maMinTopLeft.Y() ); in GetLogicPos()
1134 aConvert.Y() /= PREVIEW_HEIGHT; in GetLogicPos()
1147 maTopField.SetValue( aUL.Y() ); in UpdateScanArea()
1149 maBottomField.SetValue( aBR.Y() ); in UpdateScanArea()
1157 SetAdjustedNumericalValue( "tl-y", (double)aUL.Y() ); in UpdateScanArea()
1159 SetAdjustedNumericalValue( "br-y", (double)aBR.Y() ); in UpdateScanArea()