Home
last modified time | relevance | path

Searched +defs:plot +defs:window (Results 1 – 25 of 67) sorted by relevance

123

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Docrrow.cpp187 void ROW::plot( // draw it in plot() function in tesseract::ROW
188 ScrollView *window, // window to draw in in plot()
206 void ROW::plot( // draw it in plot() function in tesseract::ROW
207 ScrollView *window // window to draw in in plot()
H A Dquspline.cpp340 void QSPLINE::plot( // draw it in plot() function in tesseract::QSPLINE
341 ScrollView *window, // window to draw in in plot()
365 void QSPLINE::plot(Image pix) const { in plot() function in tesseract::QSPLINE
H A Dwerd.cpp289 void WERD::plot(ScrollView *window, ScrollView::Color colour) { in plot() function in tesseract::WERD
312 void WERD::plot(ScrollView *window) { in plot() function in tesseract::WERD
328 void WERD::plot_rej_blobs(ScrollView *window) { in plot_rej_blobs()
H A Dpolyblk.cpp246 void POLY_BLOCK::plot(ScrollView *window, int32_t num) { in plot() function in tesseract::POLY_BLOCK
272 void POLY_BLOCK::fill(ScrollView *window, ScrollView::Color colour) { in fill()
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/itemeditor/
H A Dmain.cpp17 Plot *plot = new Plot( this ); in MainWindow() local
49 MainWindow window; in main() local
/dports/devel/goffice/goffice-0.10.50/tests/
H A Dgo-demo.c114 GogPlot *plot; in setup_page() local
147 insert_1_5d_data (GogPlot *plot) in insert_1_5d_data()
168 insert_polar_data (GogPlot *plot) in insert_polar_data()
189 insert_box_data (GogPlot *plot) in insert_box_data()
229 insert_xy_data (GogPlot *plot) in insert_xy_data()
235 insert_bubble_data (GogPlot *plot) in insert_bubble_data()
258 insert_dropbar_data (GogPlot *plot) in insert_dropbar_data()
281 insert_xyz_data (GogPlot *plot) in insert_xyz_data()
304 insert_minmax_data (GogPlot *plot) in insert_minmax_data()
372 GogPlot *plot = NULL; in generate_all_charts() local
[all …]
/dports/cad/oregano/oregano-0.84.43/src/
H A Dplot.c75 GtkWidget *window; member
80 GtkWidget *plot; member
141 static gint delete_event_cb (GtkWidget *widget, GdkEvent *event, Plot *plot) in delete_event_cb()
152 static void destroy_window (GtkWidget *widget, Plot *plot) in destroy_window()
227 static void analysis_selected (GtkWidget *combo_box, Plot *plot) in analysis_selected()
324 static void plot_canvas_movement (GtkWidget *w, GdkEventMotion *event, Plot *plot) in plot_canvas_movement()
341 static GtkWidget *plot_window_create (Plot *plot) in plot_window_create()
348 GtkWidget *outer_table, *window, *button, *plot_scrolled; in plot_window_create() local
474 Plot *plot; in plot_show() local
593 static void close_window (GtkMenuItem *menuitem, Plot *plot) in close_window()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dcharge.c54 AjBool plot; in main() local
62 ajint window; in main() local
213 ajint window) in charge_addgraph()
H A Dhmoment.c52 AjBool plot; in main() local
60 ajint window; in main() local
220 ajint window, float baseline, const char *sname) in hmoment_addgraph()
281 static float hmoment_calchm(const char *p, int pos, int window, ajint angle) in hmoment_calchm()
H A Dfreak.c41 AjBool plot; in main() local
50 ajint window; in main() local
H A Dsyco.c41 AjBool plot; in main() local
86 ajint window; in main() local
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dtestgtkplot.c49 test_print(GtkPlotCanvas *canvas, GtkWidget *window) in test_print()
90 gdouble function(GtkPlot *plot, GtkPlotData *data, gdouble x, gboolean *err) in function()
102 gdouble gaussian(GtkPlot *plot, GtkPlotData *data, gdouble x, gboolean *err) in gaussian()
270 build_example1(GtkWidget *plot) in build_example1()
356 build_example2(GtkWidget *plot) in build_example2()
/dports/x11-toolkits/fox17/fox-1.7.77/chart/
H A Dcharttest.cpp24 FX2DPlot *plot; member in ChartWindow
190 ChartWindow* window=new ChartWindow(&application); in main() local
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/sinusplot/
H A Dsinusplot.cpp201 Plot *plot = new Plot(); in main() local
207 QWidget window; in main() local
/dports/cad/oregano/oregano-0.84.43/src/gplot/
H A Dgplot.c124 GdkWindow *window; in g_plot_create_cairo() local
153 GPlot *plot; in g_plot_dispose() local
315 GPlot *plot; in g_plot_draw() local
506 static void g_plot_init (GPlot *plot) in g_plot_init()
528 GPlot *plot; in g_plot_new() local
547 int g_plot_add_function (GPlot *plot, GPlotFunction *func) in g_plot_add_function()
826 void g_plot_clear (GPlot *plot) in g_plot_clear()
845 void g_plot_window_to_device (GPlot *plot, double *x, double *y) in g_plot_window_to_device()
/dports/math/vtk9/VTK-9.1.0/Utilities/Benchmarks/
H A DGLBenchmarking.cxx107 vtkRenderWindow* window = renderer->GetRenderWindow(); in runTest() local
190 vtkNew<vtkRenderWindow> window; in main() local
217 vtkPlot* plot = chart->AddPlot(vtkChart::LINE); in main() local
/dports/math/vtk6/VTK-6.2.0/Utilities/Benchmarks/
H A DGLBenchmarking.cxx128 vtkRenderWindow *window = renderer->GetRenderWindow(); in runTest() local
215 vtkNew<vtkRenderWindow> window; in main() local
242 vtkPlot *plot = chart->AddPlot(vtkChart::LINE); in main() local
/dports/math/vtk8/VTK-8.2.0/Utilities/Benchmarks/
H A DGLBenchmarking.cxx121 vtkRenderWindow *window = renderer->GetRenderWindow(); in runTest() local
208 vtkNew<vtkRenderWindow> window; in main() local
235 vtkPlot *plot = chart->AddPlot(vtkChart::LINE); in main() local
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/dial/
H A DStandardDialFrame.java248 public void draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, in draw()
251 Shape window = getWindow(frame); in draw() local
/dports/devel/z88dk/z88dk/include/
H A Dgraphics.h23 struct window { struct
24 uint8_t number;
25 uint8_t x;
26 uint8_t y;
27 uint8_t width;
28 uint8_t depth;
29 uint8_t type;
30 uint8_t graph;
41 #define plot(a,b) plot_callee(a,b) macro
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/
H A Doscplot.c243 OscPlot *plot; member
248 OscPlot *plot; member
263 GtkWidget *window; member
467 GtkWidget *plot; in osc_plot_new() local
478 GtkWidget *plot; in osc_plot_new_with_pref() local
3205 OscPlot *plot; member
3491 OscPlot *plot = data; in single_shot_clicked_cb() local
3526 OscPlot *plot = data; in capture_button_clicked_cb() local
3610 OscPlot *plot = data; in iter_children_plot_type_update() local
4212 OscPlot *plot = data; in show_grid_toggled() local
[all …]
H A Dosc.c207 GtkWidget *plot = data; in gfunc_restart_plot() local
214 GtkWidget *plot = data; in gfunc_close_plot() local
221 GtkWidget *plot = data; in gfunc_destroy_plot() local
231 OscPlot *plot = (OscPlot *) node->data; in update_plot() local
326 static void attach_plugin(GtkWidget *window, struct detachable_plugin *d_plugin) in attach_plugin()
383 GtkWidget *window; in detach_plugin() local
460 void move_gtk_window_on_screen(GtkWindow *window, in move_gtk_window_on_screen()
488 OscPlot *plot; in plugin_find_plot_with_domain() local
2021 static void window_size_readjust(GtkWindow *window, int width, int height) in window_size_readjust()
2076 OscPlot *plot; in capture_profile_handler() local
[all …]
/dports/graphics/py-pointpats/pointpats-2.2.0/pointpats/
H A Dpointpattern.py66 def __init__(self, points, window=None, names=None, coord_names=None): argument
134 def set_window(self, window): argument
151 window = property(get_window, set_window) variable in PointPattern
173 def plot(self, window=False, title="Point Pattern", hull=False, member in PointPattern
/dports/audio/gsequencer/gsequencer-3.10.4/ags/widget/
H A Dags_cartesian.c860 GdkWindow *window; in ags_cartesian_realize() local
1111 AgsPlot *plot; in ags_cartesian_draw() local
1748 AgsPlot *plot; in ags_plot_alloc() local
1829 ags_plot_free(AgsPlot *plot) in ags_plot_free()
1964 ags_plot_get_point(AgsPlot *plot) in ags_plot_get_point()
1983 ags_plot_set_point(AgsPlot *plot, in ags_plot_set_point()
2124 ags_plot_get_bitmap(AgsPlot *plot) in ags_plot_get_bitmap()
2143 ags_plot_set_bitmap(AgsPlot *plot, in ags_plot_set_bitmap()
2244 ags_plot_get_pixmap(AgsPlot *plot) in ags_plot_get_pixmap()
2284 AgsPlot *plot) in ags_cartesian_add_plot()
[all …]
/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_control.c159 GdkWindow *window; member
289 png_plot *plot = widget_get_plot(w); in is_shell_for_plotfile() local
317 double plot_get_xmin (png_plot *plot) in plot_get_xmin()
322 double plot_get_ymin (png_plot *plot) in plot_get_ymin()
720 png_plot *plot = (png_plot *) p; in gp_term_code() local
3981 png_plot *plot) in plot_motion_callback()
5083 png_plot *plot) in plot_button_release()
5122 png_plot *plot) in plot_button_press()
5249 png_plot *plot = data; in plot_expose() local
5846 png_plot *plot; in gnuplot_show_png() local
[all …]

123