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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 412 SDL_Rect hw_dstrect; local
431 hw_dstrect = *dstrect;
432 hw_dstrect.x += current_video->offset_x;
433 hw_dstrect.y += current_video->offset_y;
434 dstrect = &hw_dstrect;

Completed in 39 milliseconds