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

Context threading a sheet + the face being built through the loop. More...

Collaboration diagram for priv_face_ctx_t:

Data Fields

ra8_css_sheet_tsheet
 Sheet receiving interned name bytes.
ra8_css_fontface_tface
 Face accumulating descriptors.

Detailed Description

Context threading a sheet + the face being built through the loop.

Definition at line 735 of file reflow_css_rules.c.

Field Documentation

◆ face

ra8_css_fontface_t* priv_face_ctx_t::face

Face accumulating descriptors.

Definition at line 737 of file reflow_css_rules.c.

Referenced by internal_face_cb().

◆ sheet

ra8_css_sheet_t* priv_face_ctx_t::sheet

Sheet receiving interned name bytes.

Definition at line 736 of file reflow_css_rules.c.

Referenced by internal_face_cb().


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