Home
last modified time | relevance | path

Searched refs:_dispwin (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Ddispwin.h199 struct _dispwin { struct
244 struct _dispwin *next; argument
340 ramdac *(*get_ramdac)(struct _dispwin *p); argument
344 int (*set_ramdac)(struct _dispwin *p, ramdac *r, int persist); argument
367 int (*set_fc)(struct _dispwin *p, int fullscreen); argument
371 int (*set_patch_win)(struct _dispwin *p, argument
379 int (*set_pinfo)(struct _dispwin *p, int pno, int tno); argument
393 void (*enable_update_delay)(struct _dispwin *p, int enable); argument
396 void (*set_callout)(struct _dispwin *p, char *callout); argument
400 void (*del)(struct _dispwin *p); argument
[all …]
/dports/audio/zita-mu1/zita-mu1-0.3.3/source/
H A Dmainwin.cc111 if (E->window == _dispwin->win ()) redraw_disp (); in expose()
472 _dispwin->x_add_events (ExposureMask); in makegui()
473 _dispwin->x_map (); in makegui()
479 _meters [i] = new Kmeter (_dispwin, x, y, Kmeter::HOR, Kmeter::K20); in makegui()
485 _cmeter = new Cmeter (_dispwin, x + 227, y, Cmeter::HOR); in makegui()
487 _pkbutt = new X_tbutton (_dispwin, this, &Bst0, x + 445, y + 3, 0, 0, B_PRES); in makegui()
518 X_draw D (dpy (), _dispwin->win (), dgc (), 0); in redraw_disp()
533 XPutImage (dpy (), _dispwin->win (), dgc (), I, 0, 4, x, y, I->width, 16); in redraw_disp()
537 XPutImage (dpy (), _dispwin->win (), dgc (), I, 0, 0, x, y, I->width, 4); in redraw_disp()
540 XPutImage (dpy (), _dispwin->win (), dgc (), I, 0, 0, x, y, I->width, 16); in redraw_disp()
[all …]
H A Dmainwin.h104 X_subwin *_dispwin; variable
/dports/audio/zita-dpl1/zita-dpl1-0.3.3/source/
H A Dmainwin.cc60 _dispwin = new X_window (this, 275, 1, 315, 72, XftColors [C_DISP_BG]->pixel);
61 _dispmap = XCreatePixmap (dpy (), _dispwin->win (), 315, 72, disp ()->depth ());
67 _dispwin->x_map ();
154 XSetWindowBackgroundPixmap (dpy (), _dispwin->win (), _dispmap);
182 _dispwin->x_clear ();
258 _dispwin->x_clear ();
H A Dmainwin.h69 X_window *_dispwin; variable