Home
last modified time | relevance | path

Searched refs:rPolyLine (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A Dsvpgdi.cxx1108 const basegfx::B2DPolygon& rPolyLine, in drawPolyLine() argument
1117 if(0 == rPolyLine.count() || fTransparency < 0.0 || fTransparency >= 1.0) in drawPolyLine()
1139 rPolyLine, in drawPolyLine()
1158 const basegfx::B2DPolygon& rPolyLine, in drawPolyLine() argument
1167 if(0 == rPolyLine.count() || fTransparency < 0.0 || fTransparency >= 1.0) in drawPolyLine()
1278 rPolyLine.getSystemDependentData<SystemDependentData_CairoPath>()); in drawPolyLine()
1306 rPolyLine, in drawPolyLine()
1313 const sal_uInt32 nPointCount(rPolyLine.count()); in drawPolyLine()
1317 aEdge.append(rPolyLine.getB2DPoint(0)); in drawPolyLine()
1323 aEdge.setB2DPoint(1, rPolyLine.getB2DPoint(nNextIndex)); in drawPolyLine()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5Graphics_GDI.cxx341 const basegfx::B2DPolygon& rPolyLine, double fTransparency, in drawPolyLine() argument
354 if (!rPolyLine.count() || fTransparency < 0.0 || fTransparency > 1.0) in drawPolyLine()
369 basegfx::utils::applyLineDashing(rPolyLine, // source in drawPolyLine()
378 aPolyPolygonLine.append(rPolyLine); in drawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5Graphics_GDI.cxx325 const basegfx::B2DPolygon& rPolyLine, double fTransparency, in drawPolyLine() argument
334 if (0 == rPolyLine.count()) in drawPolyLine()
340 basegfx::B2DPolygon aPolyLine(rPolyLine); in drawPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/headless/
H A Dsvpgdi.cxx1469 const basegfx::B2DPolygon& rPolyLine, in drawPolyLine() argument
1479 if(0 == rPolyLine.count() || fTransparency < 0.0 || fTransparency >= 1.0) in drawPolyLine()
1501 rPolyLine, in drawPolyLine()
1521 const basegfx::B2DPolygon& rPolyLine, in drawPolyLine() argument
1531 if(0 == rPolyLine.count() || fTransparency < 0.0 || fTransparency >= 1.0) in drawPolyLine()
1636 rPolyLine.getSystemDependentData<SystemDependentData_CairoPath>()); in drawPolyLine()
1700 rPolyLine, // source in drawPolyLine()
1709 aPolyPolygonLine.append(rPolyLine); in drawPolyLine()
1760 …pSystemDependentData_CairoPath = rPolyLine.addOrReplaceSystemDependentData<SystemDependentData_Cai… in drawPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A DAquaGraphicsBackend.cxx745 const basegfx::B2DPolygon& rPolyLine, double fTransparency, in drawPolyLine() argument
753 if (!rPolyLine.count() || fTransparency < 0.0 || fTransparency > 1.0) in drawPolyLine()
785 basegfx::utils::applyLineDashing(rPolyLine, // source in drawPolyLine()
794 aPolyPolygonLine.append(rPolyLine); in drawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/headless/
H A Dsvpgdi.hxx114 const basegfx::B2DPolygon& rPolyLine,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dfont.cxx297 void OutputDevice::ImplGetEmphasisMark( tools::PolyPolygon& rPolyPoly, bool& rPolyLine, in ImplGetEmphasisMark() argument
345 rPolyLine = false; in ImplGetEmphasisMark()
386 rPolyLine = true; in ImplGetEmphasisMark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dfont.cxx264 void OutputDevice::ImplGetEmphasisMark( tools::PolyPolygon& rPolyPoly, bool& rPolyLine, in ImplGetEmphasisMark() argument
312 rPolyLine = false; in ImplGetEmphasisMark()
353 rPolyLine = true; in ImplGetEmphasisMark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/headless/
H A Dsvpgdi.hxx114 const basegfx::B2DPolygon& rPolyLine,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdicommon.cxx816 const basegfx::B2DPolygon& rPolyLine, in drawPolyLine() argument
825 if(0 == rPolyLine.count()) in drawPolyLine()
845 basegfx::B2DPolygon aPolyLine(rPolyLine); in drawPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/skia/
H A Dgdiimpl.cxx1053 const basegfx::B2DPolygon& rPolyLine, double fTransparency, in drawPolyLine() argument
1059 if (!rPolyLine.count() || fTransparency < 0.0 || fTransparency > 1.0 in drawPolyLine()
1066 SAL_INFO("vcl.skia.trace", "drawpolyline(" << this << "): " << rPolyLine << ":" << mLineColor); in drawPolyLine()
1073 aPolyPolygonLine.append(rPolyLine); in drawPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/source/reader/
H A Dmtftools.cxx134 void WinMtfPathObj::AddPolyLine( const tools::Polygon& rPolyLine ) in AddPolyLine() argument
139 rPoly.Insert( rPoly.GetSize(), rPolyLine ); in AddPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Dmtftools.cxx128 void WinMtfPathObj::AddPolyLine( const tools::Polygon& rPolyLine ) in AddPolyLine() argument
133 rPoly.Insert( rPoly.GetSize(), rPolyLine ); in AddPolyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Doutdev.hxx1234 …SAL_DLLPRIVATE void ImplGetEmphasisMark( tools::PolyPolygon& rPolyPoly, bool& rPolyLine, t…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Doutdev.hxx1121 …SAL_DLLPRIVATE void ImplGetEmphasisMark( tools::PolyPolygon& rPolyPoly, bool& rPolyLine, t…