Lines Matching refs:aDiff
262 Point aDiff = rTrackPos - aSelPos; in GetTrackRectPixel() local
268 aTrackRect.Top() += aDiff.Y(); in GetTrackRectPixel()
269 aTrackRect.Left() += aDiff.X(); in GetTrackRectPixel()
272 aTrackRect.Top() += aDiff.Y(); in GetTrackRectPixel()
275 aTrackRect.Top() += aDiff.Y(); in GetTrackRectPixel()
276 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel()
279 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel()
282 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel()
283 aTrackRect.Right() = aBR.X() + aDiff.X(); in GetTrackRectPixel()
286 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel()
289 aTrackRect.Bottom() = aBR.Y() + aDiff.Y(); in GetTrackRectPixel()
290 aTrackRect.Left() += aDiff.X(); in GetTrackRectPixel()
293 aTrackRect.Left() += aDiff.X(); in GetTrackRectPixel()
297 aDiff.X() = -aDiff.X(); // workaround for move in RTL mode in GetTrackRectPixel()
298 aTrackRect.SetPos( aTrackRect.TopLeft() + aDiff ); in GetTrackRectPixel()
540 Point aDiff = GetPosPixel(); in MouseMove() local
541 aRect.SetPos( aRect.TopLeft() + aDiff ); in MouseMove()
545 aRect.SetPos( aRect.TopLeft() - aDiff ); in MouseMove()
562 Point aDiff = GetPosPixel(); in MouseButtonUp() local
563 aRect.SetPos( aRect.TopLeft() + aDiff ); in MouseButtonUp()