Home
last modified time | relevance | path

Searched refs:eLineJoin (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dpolyline.cxx140 basegfx::B2DLineJoin eLineJoin, in DrawPolyLine() argument
181 eLineJoin, in DrawPolyLine()
200 eLineJoin, in DrawPolyLine()
299 basegfx::B2DLineJoin eLineJoin, in DrawPolyLineDirect() argument
304 pStroke, eLineJoin, eLineCap, fMiterMinimumAngle)) in DrawPolyLineDirect()
315 aLineInfo.SetLineJoin(eLineJoin); in DrawPolyLineDirect()
332 basegfx::B2DLineJoin eLineJoin, in DrawPolyLineDirectInternal() argument
374 eLineJoin, in DrawPolyLineDirectInternal()
384 fTransparency, pStroke, eLineJoin, eLineCap, in DrawPolyLineDirectInternal()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dpolyline.cxx140 basegfx::B2DLineJoin eLineJoin, in DrawPolyLine() argument
179 eLineJoin, in DrawPolyLine()
198 eLineJoin, in DrawPolyLine()
306 basegfx::B2DLineJoin eLineJoin, in DrawPolyLineDirect() argument
350 eLineJoin, in DrawPolyLineDirect()
365 aLineInfo.SetLineJoin(eLineJoin); in DrawPolyLineDirect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive2d/
H A Dtextlineprimitive2d.cxx40 basegfx::B2DLineJoin eLineJoin(basegfx::B2DLineJoin::NONE); in create2DDecomposition() local
163 eLineJoin = basegfx::B2DLineJoin::Round; in create2DDecomposition()
168 const attribute::LineAttribute aLineAttribute(getLineColor(), fHeight, eLineJoin); in create2DDecomposition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive2d/
H A Dtextlineprimitive2d.cxx41 basegfx::B2DLineJoin eLineJoin(basegfx::B2DLineJoin::NONE); in create2DDecomposition() local
164 eLineJoin = basegfx::B2DLineJoin::Round; in create2DDecomposition()
169 const attribute::LineAttribute aLineAttribute(getLineColor(), fHeight, eLineJoin); in create2DDecomposition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalgdi_gdiplus.cxx45 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
55 eLineJoin, in drawPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalgdi_gdiplus.cxx46 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
57 eLineJoin, in drawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/
H A DRenderList.cxx34 basegfx::B2DLineJoin eLineJoin, css::drawing::LineCap eLineCap, in appendPolyLine() argument
40 if (nPoints == 2 || eLineJoin == basegfx::B2DLineJoin::NONE) in appendPolyLine()
101 if (eLineJoin == basegfx::B2DLineJoin::Miter) in appendPolyLine()
108 else if (eLineJoin == basegfx::B2DLineJoin::Bevel) in appendPolyLine()
112 else if (eLineJoin == basegfx::B2DLineJoin::Round) in appendPolyLine()
375 … const basegfx::B2DVector& rLineWidth, basegfx::B2DLineJoin eLineJoin, in addDrawPolyLine() argument
400 appendPolyLine(aBuilder, aPolygon, eLineJoin, eLineCap, fMiterMinimumAngle); in addDrawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dlineinfo.cxx112 void LineInfo::SetLineJoin(basegfx::B2DLineJoin eLineJoin) in SetLineJoin() argument
115 if(eLineJoin != mpImplLineInfo->meLineJoin) in SetLineJoin()
117 mpImplLineInfo->meLineJoin = eLineJoin; in SetLineJoin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dlineinfo.cxx112 void LineInfo::SetLineJoin(basegfx::B2DLineJoin eLineJoin) in SetLineJoin() argument
114 mpImplLineInfo->meLineJoin = eLineJoin; in SetLineJoin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dlineinfo.hxx87 void SetLineJoin(basegfx::B2DLineJoin eLineJoin);
H A Doutdev.hxx664 basegfx::B2DLineJoin eLineJoin = basegfx::B2DLineJoin::Round,
689 basegfx::B2DLineJoin eLineJoin = basegfx::B2DLineJoin::NONE,
708 basegfx::B2DLineJoin eLineJoin = basegfx::B2DLineJoin::NONE,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dlineinfo.hxx87 void SetLineJoin(basegfx::B2DLineJoin eLineJoin);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/gdi/
H A Dsalgdi.cxx705 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
742 eLineJoin, in drawPolyLine()
762 eLineJoin, in drawPolyLine()
H A Dgdiimpl.cxx1665 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
1728 if(pSystemDependentData_Triangulation->getJoin() != eLineJoin in drawPolyLine()
1813 eLineJoin, in drawPolyLine()
1830 eLineJoin, in drawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/gdi/
H A Dsalgdi.cxx686 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
722 eLineJoin, in drawPolyLine()
741 eLineJoin, in drawPolyLine()
H A Dgdiimpl.cxx1637 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
1675 if(pSystemDependentData_Triangulation->getJoin() != eLineJoin in drawPolyLine()
1735 eLineJoin, in drawPolyLine()
1751 eLineJoin, in drawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/opengl/
H A DRenderList.hxx166 const basegfx::B2DVector& rLineWidth, basegfx::B2DLineJoin eLineJoin,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5Graphics_GDI.cxx327 basegfx::B2DLineJoin eLineJoin, css::drawing::LineCap eLineCap, in drawPolyLine() argument
358 switch (eLineJoin) in drawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A Dsvpgdi.cxx1111 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
1142 eLineJoin, in drawPolyLine()
1161 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
1221 …const bool bNoJoin((basegfx::B2DLineJoin::NONE == eLineJoin && basegfx::fTools::more(aLineWidths.g… in drawPolyLine()
1225 switch (eLineJoin) in drawPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A DAquaGraphicsBackend.cxx748 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
772 if ((basegfx::B2DLineJoin::NONE == eLineJoin) && (fLineWidth > 1.3)) in drawPolyLine()
806 switch (eLineJoin) in drawPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5Graphics_GDI.cxx344 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
411 switch (eLineJoin) in drawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/headless/
H A Dsvpgdi.hxx117 basegfx::B2DLineJoin eLineJoin,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/headless/
H A Dsvpgdi.cxx1473 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
1505 eLineJoin, in drawPolyLine()
1525 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
1583 switch (eLineJoin) in drawPolyLine()
1667 const bool bNoJoin((basegfx::B2DLineJoin::NONE == eLineJoin in drawPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/headless/
H A Dsvpgdi.hxx118 basegfx::B2DLineJoin eLineJoin,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdicommon.cxx819 basegfx::B2DLineJoin eLineJoin, in drawPolyLine() argument
841 if( (basegfx::B2DLineJoin::NONE == eLineJoin) && (aLineWidths.getX() > 1.3) ) in drawPolyLine()
852 switch( eLineJoin ) in drawPolyLine()

12