Home
last modified time | relevance | path

Searched refs:LV_MAX_OF (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/misc/
Dlv_math.h137 #define LV_MAX_OF(t) ((unsigned long)(LV_IS_SIGNED(t) ? LV_SMAX_OF(t) : LV_UMAX_OF(t))) macro
Dlv_txt.c110 …g)size_res->y + (unsigned long)letter_height + (unsigned long)line_space > LV_MAX_OF(lv_coord_t)) { in lv_txt_get_size()