Searched defs:orientation (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/widgets/switch/ |
D | lv_switch_private.h | 37 lv_switch_orientation_t orientation : 3; /**< Orientation of switch*/ member
|
D | lv_switch.c | 88 void lv_switch_set_orientation(lv_obj_t * obj, lv_switch_orientation_t orientation) in lv_switch_set_orientation()
|
/lvgl-latest/docs/details/widgets/ |
D | switch.rst | 70 .. _lv_switch_events:
|
/lvgl-latest/src/libs/libjpeg_turbo/ |
D | lv_libjpeg_turbo.c | 137 uint32_t orientation = 0; in decoder_info() local 423 …_jpeg_head_info(const char * filename, uint32_t * width, uint32_t * height, uint32_t * orientation) in get_jpeg_head_info() 478 static bool get_jpeg_direction(uint8_t * data, uint32_t data_size, uint32_t * orientation) in get_jpeg_direction()
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar_private.h | 48 lv_bar_orientation_t orientation : 3; /**< Orientation of bar*/ member
|
D | lv_bar.c | 171 void lv_bar_set_orientation(lv_obj_t * obj, lv_bar_orientation_t orientation) in lv_bar_set_orientation()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_bar.c | 405 static lv_obj_t * bar_create_orientation(lv_bar_orientation_t orientation, int32_t w, int32_t h) in bar_create_orientation()
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 163 void lv_slider_set_orientation(lv_obj_t * obj, lv_slider_orientation_t orientation) in lv_slider_set_orientation()
|