Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/
Dlv_draw_buf.h36 #define LV_DRAW_BUF_STRIDE(w, cf) \ macro
41 (LV_DRAW_BUF_STRIDE(w, cf) * (h) + LV_DRAW_BUF_ALIGN + \
59 .stride = LV_DRAW_BUF_STRIDE(_w, _cf), \