Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_athena.c382 GC draw_gc, undraw_gc; in gui_athena_create_pullright_pixmap() local
397 draw_gc = XCreateGC(gui.dpy, retval, in gui_athena_create_pullright_pixmap()
412 XFillPolygon(gui.dpy, retval, draw_gc, points, XtNumber(points), in gui_athena_create_pullright_pixmap()
414 XFreeGC(gui.dpy, draw_gc); in gui_athena_create_pullright_pixmap()