Searched refs:hw_srcrect (Results 1 – 1 of 1) sorted by relevance
411 SDL_Rect hw_srcrect; in SDL_LowerBlit() local425 hw_srcrect = *srcrect; in SDL_LowerBlit()426 hw_srcrect.x += current_video->offset_x; in SDL_LowerBlit()427 hw_srcrect.y += current_video->offset_y; in SDL_LowerBlit()428 srcrect = &hw_srcrect; in SDL_LowerBlit()