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

Bounded set of gradients scanned from the document before the render. More...

#include <reflow_svg_internal.h>

Collaboration diagram for svg_grads:

Data Fields

int32_t n
 Number of valid gradients (<= k_svg_grad_max).
svg_grad_t g [k_svg_grad_max]
 The gradient table.

Detailed Description

Bounded set of gradients scanned from the document before the render.

Definition at line 176 of file reflow_svg_internal.h.

Field Documentation

◆ g

◆ n

int32_t svg_grads::n

Number of valid gradients (<= k_svg_grad_max).

Definition at line 177 of file reflow_svg_internal.h.

Referenced by internal_scan_grads(), and priv_match_grad().


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