Home
last modified time | relevance | path

Searched refs:GkrellmChart (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dgkrellm-public-proto.h39 GkrellmChart *gkrellm_chart_new0(void);
55 GkrellmChart *, GkrellmChartconfig **);
56 void gkrellm_chart_destroy(GkrellmChart *);
69 void gkrellm_reset_chart(GkrellmChart *);
71 void gkrellm_refresh_chart(GkrellmChart *);
72 void gkrellm_rescale_chart(GkrellmChart *);
73 void gkrellm_clear_chart(GkrellmChart *);
74 void gkrellm_clear_chart_pixmap(GkrellmChart *);
82 gint gkrellm_get_chart_scalemax(GkrellmChart *);
94 void gkrellm_alloc_chartdata(GkrellmChart *);
[all …]
H A Dwin32-plugin.h34 GkrellmChart *(*gkrellm_chart_new0)(void);
49 GkrellmChart *, GkrellmChartconfig **);
50 void (*gkrellm_chart_destroy)(GkrellmChart *);
55 gboolean (*gkrellm_is_chart_visible)(GkrellmChart *);
62 void (*gkrellm_reset_chart)(GkrellmChart *);
64 void (*gkrellm_refresh_chart)(GkrellmChart *);
65 void (*gkrellm_rescale_chart)(GkrellmChart *);
66 void (*gkrellm_clear_chart)(GkrellmChart *);
67 void (*gkrellm_clear_chart_pixmap)(GkrellmChart *);
86 void (*gkrellm_alloc_chartdata)(GkrellmChart *);
[all …]
H A Dchart.c67 computed_index(GkrellmChart *cp, gint i)
109 gkrellm_clear_chart(GkrellmChart *cp)
209 gkrellm_reset_chart(GkrellmChart *cp)
576 auto_recalibrate(GkrellmChart *cp)
779 scan_for_maxval(GkrellmChart *cp)
1584 cp = (GkrellmChart *) list->data;
1608 GkrellmChart *cp_a = (GkrellmChart *) a;
1609 GkrellmChart *cp_b = (GkrellmChart *) b;
1626 GkrellmChart *cp_x;
1770 GkrellmChart *cp)
[all …]
H A Dwin32-libgkrellm.c30 GkrellmChart *gkrellm_chart_new0(void)
78 GkrellmChart *c, GkrellmChartconfig **d)
82 void gkrellm_chart_destroy(GkrellmChart *a)
99 gboolean gkrellm_is_chart_visible(GkrellmChart *a)
121 void gkrellm_reset_chart(GkrellmChart *a)
129 void gkrellm_refresh_chart(GkrellmChart *a)
133 void gkrellm_rescale_chart(GkrellmChart *a)
137 void gkrellm_clear_chart(GkrellmChart *a)
141 void gkrellm_clear_chart_pixmap(GkrellmChart *a)
196 void gkrellm_alloc_chartdata(GkrellmChart *a)
[all …]
H A Dproc.c45 GkrellmChart *chart;
133 GkrellmChart *cp; in format_proc_data()
201 refresh_proc_chart(GkrellmChart *cp) in refresh_proc_chart()
258 GkrellmChart *cp; in update_proc()
301 GkrellmChart *cp = proc.chart; in proc_expose_event()
338 GkrellmChart *cp = proc.chart; in setup_proc_scaling()
378 GkrellmChart *cp = proc.chart; in destroy_proc_monitor()
536 GkrellmChart *cp; in create_proc_monitor()
H A Dwinops-win32.c164 gkrellm_winop_draw_rootpixmap_onto_transparent_chart(GkrellmChart *p) in gkrellm_winop_draw_rootpixmap_onto_transparent_chart()
256 GkrellmChart *cp; in gkrellm_winop_apply_rootpixmap_transparency()
306 cp = (GkrellmChart *) list->data; in gkrellm_winop_apply_rootpixmap_transparency()
H A Dwinops-gtk-mac.c184 gkrellm_winop_draw_rootpixmap_onto_transparent_chart(GkrellmChart *cp) in gkrellm_winop_draw_rootpixmap_onto_transparent_chart()
H A Dcpu.c58 GkrellmChart *chart;
364 GkrellmChart *cp = cpu->chart; in draw_cpu_extra()
386 GkrellmChart *cp = cpu->chart; in refresh_cpu_chart()
447 GkrellmChart *cp; in update_cpu()
529 GkrellmChart *cp; in cpu_expose_event()
747 GkrellmChart *cp; in cb_height()
819 GkrellmChart *cp; in create_cpu()
H A Dinet.c44 GkrellmChart *chart;
45 GkrellmChart *chart_minute;
46 GkrellmChart *chart_hour;
259 GkrellmChart *cp; in format_chart_text()
360 GkrellmChart *cp; in draw_inet_mark_data()
406 GkrellmChart *cp; in draw_inet_chart()
872 chart_create(InetMon *in, GkrellmChart *cp, GkrellmChartconfig **cfp, in chart_create()
931 GkrellmChart *cp; in create_inet_monitor()
1214 read_inet_data(GkrellmChart *cp, FILE *f, gint minute_chart, in read_inet_data()
1287 write_inet_data(GkrellmChart *cp, FILE *f) in write_inet_data()
H A Ddisk.c56 GkrellmChart *chart;
401 GkrellmChart *cp; in format_disk_data()
612 GkrellmChart *cp; in update_disk()
657 GkrellmChart *cp; in disk_expose_event()
706 setup_disk_scaling(GkrellmChartconfig *cf, GkrellmChart *cp) in setup_disk_scaling()
750 GkrellmChart *cp; in create_disk_monitor()
H A Dwinops-x11.c540 gkrellm_winop_draw_rootpixmap_onto_transparent_chart(GkrellmChart *cp)
690 GkrellmChart *cp;
739 cp = (GkrellmChart *) list->data;
H A Dmem.c101 GkrellmChart *chart;
364 GkrellmChart *cp; in format_chart_text()
454 GkrellmChart *cp; in update_meminfo()
667 GkrellmChart *cp = mc->chart; in setup_scaling()
696 GkrellmChart *cp; in create_chart()
H A Dgkrellm.h704 GkrellmChart; typedef
722 GkrellmChart *chart; /* GkrellmChart this data belong to */
H A Dgkrellm-private.h499 gboolean gkrellm_winop_draw_rootpixmap_onto_transparent_chart(GkrellmChart *);
H A Dnet.c76 GkrellmChart *chart;
1170 GkrellmChart *cp = net->chart; in setup_net_scaling()
1184 GkrellmChart *cp; in destroy_chart()
1240 GkrellmChart *cp; in format_net_data()
1372 GkrellmChart *cp = net->chart; in draw_net_chart_labels()
1554 GkrellmChart *cp; in create_net_monitor()
H A Dplugins.c142 GkrellmChart *
145 GkrellmChart *c; in gkrellm_chart_new0()
147 c = g_new0(GkrellmChart, 1); in gkrellm_chart_new0()
H A Dmain.c1044 GkrellmChart *cp; in draw_frame_overlaps()
1052 cp = (GkrellmChart *) list->data; in draw_frame_overlaps()
H A Dkrell.c185 gkrellm_draw_decal_on_chart(GkrellmChart *cp, GkrellmDecal *d,
/dports/sysutils/gkrelltop/gkrelltop-2.2.13.orig/
H A Dsupport.h21 # define Chart GkrellmChart
/dports/x11-clocks/alltraxclock/alltraxclock2_0.2/
H A Dalltraxclock.c35 GkrellmChart *chart;
/dports/misc/gkrellshoot2/gkrellShoot-0.4.4/
H A Dgkrellshoot.c78 static GkrellmChart *chart[MAX_PANELS];