Home
last modified time | relevance | path

Searched refs:tmp_coord (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/core/
Dlv_refr.c1102 lv_coord_t tmp_coord; in draw_buf_rotate_180() local
1103 tmp_coord = area->y2; in draw_buf_rotate_180()
1105 area->y1 = drv->ver_res - tmp_coord - 1; in draw_buf_rotate_180()
1106 tmp_coord = area->x2; in draw_buf_rotate_180()
1108 area->x1 = drv->hor_res - tmp_coord - 1; in draw_buf_rotate_180()