Lines Matching refs:ImplVDrawLine

339 void Ruler::ImplVDrawLine( long nX1, long nY1, long nX2, long nY2 )  in ImplVDrawLine()  function in Ruler
616 ImplVDrawLine( nT, nT1, nT, nT2 ); in ImplDrawTicks()
619 ImplVDrawLine( nT, nT1, nT, nT2 ); in ImplDrawTicks()
696 ImplVDrawLine( n1, nCenter, n3, nCenter ); in ImplDrawArrows()
697 ImplVDrawLine( n4, nCenter, n2, nCenter ); in ImplDrawArrows()
702 ImplVDrawLine( n1, nCenter, n4, nCenter ); in ImplDrawArrows()
703 ImplVDrawLine( n3, nCenter, n2, nCenter ); in ImplDrawArrows()
708 ImplVDrawLine( n1, nCenter, n2, nCenter ); in ImplDrawArrows()
709 ImplVDrawLine( n1+1, nCenter-1, n1+1, nCenter+1 ); in ImplDrawArrows()
710 ImplVDrawLine( n1+2, nCenter-2, n1+2, nCenter+2 ); in ImplDrawArrows()
711 ImplVDrawLine( n2-1, nCenter-1, n2-1, nCenter+1 ); in ImplDrawArrows()
712 ImplVDrawLine( n2-2, nCenter-2, n2-2, nCenter+2 ); in ImplDrawArrows()
749 ImplVDrawLine( n1+1, nVirTop, n1+1, nVirBottom ); in ImplDrawBorders()
750 ImplVDrawLine( n1, nVirTop, n2, nVirTop ); in ImplDrawBorders()
752 ImplVDrawLine( n1, nVirTop, n1, nVirBottom ); in ImplDrawBorders()
753 ImplVDrawLine( n1, nVirBottom, n2, nVirBottom ); in ImplDrawBorders()
754 ImplVDrawLine( n2-1, nVirTop, n2-1, nVirBottom ); in ImplDrawBorders()
756 ImplVDrawLine( n2, nVirTop, n2, nVirBottom ); in ImplDrawBorders()
761 ImplVDrawLine( n1, nVirTop, n1, nVirBottom ); in ImplDrawBorders()
762 ImplVDrawLine( n2, nVirTop, n2, nVirBottom ); in ImplDrawBorders()
780 ImplVDrawLine( nTemp1, nTempY, nTemp3, nTempY ); in ImplDrawBorders()
789 ImplVDrawLine( nTemp1, nTempY, nTemp3, nTempY ); in ImplDrawBorders()
803 ImplVDrawLine( n1+4, nVirTop+3, n1+4, nVirBottom-3 ); in ImplDrawBorders()
804 ImplVDrawLine( n2-5, nVirTop+3, n2-5, nVirBottom-3 ); in ImplDrawBorders()
806 ImplVDrawLine( n1+5, nVirTop+3, n1+5, nVirBottom-3 ); in ImplDrawBorders()
807 ImplVDrawLine( n2-4, nVirTop+3, n2-4, nVirBottom-3 ); in ImplDrawBorders()
812 ImplVDrawLine( n1+4, nVirTop+3, n1+4, nVirBottom-3 ); in ImplDrawBorders()
813 ImplVDrawLine( n2-4, nVirTop+3, n2-4, nVirBottom-3 ); in ImplDrawBorders()
826 ImplVDrawLine( n, nVirTop, n, nVirBottom ); in ImplDrawBorders()
828 ImplVDrawLine( n, nVirTop, n, nVirBottom ); in ImplDrawBorders()
831 ImplVDrawLine( n-1, nVirTop, n-1, nVirBottom ); in ImplDrawBorders()
832 ImplVDrawLine( n+1, nVirTop, n+1, nVirBottom ); in ImplDrawBorders()
955 ImplVDrawLine( n, nVirTop, n, nVirBottom ); in ImplDrawIndents()
1329 ImplVDrawLine( nVirLeft, nVirTop, nM1 - 1, nVirTop ); //top left line in ImplFormat()
1330 ImplVDrawLine( nM2 +1, nVirTop, nP2 -1, nVirTop ); //top right line in ImplFormat()
1356 ImplVDrawLine( nM1-1, nVirTop, nM1-1, nVirBottom );//right line of the left rectangle in ImplFormat()
1357 ImplVDrawLine( nP1, nVirBottom, nM1-1, nVirBottom );//bottom line of the left rectangle in ImplFormat()
1360 ImplVDrawLine( nP1, nVirTop, nP1, nVirBottom );//left line of the left rectangle in ImplFormat()
1361 ImplVDrawLine( nP1, nVirBottom, nP1+1, nVirBottom );//? in ImplFormat()
1366ImplVDrawLine( nM2+1, nVirBottom, nP2-1, nVirBottom );//bottom line of the right rectangle in ImplFormat()
1367 ImplVDrawLine( nM2+1, nVirTop, nM2+1, nVirBottom );//left line of the right rectangle in ImplFormat()
1369ImplVDrawLine( nP2-1, nVirTop, nP2-1, nVirBottom );//right line of the right rectangle in ImplFormat()
1376 ImplVDrawLine( nP1, nVirTop, nP1, nVirBottom+1 ); in ImplFormat()
1378 ImplVDrawLine( nM1, nVirTop, nM1, nVirBottom ); in ImplFormat()
1380 ImplVDrawLine( nM2, nVirTop, nM2, nVirBottom ); in ImplFormat()
1382 ImplVDrawLine( nP2, nVirTop, nP2, nVirBottom+1 ); in ImplFormat()