|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Index range of glyphs that belong to one page. More...
#include <reflow_types.h>
Data Fields | |
| uint32_t | glyph_first |
| Index of first glyph in this page. | |
| uint32_t | glyph_count |
| Number of glyphs in this page. | |
Index range of glyphs that belong to one page.
Definition at line 255 of file reflow_types.h.
| uint32_t reflow_page_t::glyph_count |
Number of glyphs in this page.
Definition at line 257 of file reflow_types.h.
Referenced by internal_get_page(), internal_put_page(), internal_render_page(), priv_reflow_layout_finish_page(), and reflow_run_layout().
| uint32_t reflow_page_t::glyph_first |
Index of first glyph in this page.
Definition at line 256 of file reflow_types.h.
Referenced by internal_get_page(), internal_put_page(), internal_render_page(), priv_reflow_layout_build_link_rects(), priv_reflow_layout_finish_page(), and reflow_run_layout().