|
roo_display
API Documentation for roo_display
|
#include <buffered_drawing.h>
Public Member Functions | |
| ClippingBufferedRectFiller (DisplayOutput &device, Color color, Box clip_box, BlendingMode blending_mode) | |
| void | fillPixel (int16_t x, int16_t y) |
| void | fillHLine (int16_t x0, int16_t y0, int16_t x1) |
| void | fillVLine (int16_t x0, int16_t y0, int16_t y1) |
| void | fillRect (int16_t x0, int16_t y0, int16_t x1, int16_t y1) |
| void | flush () |
| const Box & | clip_box () const |
Definition at line 594 of file buffered_drawing.h.
|
inline |
Definition at line 596 of file buffered_drawing.h.
References color.
Definition at line 626 of file buffered_drawing.h.
|
inline |
Definition at line 602 of file buffered_drawing.h.
References fillRect().
Definition at line 600 of file buffered_drawing.h.
References fillRect().
|
inline |
Definition at line 610 of file buffered_drawing.h.
References roo_display::BufferedRectFiller::fillRect(), roo_display::Box::xMax(), roo_display::Box::xMin(), roo_display::Box::yMax(), and roo_display::Box::yMin().
Referenced by fillHLine(), fillPixel(), and fillVLine().
|
inline |
Definition at line 606 of file buffered_drawing.h.
References fillRect().
|
inline |
Definition at line 624 of file buffered_drawing.h.
References roo_display::BufferedRectFiller::flush().