Home
last modified time | relevance | path

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

/lvgl-latest/src/display/
Dlv_display_private.h49 int32_t physical_hor_res; member
Dlv_display.c72 disp->physical_hor_res = -1; in lv_display_create()
262 disp->physical_hor_res = hor_res; in lv_display_set_physical_resolution()
338 return disp->physical_hor_res > 0 ? disp->physical_hor_res : disp->hor_res; in lv_display_get_physical_horizontal_resolution()
354 return disp->physical_hor_res > 0 ? disp->physical_hor_res : disp->hor_res; in lv_display_get_physical_vertical_resolution()
/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c442 const int32_t hor_res = disp->physical_hor_res > 0 ? disp->physical_hor_res : disp->hor_res; in _read_pointer()