Home
last modified time | relevance | path

Searched refs:pixmap_id (Results 1 – 25 of 26) sorted by last modified time

12

/dports/games/xdigger/xdigger-1.0.10/
H A Drunlevels.c169 dest->pixmap_id = source->pixmap_id; in CopyField()
177 fieldentry->pixmap_id = id2pixmap_id(id, flags); in FillField()
288 field[x][y].pixmap_id = in LoadLevel()
319 DrawOnePixmap(field[x][y].pixmap_id, x, y); in DrawField()
426 field[diggerposx][diggerposy].pixmap_id = in DieDigger()
576 pixid = field[dx][dy].pixmap_id; in DiggerStep()
633 field[dx][dy].pixmap_id = in DiggerStep()
649 pixid = field[dx][dy].pixmap_id; in DiggerHalfStep()
668 field[dx][dy].pixmap_id = in DiggerHalfStep()
847 field[x][y].pixmap_id = in DiamondBlinkStep()
[all …]
H A Ddrawpixmaps.c319 void CopyOnePixmap_Window(Window window, unsigned char pixmap_id, int x, int y) in CopyOnePixmap_Window() argument
321 XCopyArea(display, pixmaps[pixmap_id], window, gc, 0, 0, in CopyOnePixmap_Window()
326 void DrawOnePixmap(unsigned char pixmap_id, int x, int y) in DrawOnePixmap() argument
328 XCopyArea(display, pixmaps[pixmap_id], mainwindow, gc, 0, 0, in DrawOnePixmap()
H A Dtypedef.h29 unsigned char id, flags, pixmap_id, todraw; member
H A Dicon.c105 icon_field.pixmap_id = in Handle_Icon()
108 if (icon_field.pixmap_id != last_icon_pixmap) in Handle_Icon()
114 XCopyArea(display, iconpixmaps[icon_field.pixmap_id], iconwindow, gc, in Handle_Icon()
117 last_icon_pixmap = icon_field.pixmap_id; in Handle_Icon()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxterm.c14217 x_wm_set_icon_pixmap (struct frame *f, ptrdiff_t pixmap_id) in x_wm_set_icon_pixmap() argument
14225 if (pixmap_id > 0) in x_wm_set_icon_pixmap()
14227 icon_pixmap = image_bitmap_pixmap (f, pixmap_id); in x_wm_set_icon_pixmap()
14229 icon_mask = x_bitmap_mask (f, pixmap_id); in x_wm_set_icon_pixmap()
H A DChangeLog.54791 (x_wm_set_icon_pixmap): Second arg is now pixmap_id;
H A DChangeLog.87184 * dispextern.h (struct glyph): Add pixmap_id.
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dwindows.c1467 Window pixmap_id = 0, mask_id = 0; variable
1474 pixmap_id = VWIN (win)->wmhints->icon_pixmap;
1484 if (pixmap_id == 0 && !WINDOW_IS_GONE_P (VWIN (win)))
1508 pixmap_id = data.l[0];
1517 if (pixmap_id != 0)
1520 (rep_MAKE_INT (pixmap_id),
/dports/x11/mate-panel/mate-panel-1.26.1/libmate-panel-applet/
H A Dmate-panel-applet.c1461 Window pixmap_id; in mate_panel_applet_handle_background_string() local
1466 if (!mate_panel_applet_parse_pixmap_str (elements [1], &pixmap_id, &x, &y)) { in mate_panel_applet_handle_background_string()
1474 *pattern = mate_panel_applet_get_pattern_from_pixmap (applet, pixmap_id, x, y); in mate_panel_applet_handle_background_string()
/dports/x11/mate-desktop/mate-desktop-1.26.0/libmate-desktop/
H A Dmate-bg.c1626 Pixmap pixmap_id = cairo_xlib_surface_get_drawable (surface); in mate_bg_set_surface_as_root() local
1630 mate_bg_set_root_pixmap_id (screen, display, pixmap_id); in mate_bg_set_surface_as_root()
1632 XSetWindowBackgroundPixmap (display, xroot, pixmap_id); in mate_bg_set_surface_as_root()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Ddisplay_ppm.rs29 let pixmap_id = conn.generate_id()?; in create_window() localVariable
39 pixmap_id, in create_window()
44 image.put(conn, pixmap_id, gc_id, 0, 0)?; in create_window()
58 &CreateWindowAux::default().background_pixmap(pixmap_id), in create_window()
60 conn.free_pixmap(pixmap_id)?; in create_window()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Ddisplay_ppm.rs29 let pixmap_id = conn.generate_id()?; in create_window() localVariable
39 pixmap_id, in create_window()
44 image.put(conn, pixmap_id, gc_id, 0, 0)?; in create_window()
58 &CreateWindowAux::default().background_pixmap(pixmap_id), in create_window()
60 conn.free_pixmap(pixmap_id)?; in create_window()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_software_bitmap_presenter.cc75 auto pixmap_id = connection->GenerateId<x11::Pixmap>(); in CompositeBitmap() local
76 connection->CreatePixmap({depth, pixmap_id, widget, width, height}); in CompositeBitmap()
77 ScopedPixmap pixmap(connection, pixmap_id); in CompositeBitmap()
81 connection->CopyArea({widget, pixmap_id, gc, x, y, 0, 0, width, height}); in CompositeBitmap()
85 auto req = connection->GetImage({x11::ImageFormat::ZPixmap, pixmap_id, 0, 0, in CompositeBitmap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_image_glx_native_pixmap.cc61 x11::Pixmap pixmap_id = connection->GenerateId<x11::Pixmap>(); in XPixmapFromNativePixmap() local
62 connection->dri3().PixmapFromBuffer({pixmap_id, connection->default_root(), in XPixmapFromNativePixmap()
68 return pixmap_id; in XPixmapFromNativePixmap()
/dports/editors/emacs/emacs-27.2/src/
H A DChangeLog.87184 * dispextern.h (struct glyph): Add pixmap_id.
H A Dxterm.c12360 x_wm_set_icon_pixmap (struct frame *f, ptrdiff_t pixmap_id) in x_wm_set_icon_pixmap() argument
12368 if (pixmap_id > 0) in x_wm_set_icon_pixmap()
12370 icon_pixmap = image_bitmap_pixmap (f, pixmap_id); in x_wm_set_icon_pixmap()
12372 icon_mask = x_bitmap_mask (f, pixmap_id); in x_wm_set_icon_pixmap()
H A DChangeLog.54791 (x_wm_set_icon_pixmap): Second arg is now pixmap_id;
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/
H A DChangeLog154445 Set the pixmap_id correctly if pixmap is NULL or -1.
154449 * applier.c (set_root_pixmap): Set the pixmap_id correctly if
/dports/x11/cinnamon-desktop/cinnamon-desktop-4.8.1/libcinnamon-desktop/
H A Dgnome-bg.c1631 Pixmap pixmap_id; in gnome_bg_set_root_pixmap_id() local
1661 pixmap_id = cairo_xlib_surface_get_drawable (surface); in gnome_bg_set_root_pixmap_id()
1666 (guchar *) &pixmap_id, 1); in gnome_bg_set_root_pixmap_id()
1670 (guchar *) &pixmap_id, 1); in gnome_bg_set_root_pixmap_id()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_image_glx_native_pixmap.cc62 uint32_t pixmap_id = xcb_generate_id(connection); in XPixmapFromNativePixmap() local
63 xcb_dri3_pixmap_from_buffer(connection, pixmap_id, DefaultRootWindow(display), in XPixmapFromNativePixmap()
68 return pixmap_id; in XPixmapFromNativePixmap()
/dports/x11/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.8/src/
H A Dgreeterbackground.c1737 Pixmap pixmap_id; in set_surface_as_root() local
1746 pixmap_id = cairo_xlib_surface_get_drawable (surface); in set_surface_as_root()
1751 XSetWindowBackgroundPixmap (display, xroot, pixmap_id); in set_surface_as_root()
1752 set_root_pixmap_id (screen, display, pixmap_id); in set_surface_as_root()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/tests/
H A Dsimple-decoder.c104 guint pixmap_id; member
513 GstVaapiPixmap *const pixmap = app->pixmaps[app->pixmap_id]; in renderer_process()
523 app->pixmap_id = (app->pixmap_id + 1) % G_N_ELEMENTS (app->pixmaps); in renderer_process()
/dports/mail/balsa/balsa-2.5.1/src/
H A Dtoolbar-prefs.c215 if(!strcmp(id, toolbar_buttons[i].pixmap_id)) in get_toolbar_button_index()
579 toolbar_buttons[item].pixmap_id) in tp_page_refresh_available()
581 toolbar_buttons[item].pixmap_id, in tp_page_refresh_available()
658 toolbar_buttons[item].pixmap_id, in tp_page_refresh_preview()
782 pixmap_id, in tp_store_set()
H A Dtoolbar-factory.c184 return _(strcmp(toolbar_buttons[button].pixmap_id, in balsa_toolbar_button_text()
196 return toolbar_buttons[button].pixmap_id; in balsa_toolbar_sanitize_id()
456 if (strcmp(toolbar_buttons[button].pixmap_id, BALSA_PIXMAP_SEND) == 0 in tm_set_tool_item_label()
H A Dtoolbar-factory.h53 char *pixmap_id; /* not translatable */ member

12