Home
last modified time | relevance | path

Searched refs:scrn (Results 1 – 25 of 959) sorted by path

12345678910>>...39

/dports/astro/xearth/xearth-1.2/
H A Dx11.c124 int scrn; /* screen number */ variable
269 scrn = DefaultScreen(dsply);
274 root = RootWindow(dsply, scrn);
275 cmap = DefaultColormap(dsply, scrn);
276 visl = DefaultVisual(dsply, scrn);
277 dpth = DefaultDepth(dsply, scrn);
278 wdth = DisplayWidth(dsply, scrn);
279 hght = DisplayHeight(dsply, scrn);
280 white = WhitePixel(dsply, scrn);
281 black = BlackPixel(dsply, scrn);
[all …]
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/demo/x11/
H A Dnuklear_xlib.h19 NK_API struct nk_context* nk_xlib_init(XFont*, Display*, int scrn, Window root, unsigned w, unsig…
20 NK_API int nk_xlib_handle_event(Display*, int scrn, Window, XEvent*);
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/demo/x11/
H A Dnuklear_xlib.h19 NK_API struct nk_context* nk_xlib_init(XFont*, Display*, int scrn, Window root, unsigned w, unsig…
20 NK_API int nk_xlib_handle_event(Display*, int scrn, Window, XEvent*);
/dports/audio/ocp/ocp-0.2.90/stuff/
H A Dpoutput-vcsa.c90 while (read(vgafd, &scrn, sizeof(scrn))<0) in set_plScrType()
100 set_kernel_sizes(scrn.cols, scrn.lines); in set_plScrType()
102 plScrHeight = scrn.lines; in set_plScrType()
103 plScrWidth = scrn.cols; in set_plScrType()
104 plScrRowBytes = scrn.cols * 2; in set_plScrType()
590 scrn.x=x; in setcur()
591 scrn.y=y; in setcur()
593 while (write(vgafd, &scrn, sizeof(scrn)) < 0) in setcur()
627 while (read(vgafd, &scrn, sizeof(scrn)) < 0) in vcsa_init()
637 plScrHeight = scrn.lines; in vcsa_init()
[all …]
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/demo/x11/
H A Dnuklear_xlib.h19 NK_API struct nk_context* nk_xlib_init(XFont*, Display*, int scrn, Window root, unsigned w, unsig…
20 NK_API int nk_xlib_handle_event(Display*, int scrn, Window, XEvent*);
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/x11/
H A Dnuklear_xlib.h19 NK_API struct nk_context* nk_xlib_init(XFont*, Display*, int scrn, Window root, unsigned w, unsig…
20 NK_API int nk_xlib_handle_event(Display*, int scrn, Window, XEvent*);
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/demo/x11/
H A Dnuklear_xlib.h19 NK_API struct nk_context* nk_xlib_init(XFont*, Display*, int scrn, Window root, unsigned w, unsig…
20 NK_API int nk_xlib_handle_event(Display*, int scrn, Window, XEvent*);
/dports/biology/mapm3/mapm3-3.0_1/aux/
H A Daux.faq928 because the 'scrn' resource is missing from 'System' in /mac/sys/Login System
929 Folder. If you're handy, you can copy 'scrn' from some other System and
930 paste it in Login's using ResEdit. Make sure the "Is Color" field in 'scrn'
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGUI_App.cpp826 SplashScreen* scrn = nullptr; in on_init_inner() local
841scrn = new SplashScreen(bmp.IsOk() ? bmp : create_scaled_bitmap("prusa_slicer_logo", nullptr, 400)… in on_init_inner()
846 scrn->SetText(_L("Loading configuration")+ dots); in on_init_inner()
916 if (scrn && is_editor()) in on_init_inner()
917 scrn->SetText(_L("Preparing settings tabs") + dots); in on_init_inner()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dscreen.c564 scr_change_screen(int scrn) in scr_change_screen() argument
571 D_SCREEN((stderr, "scr_change_screen(%d)", scrn)); in scr_change_screen()
576 if (current_screen == scrn) in scr_change_screen()
581 SWAP_IT(current_screen, scrn, tmp); in scr_change_screen()
626 return scrn; in scr_change_screen()
/dports/chinese/dictd-database/dict-zh-1.6/
H A Dpydict.index140604 scrn Rm1P M
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dscreen.c422 scr_change_screen(int scrn) in scr_change_screen() argument
428 D_SCREEN(("scr_change_screen(%d)\n", scrn)); in scr_change_screen()
433 if (current_screen == scrn) in scr_change_screen()
436 SWAP_IT(current_screen, scrn, tmp); in scr_change_screen()
465 return scrn; in scr_change_screen()
/dports/comms/acfax/acfax/
H A Dx_image.c38 Screen *scrn = NULL; /* Screen of display */ variable
62 if (!scrn) in get_globals()
63 scrn = XtScreen(toplevel); in get_globals()
65 depth = DefaultDepthOfScreen(scrn); in get_globals()
67 visl = DefaultVisualOfScreen(scrn); in get_globals()
69 if (!(XMatchVisualInfo(dpy, XScreenNumberOfScreen(scrn), depth, in get_globals()
143 rootcmap = DefaultColormapOfScreen(scrn); in alloc_cmap()
170 vTemplate.screen = XScreenNumberOfScreen(scrn); in alloc_cmap()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/dialogs/
H A Dqdialog.cpp844 int extraw = 0, extrah = 0, scrn = 0; in adjustPosition() local
849 scrn = QApplication::desktop()->screenNumber(w); in adjustPosition()
851 scrn = QApplication::desktop()->screenNumber(QCursor::pos()); in adjustPosition()
853 scrn = QApplication::desktop()->screenNumber(this); in adjustPosition()
855 desk = QApplication::desktop()->availableGeometry(scrn); in adjustPosition()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqpaintengine_x11.cpp370 Picture fill_fg = X11->getSolidFill(scrn, pen.color()); in qt_render_bitmap()
379 scrn = 0; in init()
507 d->scrn = d->xinfo->screen(); // get screen variable in begin()
1297 QColormap cmap = QColormap::instance(d->scrn); in updatePen()
1358 QColormap cmap = QColormap::instance(d->scrn); in updateBrush()
1390 d->brush_pm.x11SetScreen(d->scrn); in updateBrush()
1400 d->bitmap_texture.x11SetScreen(d->scrn); in updateBrush()
1586 src = X11->getSolidFill(scrn, fill.color()); in fillPolygon_dev()
1598 src = getPatternFill(scrn, fill); in fillPolygon_dev()
1600 src = X11->getSolidFill(scrn, fill.color()); in fillPolygon_dev()
[all …]
H A Dqpaintengine_x11_p.h147 scrn = -1; in Q_DECLARE_PUBLIC()
193 int scrn; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/gfxdrivers/vnc/
H A Dqscreenvnc_qws.cpp1716 const uchar *scrn = screen->base() in setDirty() local
1730 if (memcmp(old, scrn, sizeof(T) * MAP_TILE_SIZE)) { in setDirty()
1734 scrn += lstep; in setDirty()
1740 memcpy(old, scrn, sizeof(T) * MAP_TILE_SIZE); in setDirty()
1741 scrn += lstep; in setDirty()
1747 if (memcmp(old, scrn, sizeof(T) * tileWidth)) { in setDirty()
1751 scrn += lstep; in setDirty()
1757 memcpy(old, scrn, sizeof(T) * tileWidth); in setDirty()
1758 scrn += lstep; in setDirty()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/vnc/
H A Dqvncserver.cpp1555 const uchar *scrn = screen->base() in setDirty() local
1569 if (memcmp(old, scrn, sizeof(T) * MAP_TILE_SIZE)) { in setDirty()
1573 scrn += lstep; in setDirty()
1579 memcpy(old, scrn, sizeof(T) * MAP_TILE_SIZE); in setDirty()
1580 scrn += lstep; in setDirty()
1586 if (memcmp(old, scrn, sizeof(T) * tileWidth)) { in setDirty()
1590 scrn += lstep; in setDirty()
1596 memcpy(old, scrn, sizeof(T) * tileWidth); in setDirty()
1597 scrn += lstep; in setDirty()
/dports/databases/grass7/grass-7.8.6/general/g.cairocomp/
H A Dmain.c83 int scrn; in init_xlib() local
92 scrn = atoi(scr); in init_xlib()
95 if (!p || sscanf(p, "%i", &scrn) != 1) in init_xlib()
96 scrn = DefaultScreen(dpy); in init_xlib()
99 screen = ScreenOfDisplay(dpy, scrn); in init_xlib()
106 visid = DefaultVisual(dpy, scrn)->visualid; in init_xlib()
110 templ.screen = scrn; in init_xlib()
116 pix = XCreatePixmap(dpy, RootWindow(dpy, scrn), 1, 1, vinfo[0].depth); in init_xlib()
125 output = XCreatePixmap(dpy, RootWindow(dpy, scrn), width, height, depth); in init_xlib()
/dports/databases/grass7/grass-7.8.6/lib/cairodriver/
H A Dgraph.c61 int scrn; in init_xlib() local
70 if (!p || sscanf(p, "%i", &scrn) != 1) { in init_xlib()
72 scrn = DefaultScreen(ca.dpy); in init_xlib()
78 xid = DefaultVisual(ca.dpy, scrn)->visualid; in init_xlib()
81 templ.screen = scrn; in init_xlib()
88 ca.screen = ScreenOfDisplay(ca.dpy, scrn); in init_xlib()
89 pix = XCreatePixmap(ca.dpy, RootWindow(ca.dpy, scrn), 1, 1, vinfo[0].depth); in init_xlib()
100 ca.dpy, RootWindow(ca.dpy, scrn), in init_xlib()
/dports/databases/grass7/grass-7.8.6/visualization/ximgview/
H A Dcolor.c11 extern int scrn;
205 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, scrn), in ramp_colormap()
272 if (cmap != DefaultColormap(dpy, scrn)) in InitColorTableFixed()
H A Dmain.c38 int scrn; variable
66 scrn = DefaultScreen(dpy); in create_window()
70 xswa.background_pixel = BlackPixel(dpy, scrn); in create_window()
72 grwin = XCreateWindow(dpy, RootWindow(dpy, scrn), in create_window()
76 DefaultDepth(dpy, scrn), in create_window()
78 DefaultVisual(dpy, scrn), in create_window()
86 fixedcmap = InitColorTableFixed(DefaultColormap(dpy, scrn)); in create_window()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/vnc/
H A Dqvnc.cpp114 const uchar *scrn = screen->image()->constBits() in setDirty() local
128 if (memcmp(old, scrn, sizeof(T) * MAP_TILE_SIZE)) { in setDirty()
132 scrn += lstep; in setDirty()
138 memcpy(old, scrn, sizeof(T) * MAP_TILE_SIZE); in setDirty()
139 scrn += lstep; in setDirty()
145 if (memcmp(old, scrn, sizeof(T) * tileWidth)) { in setDirty()
149 scrn += lstep; in setDirty()
155 memcpy(old, scrn, sizeof(T) * tileWidth); in setDirty()
156 scrn += lstep; in setDirty()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpaintengine_x11.cpp116 scrn = -1; in QX11PaintEnginePrivate()
168 int scrn; member in QX11PaintEnginePrivate
551 Picture fill_fg = X11->getSolidFill(scrn, pen.color()); in qt_render_bitmap()
560 scrn = 0; in init()
683 d->scrn = d->xinfo->screen(); // get screen variable in begin()
1463 QXcbColormap cmap = QXcbColormap::instance(d->scrn); in updatePen()
1524 QXcbColormap cmap = QXcbColormap::instance(d->scrn); in updateBrush()
1556 qt_x11SetScreen(d->brush_pm, d->scrn); in updateBrush()
1752 src = X11->getSolidFill(scrn, fill.color()); in fillPolygon_dev()
1764 src = getPatternFill(scrn, fill); in fillPolygon_dev()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/dialogs/
H A Dqdialog.cpp887 int extraw = 0, extrah = 0, scrn = 0; in adjustPosition() local
892 scrn = QDesktopWidgetPrivate::screenNumber(w); in adjustPosition()
894 scrn = QDesktopWidgetPrivate::screenNumber(QCursor::pos()); in adjustPosition()
896 scrn = QDesktopWidgetPrivate::screenNumber(this); in adjustPosition()
898 desk = QDesktopWidgetPrivate::availableGeometry(scrn); in adjustPosition()
952 if (scrn >= 0) { in adjustPosition()
954 window->setScreen(QGuiApplication::screens().at(scrn)); in adjustPosition()

12345678910>>...39