Home
last modified time | relevance | path

Searched refs:WIMP_UpdateRects (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_wimpvideo.c59 static void WIMP_UpdateRects(_THIS, int numrects, SDL_Rect *rects);
227 if (this->UpdateRects == WIMP_UpdateRects) return; /* Already set up */ in WIMP_SetDeviceMode()
230 this->UpdateRects = WIMP_UpdateRects; in WIMP_SetDeviceMode()
325 void WIMP_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in WIMP_UpdateRects() function
379 WIMP_UpdateRects(this, 1, &update); in WIMP_SetColors()