Searched refs:LV_DRAW_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
40 #define LV_DRAW_BUF_SIZE(w, h, cf) \ macro51 static LV_ATTRIBUTE_MEM_ALIGN uint8_t buf_##name[LV_DRAW_BUF_SIZE(_w, _h, _cf)]; \
250 uint32_t data_size = LV_DRAW_BUF_SIZE(texture_w, texture_h, LV_COLOR_FORMAT_ARGB8888); in draw_to_texture()
208 uint32_t data_size = LV_DRAW_BUF_SIZE(texture_w, texture_h, LV_COLOR_FORMAT_ARGB8888); in draw_to_texture()