OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcmap
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c
87
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
,
SDL_x11video.c
1526
Colormap
dcmap
= DefaultColormap(SDL_Display,
local
[
all
...]
Completed in 32 milliseconds