Lines Matching refs:hor_res
130 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in x11_flush_cb() local
134 …rc_data = (color_t *)px_map + (LV_X11_RENDER_MODE == LV_DISPLAY_RENDER_MODE_PARTIAL ? 0 : hor_res * in x11_flush_cb()
137 dst_offs = area->x1 + y * hor_res; in x11_flush_cb()
142 …src_data += (LV_X11_RENDER_MODE == LV_DISPLAY_RENDER_MODE_PARTIAL ? 0 : hor_res - (area->x2 - area… in x11_flush_cb()
172 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in x11_resolution_evt_cb() local
177 int sz_buffers = (hor_res * ver_res * (LV_COLOR_DEPTH + 7) / 8); in x11_resolution_evt_cb()
185 size_t sz_buffers = hor_res * ver_res * sizeof(lv_color32_t); in x11_resolution_evt_cb()
188 … hor_res, ver_res, lv_color_format_get_bpp(LV_COLOR_FORMAT_ARGB8888), 0); in x11_resolution_evt_cb()
312 int32_t hor_res = lv_display_get_horizontal_resolution(disp); in x11_window_create() local
320 0, 0, hor_res, ver_res, 0, col_fg, col_bg); in x11_window_create()
323 0, 0, hor_res, ver_res, 0, in x11_window_create()
341 size_t sz_buffers = hor_res * ver_res * sizeof(lv_color32_t); in x11_window_create()
345 … hor_res, ver_res, lv_color_format_get_bpp(LV_COLOR_FORMAT_ARGB8888), 0); in x11_window_create()
359 lv_display_t * lv_x11_window_create(char const * title, int32_t hor_res, int32_t ver_res) in lv_x11_window_create() argument
365 lv_display_t * disp = lv_display_create(hor_res, ver_res); in lv_x11_window_create()
377 int sz_buffers = (hor_res * ver_res * (LV_COLOR_DEPTH + 7) / 8); in lv_x11_window_create()