SDL_IntersectRect 331 src/video/SDL_surface.c         return SDL_IntersectRect(rect, &full_rect, &surface->clip_rect);
SDL_IntersectRect 478 src/video/SDL_surface.c                 if ( !SDL_IntersectRect(dstrect, &dst->clip_rect, dstrect) ) {