HomeSort by relevance Sort by last modified time
    Searched full:sdlrects (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c 118 SDL_Rect sdlrects[PH_SDL_MAX_RECTS]; local
301 sdlrects[i].x = rect[i].ul.x;
302 sdlrects[i].y = rect[i].ul.y;
303 sdlrects[i].w = rect[i].lr.x - rect[i].ul.x + 1;
304 sdlrects[i].h = rect[i].lr.y - rect[i].ul.y + 1;
307 this->UpdateRects(this, phevent->num_rects, sdlrects);

Completed in 62 milliseconds