#include <patchwork/rect.h>
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
◆ MAX_REGION_RECTS
| #define MAX_REGION_RECTS 128 |
◆ REGION_CREATE
| #define REGION_CREATE {.count = 0} |
◆ region_init()
| static void region_init |
( |
region_t * |
region | ) |
|
|
inlinestatic |
◆ region_clear()
| static void region_clear |
( |
region_t * |
region | ) |
|
|
inlinestatic |
◆ region_is_empty()
◆ region_add()
◆ region_subtract()
| static void region_subtract |
( |
region_t * |
region, |
|
|
const rect_t * |
subRect |
|
) |
| |
|
inlinestatic |
◆ region_intersect()