Lines Matching refs:x2
225 scr_area.x2 = lv_disp_get_hor_res(disp) - 1; in _lv_inv_area()
585 sub_area.x2 = area_p->x2; in refr_area()
601 sub_area.x2 = area_p->x2; in refr_area()
978 tmp.x2 = 0; in get_max_row()
1025 tmp_coord = area->x2; in draw_buf_rotate_180()
1026 area->x2 = drv->hor_res - area->x1 - 1; in draw_buf_rotate_180()
1138 area->x2 = init_y_off + area_w - 1; in draw_buf_rotate()
1141 area->x2 = drv->hor_res - 1 - init_y_off; in draw_buf_rotate()
1142 area->x1 = area->x2 - area_w + 1; in draw_buf_rotate()
1152 area->x2 = init_y_off + row + height - 1; in draw_buf_rotate()
1155 area->x2 = drv->hor_res - 1 - init_y_off - row; in draw_buf_rotate()
1156 area->x1 = area->x2 - height + 1; in draw_buf_rotate()
1231 …ing flush_cb on (%d;%d)(%d;%d) area with %p image pointer", area->x1, area->y1, area->x2, area->y2, in call_flush_cb()
1237 .x2 = area->x2 + drv->offset_x, in call_flush_cb()