Searched refs:aCenterPos (Results 1 – 3 of 3) sorted by relevance
703 Point aCenterPos = maThumbRect.Center(); in MouseButtonDown() local705 mnMouseOff = rMousePos.X()-aCenterPos.X(); in MouseButtonDown()707 mnMouseOff = rMousePos.Y()-aCenterPos.Y(); in MouseButtonDown()819 Point aCenterPos = maThumbRect.Center(); in Tracking() local821 nMovePix = rMousePos.X()-(aCenterPos.X()+mnMouseOff); in Tracking()823 nMovePix = rMousePos.Y()-(aCenterPos.Y()+mnMouseOff); in Tracking()
2773 Point aCenterPos = aStateRect.Center(); in Draw() local2779 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()2783 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()2793 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()
1004 Point aCenterPos; in DoPaint() local1036 aCenterPos = Point( (theWndSize.Width() - aPrvSize.Width() ) / 2, in DoPaint()1038 aVD.DrawBitmap( aCenterPos, thePreview ); in DoPaint()