HomeSort by relevance Sort by last modified time
    Searched refs:xcmap (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 993 XColor *xcmap; local
999 xcmap = SDL_stack_alloc(XColor, ncolors);
1001 xcmap[i].pixel = firstcolor + i;
1002 xcmap[i].red = (colors[i].r<<8)|colors[i].r;
1003 xcmap[i].green = (colors[i].g<<8)|colors[i].g;
1004 xcmap[i].blue = (colors[i].b<<8)|colors[i].b;
1005 xcmap[i].flags = (DoRed|DoGreen|DoBlue);
1008 XStoreColors(DGA_Display, DGA_colormap, xcmap, ncolors);
1011 SDL_stack_free(xcmap);
1020 XColor xcmap[256] local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 75 XColor xcmap[256];
87 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c);
88 xcmap[i].red = ramp[0*256+c];
89 xcmap[i].green = ramp[1*256+c];
90 xcmap[i].blue = ramp[2*256+c];
91 xcmap[i].flags = (DoRed|DoGreen|DoBlue);
93 XStoreColors(GFX_Display, SDL_XColorMap, xcmap, ncolors);
1244 ULONG xcmap[256*3+2]; local
1246 xcmap[0]=(ncolors<<16);
1247 xcmap[0]+=firstcolor
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 1361 XColor *xcmap; local
1445 XColor xcmap[256]; local
    [all...]

Completed in 614 milliseconds