Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/sdl/
Dlv_sdl_window.c115 #if LV_SDL_BUF_COUNT == 2 in lv_sdl_window_create()
362 #if LV_SDL_BUF_COUNT == 2 in window_create()
413 #if LV_SDL_BUF_COUNT == 2 in texture_resize()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h1025 #define LV_SDL_BUF_COUNT 1 /**< 1 or 2 */ macro
/lvgl-latest/src/
Dlv_conf_internal.h3546 #ifndef LV_SDL_BUF_COUNT
3549 #define LV_SDL_BUF_COUNT CONFIG_LV_SDL_BUF_COUNT macro
3551 #define LV_SDL_BUF_COUNT 0 macro
3554 #define LV_SDL_BUF_COUNT 1 /**< 1 or 2 */ macro
/lvgl-latest/
Dlv_conf_template.h1116 #define LV_SDL_BUF_COUNT 1 /**< 1 or 2 */