|
roo_display
API Documentation for roo_display
|
#include <buffered_drawing.h>
Public Member Functions | |
| ClippingBufferedRectWriter (DisplayOutput &device, Box clip_box, BlendingMode blending_mode) | |
| void | writePixel (int16_t x, int16_t y, Color color) |
| void | writeHLine (int16_t x0, int16_t y0, int16_t x1, Color color) |
| void | writeVLine (int16_t x0, int16_t y0, int16_t y1, Color color) |
| void | writeRect (int16_t x0, int16_t y0, int16_t x1, int16_t y1, Color color) |
| void | flush () |
| const Box & | clip_box () const |
Definition at line 503 of file buffered_drawing.h.
|
inline |
Definition at line 505 of file buffered_drawing.h.
Definition at line 537 of file buffered_drawing.h.
|
inline |
Definition at line 535 of file buffered_drawing.h.
References roo_display::BufferedRectWriter::flush().
|
inline |
Definition at line 513 of file buffered_drawing.h.
References color, and writeRect().
|
inline |
Definition at line 509 of file buffered_drawing.h.
References color, and writeRect().
|
inline |
Definition at line 521 of file buffered_drawing.h.
References color, roo_display::BufferedRectWriter::writeRect(), roo_display::Box::xMax(), roo_display::Box::xMin(), roo_display::Box::yMax(), and roo_display::Box::yMin().
Referenced by writeHLine(), writePixel(), and writeVLine().
|
inline |
Definition at line 517 of file buffered_drawing.h.
References color, and writeRect().