Home
last modified time | relevance | path

Searched refs:curve3 (Results 51 – 75 of 167) sorted by relevance

1234567

/dports/editors/lazarus/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas135 procedure curve3(x1 ,y1 ,x ,y : double; rel : boolean = false ); overload; // Q, q procedure
136 procedure curve3(x ,y : double; rel : boolean = false ); overload; // T, t procedure
401 curve3(arg[0 ] ,arg[1 ] ,arg[2 ] ,arg[3 ] ,cmd = 'q' );
410 curve3(arg[0 ] ,arg[1 ] ,cmd = 't' );
545 procedure path_renderer.curve3(x1 ,y1 ,x ,y : double; rel : boolean = false );
554 m_storage.curve3(x1 ,y1 ,x ,y );
559 procedure path_renderer.curve3(x ,y : double; rel : boolean = false );
565 m_storage.curve3(x ,y );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas135 procedure curve3(x1 ,y1 ,x ,y : double; rel : boolean = false ); overload; // Q, q procedure
136 procedure curve3(x ,y : double; rel : boolean = false ); overload; // T, t procedure
401 curve3(arg[0 ] ,arg[1 ] ,arg[2 ] ,arg[3 ] ,cmd = 'q' );
410 curve3(arg[0 ] ,arg[1 ] ,cmd = 't' );
545 procedure path_renderer.curve3(x1 ,y1 ,x ,y : double; rel : boolean = false );
554 m_storage.curve3(x1 ,y1 ,x ,y );
559 procedure path_renderer.curve3(x ,y : double; rel : boolean = false );
565 m_storage.curve3(x ,y );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas135 procedure curve3(x1 ,y1 ,x ,y : double; rel : boolean = false ); overload; // Q, q procedure
136 procedure curve3(x ,y : double; rel : boolean = false ); overload; // T, t procedure
401 curve3(arg[0 ] ,arg[1 ] ,arg[2 ] ,arg[3 ] ,cmd = 'q' );
410 curve3(arg[0 ] ,arg[1 ] ,cmd = 't' );
545 procedure path_renderer.curve3(x1 ,y1 ,x ,y : double; rel : boolean = false );
554 m_storage.curve3(x1 ,y1 ,x ,y );
559 procedure path_renderer.curve3(x ,y : double; rel : boolean = false );
565 m_storage.curve3(x ,y );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas135 procedure curve3(x1 ,y1 ,x ,y : double; rel : boolean = false ); overload; // Q, q procedure
136 procedure curve3(x ,y : double; rel : boolean = false ); overload; // T, t procedure
401 curve3(arg[0 ] ,arg[1 ] ,arg[2 ] ,arg[3 ] ,cmd = 'q' );
410 curve3(arg[0 ] ,arg[1 ] ,cmd = 't' );
545 procedure path_renderer.curve3(x1 ,y1 ,x ,y : double; rel : boolean = false );
554 m_storage.curve3(x1 ,y1 ,x ,y );
559 procedure path_renderer.curve3(x ,y : double; rel : boolean = false );
565 m_storage.curve3(x ,y );
/dports/comms/qsstv/qsstv/scope/
H A Dscopeplot.cpp47 curve3 = new QwtPlotCurve("Curve 3"); in scopePlot()
69 delete curve3; in ~scopePlot()
127 curve3->attach(plW); in init()
252 if(x.size()==c3.size()) curve3->setSamples(x.data(), c3.data(), x.size()); in slotSamplesButtton()
398 curve3->setTitle(curveName); in plot3()
399 curve3->setPen(QPen(Qt::green)); in plot3()
400 curve3->setYAxis(QwtPlot::yRight); in plot3()
401 curve3->setSamples(x.data(), c3.data(), x.size()); in plot3()
/dports/graphics/agg/agg-2.5/include/ctrl/
H A Dagg_bezier_ctrl.h130 curve3& curve();
165 curve3 m_curve;
167 conv_stroke<curve3> m_stroke;
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/ctrl/
H A Dagg_bezier_ctrl.h125 curve3& curve();
160 curve3 m_curve;
162 conv_stroke<curve3> m_stroke;
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/ctrl/
H A Dagg_bezier_ctrl.h125 curve3& curve();
160 curve3 m_curve;
162 conv_stroke<curve3> m_stroke;
/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dbspline_patch.h210 …const Vertex_t curve3 = madd(v_n[0],v[0][3],madd(v_n[1],v[1][3],madd(v_n[2],v[2][3],v_n[3] * v[3][… in eval() local
213 return madd(u_n[0],curve0,madd(u_n[1],curve1,madd(u_n[2],curve2,u_n[3] * curve3))); in eval()
222 …const Vertex_t curve3 = madd(v_n[0],v[0][3],madd(v_n[1],v[1][3],madd(v_n[2],v[2][3],v_n[3] * v[3][… in eval_du() local
225 return madd(u_n[0],curve0,madd(u_n[1],curve1,madd(u_n[2],curve2,u_n[3] * curve3))); in eval_du()
234 …const Vertex_t curve3 = madd(v_n[0],v[0][3],madd(v_n[1],v[1][3],madd(v_n[2],v[2][3],v_n[3] * v[3][… in eval_dv() local
237 return madd(u_n[0],curve0,madd(u_n[1],curve1,madd(u_n[2],curve2,u_n[3] * curve3))); in eval_dv()
246 …const Vertex_t curve3 = madd(v_n[0],v[0][3],madd(v_n[1],v[1][3],madd(v_n[2],v[2][3],v_n[3] * v[3][… in eval_dudu() local
249 return madd(u_n[0],curve0,madd(u_n[1],curve1,madd(u_n[2],curve2,u_n[3] * curve3))); in eval_dudu()
258 …const Vertex_t curve3 = madd(v_n[0],v[0][3],madd(v_n[1],v[1][3],madd(v_n[2],v[2][3],v_n[3] * v[3][… in eval_dvdv() local
261 return madd(u_n[0],curve0,madd(u_n[1],curve1,madd(u_n[2],curve2,u_n[3] * curve3))); in eval_dvdv()
[all …]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DColorGradientPlots.py76 curve3 = pg.PlotDataItem(pen=pen3 ) # vertical diverging fill
79 curves = (curve0, curve1, curve2, curve3)
102 … {'crv': curve3, 'buf': np.zeros( length ), 'ptr':0, 'ds': DataSource( signal_period=0.52 ) },
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscimage.h119 …tArray curve2, bool lin2, ScColor color3, int shade3, const FPointArray& curve3, bool lin3, bool c…
120 …, FPointArray curve2, bool lin2, ScColor color3, int shade3, FPointArray curve3, bool lin3, ScColo…
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_path_storage_integer.pas76 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; abstract; procedure
98 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; procedure
129 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; procedure
335 procedure path_storage_int16.curve3;
561 procedure path_storage_int32.curve3;
H A Dagg_path_storage.pas119 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : double ); overload; procedure
122 procedure curve3 (x_to ,y_to : double ); overload; procedure
515 procedure path_storage.curve3(x_ctrl ,y_ctrl ,x_to ,y_to : double );
533 procedure path_storage.curve3(x_to ,y_to : double );
557 curve3(x_ctrl ,y_ctrl ,x_to ,y_to );
567 curve3 (dx_to ,dy_to );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage_integer.pas76 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; abstract; procedure
98 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; procedure
129 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; procedure
335 procedure path_storage_int16.curve3;
561 procedure path_storage_int32.curve3;
H A Dagg_path_storage.pas119 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : double ); overload; procedure
122 procedure curve3 (x_to ,y_to : double ); overload; procedure
515 procedure path_storage.curve3(x_ctrl ,y_ctrl ,x_to ,y_to : double );
533 procedure path_storage.curve3(x_to ,y_to : double );
557 curve3(x_ctrl ,y_ctrl ,x_to ,y_to );
567 curve3 (dx_to ,dy_to );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_path_storage_integer.pas76 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; abstract; procedure
98 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; procedure
129 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; procedure
335 procedure path_storage_int16.curve3;
561 procedure path_storage_int32.curve3;
H A Dagg_path_storage.pas119 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : double ); overload; procedure
122 procedure curve3 (x_to ,y_to : double ); overload; procedure
515 procedure path_storage.curve3(x_ctrl ,y_ctrl ,x_to ,y_to : double );
533 procedure path_storage.curve3(x_to ,y_to : double );
557 curve3(x_ctrl ,y_ctrl ,x_to ,y_to );
567 curve3 (dx_to ,dy_to );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage_integer.pas76 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; abstract; procedure
98 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; procedure
129 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; procedure
335 procedure path_storage_int16.curve3;
561 procedure path_storage_int32.curve3;
H A Dagg_path_storage.pas119 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : double ); overload; procedure
122 procedure curve3 (x_to ,y_to : double ); overload; procedure
515 procedure path_storage.curve3(x_ctrl ,y_ctrl ,x_to ,y_to : double );
533 procedure path_storage.curve3(x_to ,y_to : double );
557 curve3(x_ctrl ,y_ctrl ,x_to ,y_to );
567 curve3 (dx_to ,dy_to );
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dgradients_contour.dpr1767 glyph.curve3 (21.58 ,1.12 ,19.82 ,0.29 );
1769 glyph.curve3 (9.57 ,-0.93 ,6.57 ,2.25 );
1790 glyph.curve3 (36.52 ,9.13 ,36.77 ,7.69 );
1791 glyph.curve3 (37.01 ,6.25 ,37.57 ,5.76 );
1792 glyph.curve3 (38.13 ,5.27 ,38.87 ,5.27 );
1793 glyph.curve3 (39.65 ,5.27 ,40.23 ,5.62 );
1794 glyph.curve3 (41.26 ,6.25 ,44.19 ,9.18 );
1797 glyph.curve3 (31.35 ,-0.88 ,29.93 ,0.78 );
1798 glyph.curve3 (28.52 ,2.44 ,28.47 ,6.45 );
1806 glyph.curve3 (11.77 ,9.38 ,13.87 ,7.06 );
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dgradients_contour.dpr1767 glyph.curve3 (21.58 ,1.12 ,19.82 ,0.29 );
1769 glyph.curve3 (9.57 ,-0.93 ,6.57 ,2.25 );
1790 glyph.curve3 (36.52 ,9.13 ,36.77 ,7.69 );
1791 glyph.curve3 (37.01 ,6.25 ,37.57 ,5.76 );
1792 glyph.curve3 (38.13 ,5.27 ,38.87 ,5.27 );
1793 glyph.curve3 (39.65 ,5.27 ,40.23 ,5.62 );
1794 glyph.curve3 (41.26 ,6.25 ,44.19 ,9.18 );
1797 glyph.curve3 (31.35 ,-0.88 ,29.93 ,0.78 );
1798 glyph.curve3 (28.52 ,2.44 ,28.47 ,6.45 );
1806 glyph.curve3 (11.77 ,9.38 ,13.87 ,7.06 );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dgradients_contour.dpr1767 glyph.curve3 (21.58 ,1.12 ,19.82 ,0.29 );
1769 glyph.curve3 (9.57 ,-0.93 ,6.57 ,2.25 );
1790 glyph.curve3 (36.52 ,9.13 ,36.77 ,7.69 );
1791 glyph.curve3 (37.01 ,6.25 ,37.57 ,5.76 );
1792 glyph.curve3 (38.13 ,5.27 ,38.87 ,5.27 );
1793 glyph.curve3 (39.65 ,5.27 ,40.23 ,5.62 );
1794 glyph.curve3 (41.26 ,6.25 ,44.19 ,9.18 );
1797 glyph.curve3 (31.35 ,-0.88 ,29.93 ,0.78 );
1798 glyph.curve3 (28.52 ,2.44 ,28.47 ,6.45 );
1806 glyph.curve3 (11.77 ,9.38 ,13.87 ,7.06 );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dgradients_contour.dpr1767 glyph.curve3 (21.58 ,1.12 ,19.82 ,0.29 );
1769 glyph.curve3 (9.57 ,-0.93 ,6.57 ,2.25 );
1790 glyph.curve3 (36.52 ,9.13 ,36.77 ,7.69 );
1791 glyph.curve3 (37.01 ,6.25 ,37.57 ,5.76 );
1792 glyph.curve3 (38.13 ,5.27 ,38.87 ,5.27 );
1793 glyph.curve3 (39.65 ,5.27 ,40.23 ,5.62 );
1794 glyph.curve3 (41.26 ,6.25 ,44.19 ,9.18 );
1797 glyph.curve3 (31.35 ,-0.88 ,29.93 ,0.78 );
1798 glyph.curve3 (28.52 ,2.44 ,28.47 ,6.45 );
1806 glyph.curve3 (11.77 ,9.38 ,13.87 ,7.06 );
[all …]
/dports/graphics/agg/agg-2.5/examples/svg_viewer/
H A Dagg_svg_path_renderer.h160 void curve3(double x1, double y1, // Q, q
162 void curve3(double x, double y, bool rel=false); // T, t
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_svg_path_renderer.h160 void curve3(double x1, double y1, // Q, q
162 void curve3(double x, double y, bool rel=false); // T, t

1234567