|
roo_display
API Documentation for roo_display
|
#include <nibble_rect.h>
Public Member Functions | |
| NibbleRect (roo::byte *buffer, int16_t width_bytes, int16_t height) | |
| roo::byte * | buffer () |
| const roo::byte * | buffer () const |
| int16_t | width_bytes () const |
| int16_t | width () const |
| int16_t | height () const |
| uint8_t | get (int16_t x, int16_t y) const |
| void | set (int16_t x, int16_t y, uint8_t value) |
| void | fillRect (const Box &rect, uint8_t value) |
Definition at line 14 of file nibble_rect.h.
|
inline |
Definition at line 16 of file nibble_rect.h.
|
inline |
Definition at line 19 of file nibble_rect.h.
Referenced by roo_display::BackgroundFillOptimizer::FrameBuffer::setSwapXY().
|
inline |
Definition at line 20 of file nibble_rect.h.
Definition at line 42 of file nibble_rect.h.
References width().
Referenced by roo_display::BackgroundFillOptimizer::FrameBuffer::invalidateRect().
Definition at line 25 of file nibble_rect.h.
Referenced by roo_display::BackgroundFillOptimizer::drawDirectRect(), roo_display::BackgroundFillOptimizer::fillPixels(), and roo_display::BackgroundFillOptimizer::writePixels().
|
inline |
Definition at line 23 of file nibble_rect.h.
Referenced by roo_display::BackgroundFillOptimizer::FrameBuffer::setSwapXY().
Definition at line 30 of file nibble_rect.h.
References width_bytes().
|
inline |
Definition at line 22 of file nibble_rect.h.
Referenced by fillRect(), and roo_display::BackgroundFillOptimizer::FrameBuffer::setSwapXY().
|
inline |
Definition at line 21 of file nibble_rect.h.
Referenced by set().