|
roo_display
API Documentation for roo_display
|
#include <offscreen.h>
Public Member Functions | |
| AddressWindow () | |
| void | setAddress (uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, int16_t raw_width, int16_t raw_height, Orientation orientation) |
| int16_t | x () const |
| int16_t | y () const |
| const uint32_t | offset () const |
| Orientation | orientation () const |
| int16_t | advance_x () const |
| int32_t | advance_y () const |
| void | advance () |
| void | advance (uint32_t count) |
| bool | eof () const |
| uint16_t | remaining_in_row () const |
| uint16_t | remaining_rows () const |
| int16_t | width () const |
| int16_t | height () const |
Definition at line 61 of file offscreen.h.
| roo_display::internal::AddressWindow::AddressWindow | ( | ) |
Definition at line 13 of file offscreen.cpp.
|
inline |
Definition at line 1104 of file offscreen.h.
Definition at line 1116 of file offscreen.h.
References width().
|
inline |
Definition at line 74 of file offscreen.h.
|
inline |
Definition at line 75 of file offscreen.h.
|
inline |
Definition at line 80 of file offscreen.h.
|
inline |
Definition at line 84 of file offscreen.h.
Definition at line 72 of file offscreen.h.
|
inline |
Definition at line 73 of file offscreen.h.
Referenced by setAddress().
|
inline |
Definition at line 81 of file offscreen.h.
|
inline |
Definition at line 82 of file offscreen.h.
| void roo_display::internal::AddressWindow::setAddress | ( | uint16_t | x0, |
| uint16_t | y0, | ||
| uint16_t | x1, | ||
| uint16_t | y1, | ||
| int16_t | raw_width, | ||
| int16_t | raw_height, | ||
| Orientation | orientation | ||
| ) |
Definition at line 25 of file offscreen.cpp.
References roo_display::Orientation::isLeftToRight(), roo_display::Orientation::isTopToBottom(), roo_display::Orientation::isXYswapped(), and orientation().
|
inline |
Definition at line 83 of file offscreen.h.
Referenced by advance().
|
inline |
Definition at line 69 of file offscreen.h.
Referenced by roo_display::OffscreenDevice< ColorMode, pixel_order, byte_order, pixels_per_byte, storage_type >::window_x().
|
inline |
Definition at line 70 of file offscreen.h.
Referenced by roo_display::OffscreenDevice< ColorMode, pixel_order, byte_order, pixels_per_byte, storage_type >::window_y().