Searched refs:current_orientation (Results 1 – 16 of 16) sorted by relevance
59 if (cap->current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_process_event()60 cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_process_event()68 if (cap->current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_process_event()69 cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_process_event()77 if (cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_90) { in lvgl_pointer_process_event()83 } else if (cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_process_event()86 } else if (cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_270) { in lvgl_pointer_process_event()
67 if (cap->current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_kscan_read()68 cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()76 if (cap->current_orientation == DISPLAY_ORIENTATION_NORMAL || in lvgl_pointer_kscan_read()77 cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()85 if (cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_90) { in lvgl_pointer_kscan_read()91 } else if (cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_180) { in lvgl_pointer_kscan_read()94 } else if (cap->current_orientation == DISPLAY_ORIENTATION_ROTATED_270) { in lvgl_pointer_kscan_read()
88 caps->current_orientation = DISPLAY_ORIENTATION_NORMAL; in framebuf_get_capabilities()
295 caps->current_orientation = DISPLAY_ORIENTATION_NORMAL; in max7219_get_capabilities()
133 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in mcux_dcnano_lcdif_get_capabilities()
522 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in hx8394_get_capabilities()
306 capabilities->current_orientation = data->orientation; in ili9xxx_get_capabilities()
296 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in mcux_elcdif_get_capabilities()
240 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in st7789v_get_capabilities()
176 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in stm32_ltdc_get_capabilities()
493 capabilities->current_orientation = DISPLAY_ORIENTATION_ROTATED_90; in rm67162_get_capabilities()
227 caps->current_orientation = DISPLAY_ORIENTATION_NORMAL; in api_get_capabilities()
312 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in st7735r_get_capabilities()
621 capabilities->current_orientation = data->orientation; in otm8009a_get_capabilities()
188 capabilities->current_orientation = DISPLAY_ORIENTATION_NORMAL; in rm68200_get_capabilities()
114 enum display_orientation current_orientation; member