|
SDL
2.0
|
#include "../SDL_internal.h"
Include dependency graph for SDL_rect_c.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| SDL_bool | SDL_GetSpanEnclosingRect (int width, int height, int numrects, const SDL_Rect *rects, SDL_Rect *span) |
| SDL_bool SDL_GetSpanEnclosingRect | ( | int | width, |
| int | height, | ||
| int | numrects, | ||
| const SDL_Rect * | rects, | ||
| SDL_Rect * | span | ||
| ) |
Definition at line 463 of file SDL_rect.c.
References SDL_Rect::h, i, SDL_FALSE, SDL_InvalidParamError, SDL_TRUE, SDL_Rect::w, SDL_Rect::x, and SDL_Rect::y.
Referenced by SDL_UpdateWindowTexture().