Home
last modified time | relevance | path

Searched refs:XCreatePixmap (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_xmebw.c402 sen_pix = XCreatePixmap(dpy, root, width + shift, height + shift, depth); in set_pixmap()
425 high_pix = XCreatePixmap(dpy, root, width + shift, height + shift, depth); in set_pixmap()
438 arm_pix = XCreatePixmap(dpy, pix, width + shift, height + shift, depth); in set_pixmap()
464 ins_pix = XCreatePixmap(dpy, root, width + shift, height + shift, depth); in set_pixmap()
H A Dgui_gtk_vms.h121 #define XCreatePixmap XCREATEPIXMAP macro
H A Dgui_athena.c393 retval = XCreatePixmap(gui.dpy,DefaultRootWindow(gui.dpy),width, in gui_athena_create_pullright_pixmap()
541 *sen = XCreatePixmap(gui.dpy, rootWindow, in createXpmImages()
H A Dgui_x11.c2290 Pixmap blank_pixmap = XCreatePixmap(gui.dpy, gui.wid, 1, 1, 1); in gui_x11_create_blank_mouse()