Home
last modified time | relevance | path

Searched defs:verticalLine (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/xournalpp/xournalpp-1.1.0/src/view/background/
H A DLineBackgroundPainter.cpp5 LineBackgroundPainter::LineBackgroundPainter(bool verticalLine): verticalLine(verticalLine) {} in LineBackgroundPainter()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DTextPainter.cpp52 void TextPainter::verticalLine(int x, int y, int n, char_type c) in verticalLine() function in lyx::TextPainter
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/
H A Dk3bstdguiitems.cpp199 QFrame* K3b::StdGuiItems::verticalLine( QWidget* parent ) in verticalLine() function in K3b::StdGuiItems
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/common/
H A DAreaFactory.cc56 AreaFactory::verticalLine(const scaled& thickness, const RGBColor& c) const in verticalLine() function in AreaFactory
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/maphilight/tools/
H A Dparse_path.py135 verticalLine = Group(Command("V") + Arguments(coordinateSequence)) variable
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/maphilight/tools/
H A Dparse_path.py135 verticalLine = Group(Command("V") + Arguments(coordinateSequence)) variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/doc/tutorial/machine_learning_map/
H A Dparse_path.py136 verticalLine = Group(Command("V") + Arguments(coordinateSequence)) variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxshrowviewer.cpp492 QLine verticalLine = m_viewer->orientation()->verticalLine( in drawOnionSkinSelection() local
509 QLine verticalLine = m_viewer->orientation()->verticalLine( in drawOnionSkinSelection() local
700 QLine verticalLine = m_viewer->orientation()->verticalLine( in drawShiftTraceMarker() local
713 QLine verticalLine = m_viewer->orientation()->verticalLine( in drawShiftTraceMarker() local
H A Dxshcellviewer.cpp1213 QLine verticalLine = in drawCells() local
/dports/graphics/qgis/qgis-3.22.3/src/core/diagram/
H A Dqgstextdiagram.cpp174 …const QLineF verticalLine( baseX + w / nCategories * i, baseY + h, baseX + w / nCategories * i, ba… in renderDiagram() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/diagram/
H A Dqgstextdiagram.cpp174 … QLineF verticalLine( baseX + w / nCategories * i, baseY + h, baseX + w / nCategories * i, baseY ); in renderDiagram() local
/dports/graphics/krita/krita-4.4.8/plugins/assistants/Assistants/
H A DPerspectiveAssistant.cc124 const QLineF verticalLine = QLineF(strokeBegin, transform.map(start + QPointF(0, 1))); in project() local
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/Utils/
H A DUtils.cpp645 const X_monotone_curve_2 verticalLine = in operator ()() local
676 const X_monotone_curve_2 verticalLine = in operator ()() local
/dports/x11/konsole/konsole-21.12.3/src/profile/
H A DProfile.h718 bool verticalLine() const in verticalLine() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dorientation.cpp213 QLine Orientation::verticalLine(int layerAxis, in verticalLine() function in Orientation
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/insults/
H A Dwindow.py432 def verticalLine(terminal, x, top, bottom): function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/insults/
H A Dwindow.py415 def verticalLine(terminal, x, top, bottom): function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqwindowsstyle.cpp2942 QBitmap *verticalLine = globalVerticalLine(); in drawComplexControl() local
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/render/
H A Dfunctions.py4591 def verticalLine(requestContext, ts, label=None, color=None): function