Searched refs:rotated (Results 1 – 9 of 9) sorted by relevance
359 switch(disp->driver->rotated) { in lv_disp_get_hor_res()382 switch(disp->driver->rotated) { in lv_disp_get_ver_res()405 switch(disp->driver->rotated) { in lv_disp_get_physical_hor_res()428 switch(disp->driver->rotated) { in lv_disp_get_physical_ver_res()451 switch(disp->driver->rotated) { in lv_disp_get_offset_x()477 switch(disp->driver->rotated) { in lv_disp_get_offset_y()569 disp->driver->rotated = rotation; in lv_disp_set_rotation()582 return disp->driver->rotated; in lv_disp_get_rotation()
99 …uint32_t rotated : 2; /**< 1: turn the display by 90 degree. @warning Does not update c… member
1185 if(drv->rotated == LV_DISP_ROT_180) { in draw_buf_rotate()1189 else if(drv->rotated == LV_DISP_ROT_90 || drv->rotated == LV_DISP_ROT_270) { in draw_buf_rotate()1199 if(drv->rotated == LV_DISP_ROT_90) { in draw_buf_rotate()1216 draw_buf_rotate_90_sqr(drv->rotated == LV_DISP_ROT_270, area_w, color_p); in draw_buf_rotate()1217 if(drv->rotated == LV_DISP_ROT_90) { in draw_buf_rotate()1229 … draw_buf_rotate_90(drv->rotated == LV_DISP_ROT_270, area_w, height, color_p, rot_buf); in draw_buf_rotate()1231 if(drv->rotated == LV_DISP_ROT_90) { in draw_buf_rotate()1293 if(disp->driver->rotated != LV_DISP_ROT_NONE && disp->driver->sw_rotate) { in draw_buf_flush()
346 if(disp->driver->rotated == LV_DISP_ROT_180 || disp->driver->rotated == LV_DISP_ROT_270) { in indev_pointer_proc()350 if(disp->driver->rotated == LV_DISP_ROT_90 || disp->driver->rotated == LV_DISP_ROT_270) { in indev_pointer_proc()
21 - Because not the whole image is read in can not be zoomed or rotated.
15 …required partion of the JPG and SJPG images are decoded, therefore they can't be zoomed or rotated.
98 By default, when the image is zoomed or rotated the real coordinates of the image object are not ch…103 …he object is set to `LV_SIZE_CONTENT` the object's size will be set to the zoomed and rotated size.
70 Note that a canvas can't be rotated on itself. You need a source and destination canvas or image.
95 - `rotated` and `sw_rotate` See the [Rotation](#rotation) section below.201 The default rotation of your display when it is initialized can be set using the `rotated` flag. Th…207 If you enable rotation the coordinates of the pointer input devices (e.g. touchpad) will be rotated…