Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_area.h271 #define LV_COORD_SET_SPEC(x) ((x) | _LV_COORD_TYPE_SPEC) macro
274 #define LV_PCT(x) (x < 0 ? LV_COORD_SET_SPEC(1000 - (x)) : LV_COORD_SET_SPEC(x))
277 #define LV_SIZE_CONTENT LV_COORD_SET_SPEC(2001)