Home
last modified time | relevance | path

Searched refs:rP2 (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx248 DrawLine(rP1, rP2); in DrawArrow()
255 if (rP1.Y() == rP2.Y()) in DrawArrow()
258 aArr[0].X() = rP2.X() - 5; in DrawArrow()
259 aArr[0].Y() = rP2.Y() - 2; in DrawArrow()
260 aArr[1].X() = rP2.X(); in DrawArrow()
261 aArr[1].Y() = rP2.Y(); in DrawArrow()
272 aArr[2].X() = rP2.X(); in DrawArrow()
273 aArr[2].Y() = rP2.Y(); in DrawArrow()
283 if (rP1.Y() == rP2.Y()) in DrawArrow()
287 DrawLine(Point(rP2.X(), rP2.Y() - 2), Point(rP2.X(), rP2.Y() + 2)); in DrawArrow()
[all …]
H A Dlabfmt.hxx65 void DrawArrow(const Point& rP1, const Point& rP2, sal_Bool bArrow);
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx293 …inline B2DPolyPolygonRasterConverter::Vertex::Vertex( const B2DPoint& rP1, const B2DPoint& rP2, bo… in Vertex() argument
295 aP2( rP2 ), in Vertex()
320 ImplLineNode(const B2DPoint& rP1, const B2DPoint& rP2, bool bDown) : in ImplLineNode() argument
321 mnYCounter( fround(rP2.getY()) - fround(rP1.getY()) ), in ImplLineNode()
323 mfXDelta((float) ((rP2.getX() - rP1.getX()) / mnYCounter) ), in ImplLineNode()
400 const B2DPoint& rP2( rPoly.getB2DPoint( (k + 1) % nVertices ) ); in init() local
403 const sal_Int32 nVertexYP2( fround(rP2.getY()) ); in init()
415 maScanlines[ nStartScanline ].push_back( Vertex(rP2, rP1, false) ); in init()
421 maScanlines[ nStartScanline ].push_back( Vertex(rP1, rP2, true) ); in init()
/trunk/main/svx/inc/svx/
H A Dframelink.hxx236 inline double GetHorDiagAngle( const Point& rP1, const Point& rP2 ) in GetHorDiagAngle() argument
237 { return GetHorDiagAngle( rP2.X() - rP1.X(), rP2.Y() - rP1.Y() ); } in GetHorDiagAngle()
273 inline double GetVerDiagAngle( const Point& rP1, const Point& rP2 ) in GetVerDiagAngle() argument
274 { return GetVerDiagAngle( rP2.X() - rP1.X(), rP2.Y() - rP1.Y() ); } in GetVerDiagAngle()
/trunk/main/basebmp/source/
H A Dpolypolygonrenderer.cxx51 const basegfx::B2DPoint& rP2( rPoly.getB2DPoint( (k + 1) % nVertices ) ); in setupGlobalEdgeTable() local
54 const sal_Int32 nVertexYP2( basegfx::fround(rP2.getY()) ); in setupGlobalEdgeTable()
68 rGET[ nStartScanline ].push_back( Vertex(rP2, rP1, false) ); in setupGlobalEdgeTable()
75 rGET[ nStartScanline ].push_back( Vertex(rP1, rP2, true) ); in setupGlobalEdgeTable()
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx244 const B2DPoint& rP2( rCurrPoly.getPrevControlPoint((k + 1) % nCount) ); in ~DebugPlotter() local
251 << rP2.getX() << "," in ~DebugPlotter()
255 << rP2.getY() << "," in ~DebugPlotter()
262 rP2.getX(), in ~DebugPlotter()
266 rP2.getY(), in ~DebugPlotter()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx297 aBezCtrl2=rP2; in CalcBezier()
301 if (!bMouseDown || (0L == aBezEnd.X() && 0L == aBezEnd.Y())) aBezEnd=rP2; in CalcBezier()
321 aCircEnd=rP2; in CalcCircle()
323 long dx=rP2.X()-rP1.X(); in CalcCircle()
324 long dy=rP2.Y()-rP1.Y(); in CalcCircle()
415 aLineEnd=rP2; in CalcLine()
417 if (rP1==rP2 || (rDir.X()==0 && rDir.Y()==0)) { bLine=sal_False; return sal_False; } in CalcLine()
418 Point aTmpPt(rP2-rP1); in CalcLine()
446 aRectP3=rP2; in CalcRect()
447 if (rP1==rP2 || (rDir.X()==0 && rDir.Y()==0)) { bRect=sal_False; return sal_False; } in CalcRect()
[all …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx53 inline long Diff( const Point& rP1, const Point& rP2 ) in Diff() argument
55 long nX = rP1.X() - rP2.X(); in Diff()
57 long nY = rP1.Y() - rP2.Y(); in Diff()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx439 inline sal_Bool operator<(const Point &rP1,const Point &rP2) in operator <() argument
441 return rP1.Y() < rP2.Y() || (rP1.Y() == rP2.Y() && rP1.X() < rP2.X()); in operator <()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx753 Polygon lclCreatePolygon( const Point& rP1, const Point& rP2, const Point& rP3, const Point& rP4 ) in lclCreatePolygon() argument
758 aPoints.push_back( rP2 ); in lclCreatePolygon()
765 Polygon lclCreatePolygon( const Point& rP1, const Point& rP2, const Point& rP3, const Point& rP4, c… in lclCreatePolygon() argument
770 aPoints.push_back( rP2 ); in lclCreatePolygon()
860 inline void lclDrawPolygon( OutputDevice& rDev, const Point& rP1, const Point& rP2, const Point& rP… in lclDrawPolygon() argument
862 rDev.DrawPolygon( lclCreatePolygon( rP1, rP2, rP3, rP4 ) ); in lclDrawPolygon()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx889 const Point& rP2 = pImpXPolygon->pPointAry[nP2]; in CalcDistance() local
890 double fDx = rP2.X() - rP1.X(); in CalcDistance()
891 double fDy = rP2.Y() - rP1.Y(); in CalcDistance()
/trunk/main/tools/source/generic/
H A Dpoly.cxx868 const Point& rP2 = mpImplPolygon->mpPointAry[ nP2 ]; in CalcDistance() local
869 const double fDx = rP2.X() - rP1.X(); in CalcDistance()
870 const double fDy = rP2.Y() - rP1.Y(); in CalcDistance()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx198 …void ImplCurveTo( const Point& rP1, const Point& rP2, const Point& rP3, sal_uInt32 nMode = PS_S…
1431 void PSWriter::ImplCurveTo( const Point& rP1, const Point& rP2, const Point& rP3, sal_uInt32 nMode ) in ImplCurveTo() argument
1434 ImplWritePoint( rP2 ); in ImplCurveTo()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6165 const Point &rP2, in lcl_RefreshLine() argument
6170 ASSERT( ((rP1.X() == rP2.X()) || (rP1.Y() == rP2.Y())), in lcl_RefreshLine()
6172 const PointPtr pDirPt = rP1.X() == rP2.X() ? pY : pX; in lcl_RefreshLine()
6177 aP2( rP2 ); in lcl_RefreshLine()
6256 aP2 = rP2; in lcl_RefreshLine()

Completed in 108 milliseconds