/lvgl-latest/src/drivers/display/tft_espi/ |
D | lv_tft_espi.cpp | 43 lv_display_t * lv_tft_espi_create(uint32_t hor_res, uint32_t ver_res, void * buf, uint32_t buf_size… in lv_tft_espi_create() 89 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in resolution_changed_event_cb() local
|
/lvgl-latest/examples/others/monkey/ |
D | lv_example_monkey_3.c | 7 int32_t hor_res = LV_HOR_RES; in lv_example_monkey_3() local
|
/lvgl-latest/src/drivers/x11/ |
D | lv_x11_display.c | 130 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in x11_flush_cb() local 172 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in x11_resolution_evt_cb() local 312 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in x11_window_create() local 359 lv_display_t * lv_x11_window_create(char const * title, int32_t hor_res, int32_t ver_res) in lv_x11_window_create()
|
D | lv_x11_input.c | 241 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in x11_mouse_read_cb() local
|
/lvgl-latest/src/drivers/windows/ |
D | lv_windows_display.c | 46 int32_t hor_res, in lv_windows_create_display()
|
D | lv_windows_context.h | 91 int32_t hor_res; member
|
D | lv_windows_context.c | 244 int32_t hor_res = lv_display_get_horizontal_resolution( in lv_windows_display_timer_callback() local
|
/lvgl-latest/src/drivers/sdl/ |
D | lv_sdl_mouse.c | 146 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in lv_sdl_mouse_handler() local
|
D | lv_sdl_window.c | 83 lv_display_t * lv_sdl_window_create(int32_t hor_res, int32_t ver_res) in lv_sdl_window_create() 349 int32_t hor_res = (int32_t)((float)(disp->hor_res) * dsc->zoom); in window_create() local 377 int32_t hor_res = disp->hor_res; in window_update() local
|
/lvgl-latest/src/drivers/display/lcd/ |
D | lv_lcd_generic_mipi.c | 48 lv_display_t * lv_lcd_generic_mipi_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags, in lv_lcd_generic_mipi_create() 323 uint16_t hor_res = lv_display_get_horizontal_resolution(disp); in res_chg_event_cb() local
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_glfw_window_private.h | 37 int32_t hor_res; member
|
D | lv_glfw_window.c | 70 lv_glfw_window_t * lv_glfw_window_create(int32_t hor_res, int32_t ver_res, bool use_mouse_indev) in lv_glfw_window_create()
|
/lvgl-latest/src/drivers/display/st7796/ |
D | lv_st7796.c | 87 lv_display_t * lv_st7796_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags, in lv_st7796_create()
|
/lvgl-latest/src/drivers/display/st7735/ |
D | lv_st7735.c | 81 lv_display_t * lv_st7735_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags, in lv_st7735_create()
|
/lvgl-latest/src/drivers/display/ili9341/ |
D | lv_ili9341.c | 85 lv_display_t * lv_ili9341_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags, in lv_ili9341_create()
|
/lvgl-latest/src/drivers/display/st7789/ |
D | lv_st7789.c | 84 lv_display_t * lv_st7789_create(uint32_t hor_res, uint32_t ver_res, lv_lcd_flag_t flags, in lv_st7789_create()
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_lcd.c | 151 static lv_display_t * lcd_init(int fd, int hor_res, int ver_res) in lcd_init()
|
/lvgl-latest/src/display/ |
D | lv_display.c | 62 lv_display_t * lv_display_create(int32_t hor_res, int32_t ver_res) in lv_display_create() 244 void lv_display_set_resolution(lv_display_t * disp, int32_t hor_res, int32_t ver_res) in lv_display_set_resolution() 257 void lv_display_set_physical_resolution(lv_display_t * disp, int32_t hor_res, int32_t ver_res) in lv_display_set_physical_resolution() 1102 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in update_resolution() local
|
D | lv_display_private.h | 43 int32_t hor_res; member
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_line.c | 346 … uint32_t hor_res = (uint32_t)lv_display_get_horizontal_resolution(lv_refr_get_disp_refreshing()); in draw_line_skew() local
|
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.c | 213 int32_t hor_res = dsc->vinfo.xres; in lv_linux_fbdev_set_file() local
|
/lvgl-latest/src/drivers/libinput/ |
D | lv_libinput.c | 442 const int32_t hor_res = disp->physical_hor_res > 0 ? disp->physical_hor_res : disp->hor_res; in _read_pointer() local
|
/lvgl-latest/src/drivers/qnx/ |
D | lv_qnx.c | 80 lv_display_t * lv_qnx_window_create(int32_t hor_res, int32_t ver_res) in lv_qnx_window_create()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 220 int32_t hor_res = lv_display_get_horizontal_resolution(NULL); in multiple_labels_cb() local 260 int32_t hor_res = lv_display_get_horizontal_resolution(NULL); in screen_sized_text_cb() local
|
/lvgl-latest/src/draw/ |
D | lv_draw.c | 342 int32_t hor_res = lv_display_get_horizontal_resolution(lv_refr_get_disp_refreshing()); in lv_draw_get_next_available_task() local
|