Searched refs:aCenterPos (Results 1 – 3 of 3) sorted by relevance
707 Point aCenterPos = maThumbRect.Center(); in MouseButtonDown() local709 mnMouseOff = rMousePos.X()-aCenterPos.X(); in MouseButtonDown()711 mnMouseOff = rMousePos.Y()-aCenterPos.Y(); in MouseButtonDown()823 Point aCenterPos = maThumbRect.Center(); in Tracking() local825 nMovePix = rMousePos.X()-(aCenterPos.X()+mnMouseOff); in Tracking()827 nMovePix = rMousePos.Y()-(aCenterPos.Y()+mnMouseOff); in Tracking()
2776 Point aCenterPos = aStateRect.Center(); in Draw() local2782 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()2786 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()2796 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()
Completed in 65 milliseconds