Lines Matching refs:DrawLine
306 DrawLine( aStartPos, aEndPos ); in ImplInvertDrag()
309 DrawLine( Point( aEndPos.X()+1, aEndPos.Y()-3 ), in ImplInvertDrag()
311 DrawLine( Point( aEndPos.X()+2, aEndPos.Y()-2 ), in ImplInvertDrag()
313 DrawLine( Point( aEndPos.X()+3, aEndPos.Y()-1 ), in ImplInvertDrag()
319 DrawLine( Point( aEndPos.X()-1, aEndPos.Y()-3 ), in ImplInvertDrag()
321 DrawLine( Point( aEndPos.X()-2, aEndPos.Y()-2 ), in ImplInvertDrag()
323 DrawLine( Point( aEndPos.X()-3, aEndPos.Y()-1 ), in ImplInvertDrag()
383 pDev->DrawLine( Point( aRect.Right(), aRect.Top() ), in ImplDrawItem()
609 pDev->DrawLine( Point( nArrowX, nArrowY ), in ImplDrawItem()
611 pDev->DrawLine( Point( nArrowX, nArrowY ), in ImplDrawItem()
614 pDev->DrawLine( Point( nArrowX+HEAD_ARROWSIZE1, nArrowY+HEAD_ARROWSIZE2 ), in ImplDrawItem()
620 pDev->DrawLine( Point( nArrowX, nArrowY+HEAD_ARROWSIZE2 ), in ImplDrawItem()
623 pDev->DrawLine( Point( nArrowX, nArrowY+HEAD_ARROWSIZE2 ), in ImplDrawItem()
625 pDev->DrawLine( Point( nArrowX+HEAD_ARROWSIZE2, nArrowY+HEAD_ARROWSIZE2 ), in ImplDrawItem()
992 DrawLine( Point( 0, 0 ), Point( mnDX-1, 0 ) ); in Paint()
994 DrawLine( Point( 0, mnDY-1 ), Point( mnDX-1, mnDY-1 ) ); in Paint()
998 DrawLine( Point( 0, 0 ), Point( 0, mnDY-1 ) ); in Paint()
999 DrawLine( Point( mnDX-1, 0 ), Point( mnDX-1, mnDY-1 ) ); in Paint()
1039 pDev->DrawLine( aRect.TopLeft(), Point( aRect.Right(), aRect.Top() ) ); in Draw()
1041 pDev->DrawLine( Point( aRect.Left(), aRect.Bottom() ), Point( aRect.Right(), aRect.Bottom() ) ); in Draw()
1045 pDev->DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom() ) ); in Draw()
1046 …pDev->DrawLine( Point( aRect.Right(), aRect.Top() ), Point( aRect.Right(), aRect.Bottom() ) ); … in Draw()