Home | History | Annotate | Download | only in video

Lines Matching refs:Uint8

355 static Uint8 SDL_closest_depths[4][8] = {
1594 (Uint8 *)this->screen->pixels +
1744 static void CreateMaskFromColorKeyOrAlpha(SDL_Surface *icon, Uint8 *mask, int flags)
1753 case 1: { Uint8 *pixels;
1755 pixels = (Uint8 *)icon->pixels + y*icon->pitch;
1802 void SDL_WM_SetIcon (SDL_Surface *icon, Uint8 *mask)
1812 mask = (Uint8 *)SDL_malloc(mask_len);