Home
last modified time | relevance | path

Searched refs:bPendingCurve (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5Graphics_GDI.cxx75 bool bPendingCurve = false; in AddPolygonToPath() local
78 bPendingCurve = rPolygon.isNextControlPointUsed(nPrevIdx); in AddPolygonToPath()
79 bPendingCurve |= rPolygon.isPrevControlPointUsed(nClosedIdx); in AddPolygonToPath()
82 if (!bPendingCurve) // line segment in AddPolygonToPath()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5Graphics_GDI.cxx89 bool bPendingCurve = false; in AddPolygonToPath() local
92 bPendingCurve = rPolygon.isNextControlPointUsed(nPrevIdx); in AddPolygonToPath()
93 bPendingCurve |= rPolygon.isPrevControlPointUsed(nClosedIdx); in AddPolygonToPath()
96 if (!bPendingCurve) // line segment in AddPolygonToPath()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A DAquaGraphicsBackend.cxx100 bool bPendingCurve = false; in AddPolygonToPath() local
103 bPendingCurve = rPolygon.isNextControlPointUsed(nPrevIdx); in AddPolygonToPath()
104 bPendingCurve |= rPolygon.isPrevControlPointUsed(nClosedIdx); in AddPolygonToPath()
107 if (!bPendingCurve) // line segment in AddPolygonToPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdicommon.cxx97 bool bPendingCurve = false; in AddPolygonToPath() local
100 bPendingCurve = rPolygon.isNextControlPointUsed( nPrevIdx ); in AddPolygonToPath()
101 bPendingCurve |= rPolygon.isPrevControlPointUsed( nClosedIdx ); in AddPolygonToPath()
104 if( !bPendingCurve ) // line segment in AddPolygonToPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A Dsvpgdi.cxx963 bool bPendingCurve(false); in AddPolygonToPath() local
967 bPendingCurve = rPolygon.isNextControlPointUsed( nPrevIdx ); in AddPolygonToPath()
968 bPendingCurve |= rPolygon.isPrevControlPointUsed( nClosedIdx ); in AddPolygonToPath()
971 if( !bPendingCurve ) // line segment in AddPolygonToPath()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/headless/
H A Dsvpgdi.cxx1291 bool bPendingCurve(false); in AddPolygonToPath() local
1295 bPendingCurve = rPolygon.isNextControlPointUsed( nPrevIdx ); in AddPolygonToPath()
1296 bPendingCurve |= rPolygon.isPrevControlPointUsed( nClosedIdx ); in AddPolygonToPath()
1299 if( !bPendingCurve ) // line segment in AddPolygonToPath()