|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Bounded set of gradients scanned from the document before the render. More...
#include <reflow_svg_internal.h>
Data Fields | |
| int32_t | n |
| Number of valid gradients (<= k_svg_grad_max). | |
| svg_grad_t | g [k_svg_grad_max] |
| The gradient table. | |
Bounded set of gradients scanned from the document before the render.
Definition at line 176 of file reflow_svg_internal.h.
| svg_grad_t svg_grads::g[k_svg_grad_max] |
The gradient table.
Definition at line 178 of file reflow_svg_internal.h.
Referenced by internal_scan_grads(), priv_match_grad(), priv_ra8_svgp_draw_circle(), priv_ra8_svgp_draw_path(), priv_ra8_svgp_draw_polygon(), and priv_ra8_svgp_draw_rect().
| 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().