Searched refs:physical_hor_res (Results 1 – 3 of 3) sorted by relevance
90 driver->physical_hor_res = -1; in lv_disp_drv_init()410 …return disp->driver->physical_hor_res > 0 ? disp->driver->physical_hor_res : disp->driver->hor_res; in lv_disp_get_physical_hor_res()431 …return disp->driver->physical_hor_res > 0 ? disp->driver->physical_hor_res : disp->driver->hor_res; in lv_disp_get_physical_ver_res()
84 …physical_hor_res; /**< Horizontal resolution of the full / physical display. Set to -1 for ful… member
89 - `physical_hor_res` horizontal resolution of the full / physical display in pixels. Only set this …