Lines Matching refs:aEndPos
289 Point aEndPos = aStartPos; in ImplInvertDrag() local
296 aEndPos.X() = aRect2.Right()-6; in ImplInvertDrag()
301 aEndPos.X() = aRect2.Left()+6; in ImplInvertDrag()
306 DrawLine( aStartPos, aEndPos ); in ImplInvertDrag()
309 DrawLine( Point( aEndPos.X()+1, aEndPos.Y()-3 ), in ImplInvertDrag()
310 Point( aEndPos.X()+1, aEndPos.Y()+3 ) ); in ImplInvertDrag()
311 DrawLine( Point( aEndPos.X()+2, aEndPos.Y()-2 ), in ImplInvertDrag()
312 Point( aEndPos.X()+2, aEndPos.Y()+2 ) ); in ImplInvertDrag()
313 DrawLine( Point( aEndPos.X()+3, aEndPos.Y()-1 ), in ImplInvertDrag()
314 Point( aEndPos.X()+3, aEndPos.Y()+1 ) ); in ImplInvertDrag()
315 DrawPixel( Point( aEndPos.X()+4, aEndPos.Y() ) ); in ImplInvertDrag()
319 DrawLine( Point( aEndPos.X()-1, aEndPos.Y()-3 ), in ImplInvertDrag()
320 Point( aEndPos.X()-1, aEndPos.Y()+3 ) ); in ImplInvertDrag()
321 DrawLine( Point( aEndPos.X()-2, aEndPos.Y()-2 ), in ImplInvertDrag()
322 Point( aEndPos.X()-2, aEndPos.Y()+2 ) ); in ImplInvertDrag()
323 DrawLine( Point( aEndPos.X()-3, aEndPos.Y()-1 ), in ImplInvertDrag()
324 Point( aEndPos.X()-3, aEndPos.Y()+1 ) ); in ImplInvertDrag()
325 DrawPixel( Point( aEndPos.X()-4, aEndPos.Y() ) ); in ImplInvertDrag()