Searched refs:emptypixmap (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c250 register Pixmap emptypixmap; local
256 emptypixmap = XCreateBitmapFromData(ast_xw.xw_display, root, "", 1, 1);
259 emptypixmap, emptypixmap, &dummy_color, &dummy_color, 0, 0);
264 (ulong_t)emptypixmap, (ulong_t)emptypixmap,
267 XFreePixmap(ast_xw.xw_display, emptypixmap);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A DlibvtsSUNWefb.c250 register Pixmap emptypixmap; local
256 emptypixmap = XCreateBitmapFromData(efb_xw.xw_display, root, "", 1, 1);
259 emptypixmap, emptypixmap, &dummy_color, &dummy_color, 0, 0);
264 (ulong_t)emptypixmap, (ulong_t)emptypixmap,
267 XFreePixmap(efb_xw.xw_display, emptypixmap);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.c244 register Pixmap emptypixmap; local
250 emptypixmap = XCreateBitmapFromData(mga_xw.xw_display, root, "", 1, 1);
253 emptypixmap, emptypixmap, &dummy_color, &dummy_color, 0, 0);
258 (unsigned long) emptypixmap, (unsigned long) emptypixmap,
261 XFreePixmap(mga_xw.xw_display, emptypixmap);

Completed in 14 milliseconds