Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/
Dlv_draw_buf.h50 #define LV_DRAW_BUF_DEFINE_STATIC(name, _w, _h, _cf) \ argument
51 static LV_ATTRIBUTE_MEM_ALIGN uint8_t buf_##name[LV_DRAW_BUF_SIZE(_w, _h, _cf)]; \
55 .cf = (_cf), \
59 .stride = LV_DRAW_BUF_STRIDE(_w, _cf), \