Home | History | Annotate | Download | only in video

Lines Matching refs:black

504 	Uint32 black;
506 black = SDL_MapRGB(surface->format, 0, 0, 0);
507 SDL_FillRect(surface, NULL, black);
510 SDL_FillRect(surface, NULL, black);
724 /* Clear the surface to black */