Go to the source code of this file.
Classes | |
| struct | Pixel |
| struct | BoxSize |
| struct | Point |
| struct | Rect |
| class | FrameBuffer |
| class | FrameBuffer::ErrUnalloc |
Functions | |
| Point | operator+ (const Point &a, const Point &b) |
| Add two Point objects together. Same meaning of operator as for built-in types. | |
| Point | operator- (const Point &a, const Point &b) |
| Substract two Point objects. Same meaning of operator as for built-in types. | |
Add two Point objects together. Same meaning of operator as for built-in types.
Definition at line 100 of file framebuffer.h.
Substract two Point objects. Same meaning of operator as for built-in types.
Definition at line 106 of file framebuffer.h.
1.5.2