Home | History | Annotate | Download | only in video

Lines Matching full:black

498 	Uint32 black;
500 black = SDL_MapRGB(surface->format, 0, 0, 0);
501 SDL_FillRect(surface, NULL, black);
504 SDL_FillRect(surface, NULL, black);
707 /* Clear the surface to black */