Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_athena.c397 draw_gc = XCreateGC(gui.dpy, retval, in gui_athena_create_pullright_pixmap()
402 undraw_gc = XCreateGC(gui.dpy, retval, in gui_athena_create_pullright_pixmap()
536 back_gc = XCreateGC(gui.dpy, map, GCForeground, &gcvalues); in createXpmImages()
537 mask_gc = XCreateGC(gui.dpy, map, GCForeground, &gcvalues); in createXpmImages()
H A Dgui_gtk_vms.h118 #define XCreateGC XCREATEGC macro
H A Dgui_at_fs.c1120 SFtextGC = XCreateGC( in SFcreateGC()
H A Dgui_x11.c2291 GC gc = XCreateGC(gui.dpy, blank_pixmap, (unsigned long)0, (XGCValues*)0); in gui_x11_create_blank_mouse()