|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One .rabook raster figure, ready to be magnified. More...
#include <zoom_book.h>
Data Fields | |
| const book_src_t * | src |
| Borrowed book source (resident or paged). | |
| book_image_t | img |
| Copy of the image descriptor being zoomed. | |
One .rabook raster figure, ready to be magnified.
Holds a borrowed pointer to the book source and a copy of the image descriptor. The copy matters: on a paged book the descriptor itself lives behind the page cache, so re-reading it per row would fault a frame per row for 24 bytes that never change.
Definition at line 63 of file zoom_book.h.
| book_image_t zoom_book_src_t::img |
Copy of the image descriptor being zoomed.
Definition at line 65 of file zoom_book.h.
| const book_src_t* zoom_book_src_t::src |
Borrowed book source (resident or paged).
Definition at line 64 of file zoom_book.h.