Home
last modified time | relevance | path

Searched refs:drawCurve (Results 26 – 50 of 116) sorted by relevance

12345

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DPlotCurve.h76 …virtual void drawCurve(QPainter *p, int style, const QwtScaleMap &xMap, const QwtScaleMap &yMap, i…
198 …virtual void drawCurve(QPainter *p, int style, const QwtScaleMap &xMap, const QwtScaleMap &yMap, i…
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/ReportLab/
H A DpidReportLab.py120 def drawCurve(self, x1, y1, x2, y2, x3, y3, x4, y4, closed=0, **kwargs): member in RLCanvas
244 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160)
279 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160, dash=(3, 3))
/dports/graphics/piddle/piddle-1.0.15/docs/notesAI/
H A DSample1.py17 canvas.drawCurve( 20,20, 100,50, 50,100, 160,160 )
/dports/graphics/piddle/piddle-1.0.15/src/piddle/
H A Dpolyfunc.py224 canvas.drawCurve(Tctlpts[0],Tctlpts[1],Tctlpts[2],Tctlpts[3],
237 canvas.drawCurve(Tqpts[0],Tqpts[1],Tqpts[2],Tqpts[3],
247 canvas.drawCurve(Tqpts[0],Tqpts[1],Tqpts[2],Tqpts[3],
/dports/graphics/piddle/piddle-1.0.15/docs/notesPIL/
H A Dtest1.py16 canvas.drawCurve( 20,20, 100,50, 50,100, 160,160 )
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dshifttracetool.h69 void drawCurve();
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dhistogrampanel.cc933 drawCurve(cr, lhist, realhistheight, w, h); in updateBackBuffer()
940 drawCurve(cr, chist, realhistheight, w, h); in updateBackBuffer()
947 drawCurve(cr, rhchanged, realhistheight, w, h); in updateBackBuffer()
954 drawCurve(cr, ghchanged, realhistheight, w, h); in updateBackBuffer()
961 drawCurve(cr, bhchanged, realhistheight, w, h); in updateBackBuffer()
985 void HistogramArea::drawCurve(Cairo::RefPtr<Cairo::Context> &cr, in drawCurve() function in HistogramArea
/dports/graphics/delaboratory/delaboratory-0.8/gui_wx/
H A Dcurves_panel.h48 void drawCurve(wxDC& dc);
H A Dcurves_panel.cc158 drawCurve(dc); in render()
209 void deCurvesPanel::drawCurve(wxDC& dc) in drawCurve() function in deCurvesPanel
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/UnitTest_GraphView/
H A DBaseGraphView.h408 drawCurve(info); in updateCanvasImpl()
415 drawCurve(mDrugLine); in updateCanvasImpl()
511 void drawCurve(const ConnectionInfo& _info) in drawCurve() function
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/UnitTest_GraphView/
H A DBaseGraphView.h408 drawCurve(info); in updateCanvasImpl()
415 drawCurve(mDrugLine); in updateCanvasImpl()
511 void drawCurve(const ConnectionInfo& _info) in drawCurve() function
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/UnitTest_GraphView/
H A DBaseGraphView.h408 drawCurve(info); in updateCanvasImpl()
415 drawCurve(mDrugLine); in updateCanvasImpl()
511 void drawCurve(const ConnectionInfo& _info) in drawCurve() function
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/UnitTest_GraphView/
H A DBaseGraphView.h408 drawCurve(info); in updateCanvasImpl()
415 drawCurve(mDrugLine); in updateCanvasImpl()
511 void drawCurve(const ConnectionInfo& _info) in drawCurve() function
/dports/graphics/qgis/qgis-3.22.3/external/qwtpolar-1.1.1/
H A Dqwt_polar_curve.h125 virtual void drawCurve( QPainter *, int style,
H A Dqwt_polar_curve.cpp314 drawCurve( painter, d_data->style, in draw()
341 void QwtPolarCurve::drawCurve( QPainter *painter, int style, in drawCurve() function in QwtPolarCurve
/dports/graphics/qgis-ltr/qgis-3.16.16/external/qwtpolar-1.1.1/
H A Dqwt_polar_curve.h125 virtual void drawCurve( QPainter *, int style,
H A Dqwt_polar_curve.cpp314 drawCurve( painter, d_data->style, in draw()
341 void QwtPolarCurve::drawCurve( QPainter *painter, int style, in drawCurve() function in QwtPolarCurve
/dports/math/ogdf/OGDF/include/ogdf/fileformats/
H A DSvgPrinter.h133 pugi::xml_node drawCurve(pugi::xml_node xmlNode, edge e, List<DPoint> &points);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/inline_editor/
H A DBezierUI_test.ts50 bezierUI.drawCurve(bezier, svg);
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/SVG/
H A DpidSVG.py453 def drawCurve(self, x1, y1, x2, y2, x3, y3, x4, y4, edgeColor=None, edgeWidth=None, member in SVGCanvas
666 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160)
702 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160, dash=(3, 3))
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_plot_curve.h245 virtual void drawCurve(QPainter *p, int style,
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_plot_curve.h241 virtual void drawCurve(QPainter *p, int style,
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_curve.h273 virtual void drawCurve( QPainter *, int style,
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_curve.h273 virtual void drawCurve( QPainter *, int style,
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/Qt/
H A DpidQt4.py322 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160)
355 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160, dash=(3, 3))

12345