|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Rotated tile placement and dimensions. More...
Data Fields | |
| uint16_t | x |
| Composite destination column. | |
| uint16_t | y |
| Composite destination row. | |
| uint16_t | width |
| Rotated tile width. | |
| uint16_t | height |
| Rotated tile height. | |
Rotated tile placement and dimensions.
Definition at line 36 of file emu_view_tile.c.
| uint16_t tile_destination_t::height |
Rotated tile height.
Definition at line 40 of file emu_view_tile.c.
Referenced by internal_tile_destination(), and internal_write_rows().
| uint16_t tile_destination_t::width |
Rotated tile width.
Definition at line 39 of file emu_view_tile.c.
Referenced by internal_tile_destination(), internal_write_rows(), and priv_emu_view_tile_write().
| uint16_t tile_destination_t::x |
Composite destination column.
Definition at line 37 of file emu_view_tile.c.
Referenced by internal_tile_destination(), and internal_write_rows().
| uint16_t tile_destination_t::y |
Composite destination row.
Definition at line 38 of file emu_view_tile.c.
Referenced by internal_tile_destination(), and internal_write_rows().