Lines Matching refs:Uint8
56 Uint8 r;
57 Uint8 g;
58 Uint8 b;
59 Uint8 unused;
72 Uint8 BitsPerPixel;
73 Uint8 BytesPerPixel;
74 Uint8 Rloss;
75 Uint8 Gloss;
76 Uint8 Bloss;
77 Uint8 Aloss;
78 Uint8 Rshift;
79 Uint8 Gshift;
80 Uint8 Bshift;
81 Uint8 Ashift;
90 Uint8 alpha;
213 Uint8 **pixels; /**< Read-write */
494 const Uint8 r, const Uint8 g, const Uint8 b);
501 const Uint8 r, const Uint8 g, const Uint8 b, const Uint8 a);
508 Uint8 *r, Uint8 *g, Uint8 *b);
515 Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a);
633 extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
897 extern DECLSPEC void SDLCALL SDL_WM_SetIcon(SDL_Surface *icon, Uint8 *mask);