Lines Matching refs:rEnd
798 drawing::PointSequenceSequence lcl_makePointSequence( B2DVector& rStart, B2DVector& rEnd ) in lcl_makePointSequence() argument
804 aPoints[0][1].X = static_cast<sal_Int32>(rEnd.getX()); in lcl_makePointSequence()
805 aPoints[0][1].Y = static_cast<sal_Int32>(rEnd.getY()); in lcl_makePointSequence()
916 void VCartesianAxis::get2DAxisMainLine( B2DVector& rStart, B2DVector& rEnd, double fCrossesOtherAxi… in get2DAxisMainLine() argument
993 rEnd = getScreenPosition( fXEnd, fYEnd, fZEnd ); in get2DAxisMainLine()
995 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine()
996 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine()
1047 rEnd = getScreenPosition( fXEnd, fYEnd, fZEnd ); in get2DAxisMainLine()
1049 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine()
1050 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine()
1127 rEnd = getScreenPosition( fXEnd, fYEnd, fZEnd ); in get2DAxisMainLine()
1129 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine()
1167 rEnd = getScreenPosition( fXEnd, fYEnd, fZEnd ); in get2DAxisMainLine()
1174 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine()
1175 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine()