Home | History | Annotate | Download | only in video

Lines Matching refs:Uint8

225 int SDL_SetAlpha (SDL_Surface *surface, Uint32 flag, Uint8 value)
283 int SDL_SetAlphaChannel(SDL_Surface *surface, Uint8 value)
287 Uint8 *buf;
318 buf = (Uint8 *)surface->pixels + row * surface->pitch + offset;
558 Uint8 *row;
603 row = (Uint8 *)dst->pixels+dstrect->y*dst->pitch+
630 Uint8 *d = row;
633 Uint8 c = color;
666 Uint8 *d = row;
667 Uint8 c = color;
710 Uint8 *pixels = row;
752 surface->pixels = (Uint8 *)surface->pixels + surface->offset;
772 surface->pixels = (Uint8 *)surface->pixels - surface->offset;
796 Uint8 alpha = 0;
875 Uint8 keyR, keyG, keyB;