Home | History | Annotate | Download | only in SDL

Lines Matching refs:screen

125 #define SDL_FULLSCREEN	0x80000000	/* Surface is a full screen display */
238 * you won't be able to set full-screen display modes.
279 * Return a pointer to an array of available screen dimensions for the
328 * applications that redraw the entire screen on every update.
351 * Makes sure the given list of rectangles is updated on the given screen.
353 * screen.
354 * These functions should not be called while 'screen' is locked.
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
366 * to calling SDL_UpdateRect(screen, 0, 0, 0, 0);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen);
432 * the screen
434 * palettes is only possible if the screen has SDL_HWPALETTE set.
680 while ( SDL_BlitSurface(image, imgrect, screen, dstrect) == -2 ) {
848 * Toggle fullscreen mode without changing the contents of the screen.