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

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image.c658 Uint32 truecolor; local
667 truecolor=PgRGB(surface->format->palette->colors[color].r,
680 truecolor = ((color & 0x00007C00UL) << 9) | /* R */
690 truecolor = ((color & 0x0000F800UL) << 8) | /* R */
701 truecolor=color & 0x00FFFFFFUL;
706 truecolor=color;
716 return truecolor;
722 Uint32 truecolor; local
730 truecolor=ph_ExpandColor(this, surface, color);
731 if (truecolor
[all...]

Completed in 138 milliseconds