Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_video.c597 SDL_Rect updaterect; in ph_SetColors() local
599 updaterect.x = updaterect.y = 0; in ph_SetColors()
600 updaterect.w = this->screen->w; in ph_SetColors()
601 updaterect.h = this->screen->h; in ph_SetColors()
615 this->UpdateRects(this, 1, &updaterect); in ph_SetColors()
632 this->UpdateRects(this, 1, &updaterect); in ph_SetColors()