Home
last modified time | relevance | path

Searched refs:WindingFill (Results 76 – 100 of 913) sorted by relevance

12345678910>>...37

/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp150 beginOutline(path.hasWindingFill() ? Qt::WindingFill : Qt::OddEvenFill); in convertPath()
218 path.setFillRule(Qt::WindingFill); in endOutline()
365 path.setFillRule(Qt::WindingFill); in clipElements()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp150 beginOutline(path.hasWindingFill() ? Qt::WindingFill : Qt::OddEvenFill); in convertPath()
218 path.setFillRule(Qt::WindingFill); in endOutline()
365 path.setFillRule(Qt::WindingFill); in clipElements()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp150 beginOutline(path.hasWindingFill() ? Qt::WindingFill : Qt::OddEvenFill); in convertPath()
218 path.setFillRule(Qt::WindingFill); in endOutline()
365 path.setFillRule(Qt::WindingFill); in clipElements()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/interaction/
H A DDraggablePolygon.cpp13 …double value = polygonPosition().containsPoint(mouse_pos, Qt::WindingFill) ? 0 : std::numeric_limi… in proximity()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/wpg/
H A DWPGPaintInterface.h52 typedef enum { AlternatingFill, WindingFill } FillRule; enumerator
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/qt/
H A DSVGPaintServerSolidQt.cpp50 …tFillRule(renderStyle->svgStyle()->fillRule() == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill); in setup()
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgGraphicContext.cpp64 fillRule = Qt::WindingFill; in workaroundClearInheritedFillProperties()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Guideline/
H A DGuidelineProjectorAbstract.cpp52 Qt::WindingFill); in isOutside()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/shapes/content/
H A Ditem6.qml81 …: star.fillRule = (star.fillRule === ShapePath.OddEvenFill ? ShapePath.WindingFill : ShapePath.Odd…
87 text: star.fillRule === ShapePath.OddEvenFill ? "OddEvenFill" : "WindingFill"
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/zones/
H A DBasicSplineVisualizer.cpp39 painter.drawPolygon(to_screen.map(spline->toPolygon()), Qt::WindingFill); in drawSpline()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/example/with_external_libs/
H A Dx01_qt_example.cpp56 << (polygon.containsPoint(p, Qt::WindingFill) ? "yes" : "no") in BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET()
/dports/devel/eric6/eric6-21.11/eric/eric6/Snapshot/
H A DSnapshotFreehandGrabber.py263 Qt.FillRule.WindingFill):
301 Qt.FillRule.WindingFill):
314 if self.__selection.containsPoint(evt.pos(), Qt.FillRule.WindingFill):
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/itemviews/
H A Dstardelegate.py108 painter.drawPolygon(self.starPolygon, Qt.WindingFill)
110 painter.drawPolygon(self.diamondPolygon, Qt.WindingFill)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/itemviews/
H A Dstardelegate.py108 painter.drawPolygon(self.starPolygon, Qt.WindingFill)
110 painter.drawPolygon(self.diamondPolygon, Qt.WindingFill)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/itemviews/
H A Dstardelegate.py108 painter.drawPolygon(self.starPolygon, Qt.WindingFill)
110 painter.drawPolygon(self.diamondPolygon, Qt.WindingFill)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/itemviews/
H A Dstardelegate.py108 painter.drawPolygon(self.starPolygon, Qt.WindingFill)
110 painter.drawPolygon(self.diamondPolygon, Qt.WindingFill)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/itemviews/
H A Dstardelegate.py108 painter.drawPolygon(self.starPolygon, Qt.WindingFill)
110 painter.drawPolygon(self.diamondPolygon, Qt.WindingFill)

12345678910>>...37