Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/
Dlv_draw_buf.h40 #define LV_DRAW_BUF_SIZE(w, h, cf) \ macro
51 static LV_ATTRIBUTE_MEM_ALIGN uint8_t buf_##name[LV_DRAW_BUF_SIZE(_w, _h, _cf)]; \
/lvgl-latest/src/draw/opengles/
Dlv_draw_opengles.c250 uint32_t data_size = LV_DRAW_BUF_SIZE(texture_w, texture_h, LV_COLOR_FORMAT_ARGB8888); in draw_to_texture()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl.c208 uint32_t data_size = LV_DRAW_BUF_SIZE(texture_w, texture_h, LV_COLOR_FORMAT_ARGB8888); in draw_to_texture()