Home | History | Annotate | Download | only in photon

Lines Matching full:truecolor

658     Uint32 truecolor;
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;
730 truecolor=ph_ExpandColor(this, surface, color);
731 if (truecolor==0xFFFFFFFFUL)
736 oldcolor=PgSetFillColor(truecolor);