Public Member Functions | |
void | Reset () |
void | AddPoint (int x, int y) |
Public Attributes | |
int | min_x = 0 |
int | min_y = 0 |
int | max_x = 0 |
int | max_y = 0 |
bool | is_dirty = false |
|
inline |
int yaze::gfx::Bitmap::DirtyRegion::min_x = 0 |
Definition at line 302 of file bitmap.h.
Referenced by AddPoint(), and Reset().
int yaze::gfx::Bitmap::DirtyRegion::min_y = 0 |
Definition at line 302 of file bitmap.h.
Referenced by AddPoint(), and Reset().
int yaze::gfx::Bitmap::DirtyRegion::max_x = 0 |
Definition at line 302 of file bitmap.h.
Referenced by AddPoint(), and Reset().
int yaze::gfx::Bitmap::DirtyRegion::max_y = 0 |
Definition at line 302 of file bitmap.h.
Referenced by AddPoint(), and Reset().
Definition at line 303 of file bitmap.h.
Referenced by AddPoint(), and Reset().