/aoo4110/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 248 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 D | labfmt.hxx | 65 void DrawArrow(const Point& rP1, const Point& rP2, sal_Bool bArrow);
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dpolypolygonrasterconverter.cxx | 293 …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()
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelink.hxx | 236 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()
|
/aoo4110/main/basebmp/source/ |
H A D | polypolygonrenderer.cxx | 51 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()
|
/aoo4110/main/basegfx/source/tools/ |
H A D | debugplotter.cxx | 244 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()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 297 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 …]
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fusel2.cxx | 53 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()
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 439 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 <()
|
/aoo4110/main/svx/source/dialog/ |
H A D | framelink.cxx | 753 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()
|
/aoo4110/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 889 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()
|
/aoo4110/main/tools/source/generic/ |
H A D | poly.cxx | 868 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()
|
/aoo4110/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 198 …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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 6038 const Point &rP2, in lcl_RefreshLine() argument 6043 ASSERT( ((rP1.X() == rP2.X()) || (rP1.Y() == rP2.Y())), in lcl_RefreshLine() 6045 const PointPtr pDirPt = rP1.X() == rP2.X() ? pY : pX; in lcl_RefreshLine() 6050 aP2( rP2 ); in lcl_RefreshLine() 6129 aP2 = rP2; in lcl_RefreshLine()
|