跳转至

Rectangle Dimensions

Module: Rectangle Operations / Rectangle Normalization

Functions to calculate rectangle dimensions.

Functions

Name
uint32_t rect_width(const CFBDGraphicRect * r)
uint32_t rect_height(const CFBDGraphicRect * r)
CFBD_Bool rect_is_empty(const CFBDGraphicRect * r)

Functions Documentation

function rect_width

static inline uint32_t rect_width(
    const CFBDGraphicRect * r
)

function rect_height

static inline uint32_t rect_height(
    const CFBDGraphicRect * r
)

function rect_is_empty

static inline CFBD_Bool rect_is_empty(
    const CFBDGraphicRect * r
)

Updated on 2026-02-03 at 13:21:55 +0000