Home
last modified time | relevance | path

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

/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_surface.c412 SDL_Rect hw_dstrect; in SDL_LowerBlit() local
431 hw_dstrect = *dstrect; in SDL_LowerBlit()
432 hw_dstrect.x += current_video->offset_x; in SDL_LowerBlit()
433 hw_dstrect.y += current_video->offset_y; in SDL_LowerBlit()
434 dstrect = &hw_dstrect; in SDL_LowerBlit()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_surface.c412 SDL_Rect hw_dstrect; in SDL_LowerBlit() local
431 hw_dstrect = *dstrect; in SDL_LowerBlit()
432 hw_dstrect.x += current_video->offset_x; in SDL_LowerBlit()
433 hw_dstrect.y += current_video->offset_y; in SDL_LowerBlit()
434 dstrect = &hw_dstrect; in SDL_LowerBlit()