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

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_video.h91 PgColor_t syspalph[_Pg_MAX_PALETTE]; member in struct:SDL_PrivateVideoData
139 #define syspalph (this->hidden->syspalph) macro
H A DSDL_ph_video.c416 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);
H A DSDL_ph_image.c197 PgGetPalette(syspalph);
365 PgSetPalette(syspalph, 0, -1, 0, 0, 0);

Completed in 59 milliseconds