|
roo_display
API Documentation for roo_display
|
Buffered pixel filler with a clipping box. More...
#include <buffered_drawing.h>
Public Member Functions | |
| ClippingBufferedPixelFiller (DisplayOutput &device, Color color, Box clip_box, BlendingMode blending_mode) | |
| void | fillPixel (int16_t x, int16_t y) |
Fill a pixel if it lies within clip_box(). | |
| void | flush () |
| Flush any buffered pixels. | |
| const Box & | clip_box () const |
Buffered pixel filler with a clipping box.
Definition at line 163 of file buffered_drawing.h.
|
inline |
Definition at line 165 of file buffered_drawing.h.
References color.
Definition at line 179 of file buffered_drawing.h.
Fill a pixel if it lies within clip_box().
Definition at line 170 of file buffered_drawing.h.
References roo_display::Box::contains(), and roo_display::BufferedPixelFiller::fillPixel().
|
inline |
Flush any buffered pixels.
Definition at line 177 of file buffered_drawing.h.
References roo_display::BufferedPixelFiller::flush().