/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_video.h | 91 PgColor_t syspalph[_Pg_MAX_PALETTE]; member in struct:SDL_PrivateVideoData 139 #define syspalph (this->hidden->syspalph) macro
|
SDL_ph_video.c | 416 PgGetPalette(syspalph); 423 syspalph[i]=PgRGB(0, 0, 0); 573 PgSetPalette(syspalph, 0, -1, 0, 0, 0); 610 syspalph[i] = PgRGB(colors[i-firstcolor].r, colors[i-firstcolor].g, colors[i-firstcolor].b); 611 SDL_Image->palette[i] = syspalph[i]; 624 syspalph[i] = PgRGB(colors[i-firstcolor].r, colors[i-firstcolor].g, colors[i-firstcolor].b); 630 PgSetPalette(&syspalph[firstcolor], 0, firstcolor, ncolors, Pg_PALSET_GLOBAL, 0); 637 PgSetPalette(&syspalph[firstcolor], 0, firstcolor, ncolors, Pg_PALSET_GLOBAL, 0);
|
SDL_ph_image.c | 197 PgGetPalette(syspalph); 365 PgSetPalette(syspalph, 0, -1, 0, 0, 0);
|