Home
last modified time | relevance | path

Searched refs:drawCurve (Results 51 – 75 of 116) sorted by relevance

12345

/dports/graphics/ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb96 def drawCurve(bx, by, cx, cy, dx=nil, dy=nil) method in SWFShape
108 def drawCurve(bx, by, cx, cy, dx, dy) method in SWFShape
/dports/graphics/p5-ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb96 def drawCurve(bx, by, cx, cy, dx=nil, dy=nil)
108 def drawCurve(bx, by, cx, cy, dx, dy)
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/Qt/
H A DpidQt.py337 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160)
370 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160, dash=(3, 3))
/dports/graphics/py-ming/libming-ming-0_4_8/rb_ext/
H A Dming.rb96 def drawCurve(bx, by, cx, cy, dx=nil, dy=nil) method in SWFShape
108 def drawCurve(bx, by, cx, cy, dx, dy) method in SWFShape
/dports/math/kig/kig-21.12.3/misc/
H A Dkigpainter.h132 void drawCurve( const CurveImp* curve );
/dports/math/kig/kig-21.12.3/objects/
H A Dlocus_imp.cc34 p.drawCurve( this ); in draw()
H A Dbezier_imp.cc74 p.drawCurve( this ); in draw()
372 p.drawCurve( this ); in draw()
H A Dcubic_imp.cc39 p.drawCurve( this ); in draw()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DPlotCurve.cpp272 void PlotCurve::drawCurve(QPainter *p, int style, const QwtScaleMap &xMap, const QwtScaleMap &yMap,… in drawCurve() function in PlotCurve
276 QwtPlotCurve::drawCurve(p, style, xMap, yMap, from, to); in drawCurve()
537 void DataCurve::drawCurve(QPainter *p, int style, const QwtScaleMap &xMap, const QwtScaleMap &yMap,… in drawCurve() function in DataCurve
544 return PlotCurve::drawCurve(p, style, xMap, yMap, from, to); in drawCurve()
550 QwtPlotCurve::drawCurve(p, style, xMap, yMap, d_data_ranges[i].from, d_data_ranges[i].to); in drawCurve()
/dports/graphics/piddle/piddle-1.0.15/src/piddle/piddleSVG/
H A DpiddleSVG.py392 def drawCurve(self, x1,y1,x2,y2,x3,y3,x4,y4, member in SVGCanvas
583 canvas.drawCurve( 20,20, 100,50, 50,100, 160,160 )
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/PDF/
H A DpidPDF.py386 def drawCurve(self, x1, y1, x2, y2, x3, y3, x4, y4, edgeColor=None, edgeWidth=None, member in PDFCanvas
660 canvas.drawCurve(20, 20, 100, 50, 50, 100, 160, 160)
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/polygons2d/
H A DpolylineSubcurve.m45 % drawCurve(poly2);
H A DfillPolygon.m47 % polygons2d, drawCurve, drawPolygon
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dhistogrampanel.h168 …void drawCurve(Cairo::RefPtr<Cairo::Context> &cr, const LUTu & data, double scale, int hsize, int …
/dports/graphics/piddle/piddle-1.0.15/src/piddle/
H A DpiddleAI.py267 def drawCurve(self, x1, y1, x2, y2, x3, y3, x4, y4, member in AICanvas
548 c.drawCurve(100,500,300,500,400,600,400,800,
H A DpiddleVCR.py168 def drawCurve(self, x1,y1, x2,y2, x3,y3, x4,y4, member in VCRCanvas
/dports/astro/siril/siril/src/gui/
H A Dhistogram.c404 gboolean drawGrid, drawCurve; in erase_histo_display() local
413 drawCurve = gtk_toggle_tool_button_get_active(toggleCurve); in erase_histo_display()
416 if (drawCurve) in erase_histo_display()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dshifttracetool.cpp288 void ShiftTraceTool::drawCurve() { in drawCurve() function in ShiftTraceTool
573 drawCurve(); in draw()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dhistogrampanel.cc1442 drawCurve(cr, lhist, realhistheight, w, h); in updateNonRaw()
1449 drawCurve(cr, chist, realhistheight, w, h); in updateNonRaw()
1456 drawCurve(cr, rh, realhistheight, w, h); in updateNonRaw()
1463 drawCurve(cr, gh, realhistheight, w, h); in updateNonRaw()
1470 drawCurve(cr, bh, realhistheight, w, h); in updateNonRaw()
1822 void HistogramArea::drawCurve(Cairo::RefPtr<Cairo::Context> &cr, in drawCurve() function in HistogramArea
H A Dhistogrampanel.h241 …void drawCurve(Cairo::RefPtr<Cairo::Context> &cr, const LUTu & data, double scale, int hsize, int …
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_curve.cpp371 drawCurve( painter, d_data->style, xMap, yMap, canvasRect, from, to ); in drawSeries()
396 void QwtPlotCurve::drawCurve( QPainter *painter, int style, in drawCurve() function in QwtPlotCurve
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_curve.cpp371 drawCurve( painter, d_data->style, xMap, yMap, canvasRect, from, to ); in drawSeries()
396 void QwtPlotCurve::drawCurve( QPainter *painter, int style, in drawCurve() function in QwtPlotCurve
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_plot_curve.cpp652 drawCurve(painter, d_data->style, xMap, yMap, from, to); in draw()
675 void QwtPlotCurve::drawCurve(QPainter *painter, int style, in drawCurve() function in QwtPlotCurve
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_plot_curve.cpp651 drawCurve(painter, d_data->style, xMap, yMap, from, to); in draw()
674 void QwtPlotCurve::drawCurve(QPainter *painter, int style, in drawCurve() function in QwtPlotCurve
/dports/math/ogdf/OGDF/src/ogdf/fileformats/
H A DSvgPrinter.cpp504 drawCurve(xmlNode, e, points); in drawEdge()
589 pugi::xml_node SvgPrinter::drawCurve(pugi::xml_node xmlNode, edge e, List<DPoint> &points) { in drawCurve() function in SvgPrinter

12345