Loading...
Searching...
No Matches
Go to the source code of this file.
|
| void | gfx::AdjustAlongAxis (int dst_origin, int dst_size, int *origin, int *size) |
| |
| static void | gfx::SaturatedClampRange (int min, int max, int *origin, int *span) |
| |
| Rect | gfx::operator+ (const Rect &lhs, const Vector2d &rhs) |
| |
| Rect | gfx::operator- (const Rect &lhs, const Vector2d &rhs) |
| |
| Rect | gfx::IntersectRects (const Rect &a, const Rect &b) |
| |
| Rect | gfx::UnionRects (const Rect &a, const Rect &b) |
| |
| Rect | gfx::SubtractRects (const Rect &a, const Rect &b) |
| |
| Rect | gfx::BoundingRect (const Point &p1, const Point &p2) |
| |