Home
last modified time | relevance | path

Searched refs:rEndPoint (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/mtfrenderer/
H A Dlineaction.cxx72 const ::basegfx::B2DPoint& rEndPoint, in LineAction()
76 maEndPoint( rEndPoint ), in LineAction()
142 const ::basegfx::B2DPoint& rEndPoint, in createLineAction()
147 rEndPoint, in createLineAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/mtfrenderer/
H A Dlineaction.cxx74 const ::basegfx::B2DPoint& rEndPoint, in LineAction()
78 maEndPoint( rEndPoint ), in LineAction()
144 const ::basegfx::B2DPoint& rEndPoint, in createLineAction()
149 rEndPoint, in createLineAction()
/dports/math/R-cran-igraph/igraph/src/simpleraytracer/
H A DRay.cpp18 Ray::Ray(const Point& rOrigin, const Point& rEndPoint) in Ray() argument
20 Direction(Vector(rOrigin,rEndPoint)); in Ray()
H A DRay.h17 Ray(const Point& rOrigin, const Point& rEndPoint);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dhatch.cxx401 void OutputDevice::DrawHatchLine_DrawLine(const Point& rStartPoint, const Point& rEndPoint) in DrawHatchLine_DrawLine() argument
403 Point aPt1{ImplLogicToDevicePixel(rStartPoint)}, aPt2{ImplLogicToDevicePixel(rEndPoint)}; in DrawHatchLine_DrawLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dhatch.cxx405 void OutputDevice::DrawHatchLine_DrawLine(const Point& rStartPoint, const Point& rEndPoint) in DrawHatchLine_DrawLine() argument
407 Point aPt1{ImplLogicToDevicePixel(rStartPoint)}, aPt2{ImplLogicToDevicePixel(rEndPoint)}; in DrawHatchLine_DrawLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/opengl/
H A Dogl_canvashelper.cxx97 const geometry::RealPoint2D& rEndPoint ) in lcl_drawLine() argument
104 glVertex2d(rEndPoint.X, rEndPoint.Y); in lcl_drawLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/opengl/
H A Dogl_canvashelper.cxx96 const geometry::RealPoint2D& rEndPoint ) in lcl_drawLine() argument
103 glVertex2d(rEndPoint.X, rEndPoint.Y); in lcl_drawLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/vcl/
H A Dcanvashelper.cxx233 const Point& rEndPoint( tools::mapRealPoint2D( _aEndPoint, in drawBezier() local
243 aPoly.SetPoint( rEndPoint, 3 ); in drawBezier()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Dcanvashelper.cxx233 const Point& rEndPoint( tools::mapRealPoint2D( _aEndPoint, in drawBezier() local
243 aPoly.SetPoint( rEndPoint, 3 ); in drawBezier()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpaintfrm.cxx2603 const Point& rEndPoint, in FindStylesForLine() argument
2631 else if ( rEndPoint.Y() == rEntry.mnStartPos ) in FindStylesForLine()
2646 else if ( rEndPoint.X() == rEntry.mnStartPos ) in FindStylesForLine()
2660 aMapIter = maVertLines.find( rEndPoint.X() ); in FindStylesForLine()
2666 if ( rEndPoint.Y() == rEntry.mnStartPos ) in FindStylesForLine()
2668 else if ( rEndPoint.Y() == rEntry.mnEndPos ) in FindStylesForLine()
2674 aMapIter = maHoriLines.find( rEndPoint.Y() ); in FindStylesForLine()
2680 if ( rEndPoint.X() == rEntry.mnEndPos ) in FindStylesForLine()
2682 else if ( rEndPoint.X() == rEntry.mnStartPos ) in FindStylesForLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Dwmfemfhelper.cxx1564 const Point& rEndPoint = pA->GetEndPoint(); in implInterpretMetafile() local
1566 const basegfx::B2DPoint aEnd(rEndPoint.X(), rEndPoint.Y()); in implInterpretMetafile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/tools/
H A Dwmfemfhelper.cxx1561 const Point& rEndPoint = pA->GetEndPoint(); in implInterpretMetafile() local
1563 const basegfx::B2DPoint aEnd(rEndPoint.X(), rEndPoint.Y()); in implInterpretMetafile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpaintfrm.cxx2683 const Point& rEndPoint, in FindStylesForLine() argument
2713 else if ( rEndPoint.Y() == rEntry.mnStartPos ) in FindStylesForLine()
2728 else if ( rEndPoint.X() == rEntry.mnStartPos ) in FindStylesForLine()
2742 aMapIter = maVertLines.find( rEndPoint.X() ); in FindStylesForLine()
2748 if ( rEndPoint.Y() == rEntry.mnStartPos ) in FindStylesForLine()
2750 else if ( rEndPoint.Y() == rEntry.mnEndPos ) in FindStylesForLine()
2756 aMapIter = maHoriLines.find( rEndPoint.Y() ); in FindStylesForLine()
2762 if ( rEndPoint.X() == rEntry.mnEndPos ) in FindStylesForLine()
2764 else if ( rEndPoint.X() == rEntry.mnStartPos ) in FindStylesForLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx2001 void PDFWriterImpl::DrawHatchLine_DrawLine(const Point& rStartPoint, const Point& rEndPoint) in DrawHatchLine_DrawLine() argument
2003 drawLine(rStartPoint, rEndPoint); in DrawHatchLine_DrawLine()
H A Dpdfwriter_impl.hxx599 void DrawHatchLine_DrawLine(const Point& rStartPoint, const Point& rEndPoint) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1942 void PDFWriterImpl::DrawHatchLine_DrawLine(const Point& rStartPoint, const Point& rEndPoint) in DrawHatchLine_DrawLine() argument
1944 drawLine(rStartPoint, rEndPoint); in DrawHatchLine_DrawLine()
H A Dpdfwriter_impl.hxx649 void DrawHatchLine_DrawLine(const Point& rStartPoint, const Point& rEndPoint) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dximpshap.cxx1955 const awt::Point& rEndPoint = rEndSeq.getConstArray()[nEndCount - 1]; in startFastElement() local
1957 if(rEndPoint.X == maEnd.X && rEndPoint.Y == maEnd.Y) in startFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dximpshap.cxx2017 const awt::Point& rEndPoint = rEndSeq.getConstArray()[nEndCount - 1]; in StartElement() local
2019 if(rEndPoint.X == maEnd.X && rEndPoint.Y == maEnd.Y) in StartElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Doutdev.hxx745 virtual void DrawHatchLine_DrawLine(const Point& rStartPoint, const Point& rEndPoint);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Doutdev.hxx635 virtual void DrawHatchLine_DrawLine(const Point& rStartPoint, const Point& rEndPoint);