|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One distinct <a href> destination interned during a parse. More...
#include <reflow_types.h>
Data Fields | |
| uint32_t | href_off |
| Href slice offset into the text pool. | |
| uint32_t | href_len |
| Href slice length, bytes. | |
One distinct <a href> destination interned during a parse.
The href string is stored as a slice into the engine text pool. Multiple positioned rectangles (reflow_link_rect_t) can reference the same target by index (a wrapped link spans several rects).
Definition at line 348 of file reflow_types.h.
| uint32_t reflow_link_target_t::href_len |
Href slice length, bytes.
Definition at line 350 of file reflow_types.h.
Referenced by priv_reflow_tok_intern_link(), and reflow_hit_test_link().
| uint32_t reflow_link_target_t::href_off |
Href slice offset into the text pool.
Definition at line 349 of file reflow_types.h.
Referenced by priv_reflow_tok_intern_link(), and reflow_hit_test_link().