Searched refs:dcmap (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c87 Colormap dcmap; local
89 dcmap = DefaultColormap(SDL_Display, SDL_Screen);
119 XFreeColors(GFX_Display, dcmap, freelist, nfree, 0);
134 if(XAllocColor(GFX_Display, dcmap, &c)) {
148 XQueryColors(GFX_Display, dcmap, cols, 256);
154 if(XAllocColor(GFX_Display, dcmap,
H A DSDL_x11video.c1526 Colormap dcmap = DefaultColormap(SDL_Display, local
1531 dcmap, &pixel, 1, 0);

Completed in 128 milliseconds