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

Axis-aligned rectangle in framebuffer pixel coordinates. More...

#include <ra8_ui.h>

Data Fields

int32_t x
 Left edge (pixels).
int32_t y
 Top edge (pixels).
int32_t w
 Width (pixels, >= 0).
int32_t h
 Height (pixels, >= 0).

Detailed Description

Axis-aligned rectangle in framebuffer pixel coordinates.

Inclusive on the top-left corner, exclusive on the bottom-right, so a rect of w = h = 0 contains no points and adjacent rects do not overlap on their shared edge.

Definition at line 72 of file ra8_ui.h.

Field Documentation

◆ h

◆ w

◆ x

◆ y


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