Searched refs:hor_res (Results 1 – 21 of 21) sorted by relevance
7 lv_coord_t hor_res = LV_HOR_RES; in lv_example_monkey_3() local20 btn_points[0].x = hor_res / 4; in lv_example_monkey_3()22 btn_points[1].x = hor_res / 2; in lv_example_monkey_3()24 btn_points[2].x = hor_res * 3 / 4; in lv_example_monkey_3()
88 driver->hor_res = 320; in lv_disp_drv_init()202 … if(driver->full_refresh && driver->draw_buf->size < (uint32_t)driver->hor_res * driver->ver_res) { in lv_disp_drv_register()255 disp->driver->draw_buf->size < (uint32_t)disp->driver->hor_res * disp->driver->ver_res) { in lv_disp_drv_update()364 return disp->driver->hor_res; in lv_disp_get_hor_res()385 return disp->driver->hor_res; in lv_disp_get_ver_res()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()
80 lv_coord_t hor_res; /**< Horizontal resolution.*/ member
260 lv_coord_t hor_res = lv_disp_get_hor_res(_lv_refr_get_disp_refreshing()); in draw_letter_normal() local261 uint32_t mask_buf_size = box_w * box_h > hor_res ? hor_res : box_w * box_h; in draw_letter_normal()415 lv_coord_t hor_res = lv_disp_get_hor_res(_lv_refr_get_disp_refreshing()); in draw_letter_subpx() local416 int32_t mask_buf_size = box_w * box_h > hor_res ? hor_res : g->box_w * g->box_h; in draw_letter_subpx()
377 uint32_t hor_res = (uint32_t)lv_disp_get_hor_res(_lv_refr_get_disp_refreshing()); in draw_line_skew() local378 size_t mask_buf_size = LV_MIN(lv_area_get_size(&blend_area), hor_res); in draw_line_skew()
139 lv_coord_t hor_res = lv_disp_get_hor_res(_lv_refr_get_disp_refreshing()); in draw_letter_normal() local140 uint32_t mask_buf_size = box_w * box_h > hor_res ? hor_res : box_w * box_h; in draw_letter_normal()
33 LV_HOR_RES = lv.scr_act().get_disp().driver.hor_res
14 LV_HOR_RES = lv.scr_act().get_disp().driver.hor_res
113 disp_drv.hor_res = MY_DISP_HOR_RES;
44 disp_drv.hor_res = HOR_RES; in hal_init()
123 driver.hor_res = lv_disp_get_hor_res(obj_disp); in lv_snapshot_take_to_buf()
706 …bool full_sized = draw_buf->size == (uint32_t)disp_refr->driver->hor_res * disp_refr->driver->ver_… in refr_area_part()1107 area->x2 = drv->hor_res - area->x1 - 1; in draw_buf_rotate_180()1108 area->x1 = drv->hor_res - tmp_coord - 1; in draw_buf_rotate_180()1222 area->x2 = drv->hor_res - 1 - init_y_off; in draw_buf_rotate()1236 area->x2 = drv->hor_res - 1 - init_y_off - row; in draw_buf_rotate()1277 …bool full_sized = draw_buf->size == (uint32_t)disp_refr->driver->hor_res * disp_refr->driver->ver_… in draw_buf_flush()
347 data->point.x = disp->driver->hor_res - data->point.x - 1; in indev_pointer_proc()
102 disp_drv.hor_res = screenWidth;
81 - `hor_res` horizontal resolution of the display in pixels.89 …lay in pixels. Only set this when _not_ using the full screen (defaults to -1 / same as `hor_res`).121 disp_drv.hor_res = 320; /*Set the horizontal resolution in pixels*/
111 drv->hor_res = my_hor_res;
59 disp_drv.hor_res = LV_HOR_RES_MAX;
28 disp_drv.hor_res = 480547 tv.set_style_local_pad_left(lv.tabview.PART.TAB_BG, lv.STATE.DEFAULT, disp_drv.hor_res // 2)
38 disp_drv.hor_res = MY_DISP_HOR_RES; /*Set the horizontal resolution of the display*/
805 disp->driver->hor_res = dsc->header.w; in init_fake_disp()
1663 - `hor_res` and `ver_res` need to be set in `disp_drv`