Searched refs:init_y_off (Results 1 – 1 of 1) sorted by relevance
1197 lv_coord_t init_y_off; in draw_buf_rotate() local1198 init_y_off = area->y1; in draw_buf_rotate()1218 area->x1 = init_y_off; in draw_buf_rotate()1219 area->x2 = init_y_off + area_w - 1; in draw_buf_rotate()1222 area->x2 = drv->hor_res - 1 - init_y_off; in draw_buf_rotate()1232 area->x1 = init_y_off + row; in draw_buf_rotate()1233 area->x2 = init_y_off + row + height - 1; in draw_buf_rotate()1236 area->x2 = drv->hor_res - 1 - init_y_off - row; in draw_buf_rotate()