ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
reflow_link_target_t Struct Reference

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.

Detailed Description

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.

Field Documentation

◆ href_len

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().

◆ href_off

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().


The documentation for this struct was generated from the following file: