Searched refs:LV_ALIGN_RIGHT_MID (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/examples/libs/gif/ |
D | lv_example_gif_1.c | 20 lv_obj_align(img, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_gif_1()
|
/lvgl-latest/examples/libs/png/ |
D | lv_example_png_1.c | 20 lv_obj_align(img, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_png_1()
|
/lvgl-latest/src/ |
D | lv_conf_kconfig.h | 63 # define CONFIG_LV_USE_PERF_MONITOR_POS LV_ALIGN_RIGHT_MID 83 # define CONFIG_LV_USE_MEM_MONITOR_POS LV_ALIGN_RIGHT_MID
|
/lvgl-latest/examples/widgets/dropdown/ |
D | lv_example_dropdown_2.c | 35 lv_obj_align(dd, LV_ALIGN_RIGHT_MID, -10, 0); in lv_example_dropdown_2()
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_4.c | 41 lv_obj_align(btn, LV_ALIGN_RIGHT_MID, 0, -10); in lv_example_gridnav_4()
|
D | lv_example_gridnav_2.c | 31 lv_obj_align(list2, LV_ALIGN_RIGHT_MID, -5, 0); in lv_example_gridnav_2()
|
D | lv_example_gridnav_1.c | 44 lv_obj_align(cont2, LV_ALIGN_RIGHT_MID, 0, 0); in lv_example_gridnav_1()
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_11.c | 43 lv_obj_align(obj_warning, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_style_11()
|
/lvgl-latest/examples/widgets/roller/ |
D | lv_example_roller_2.c | 55 lv_obj_align(roller, LV_ALIGN_RIGHT_MID, -10, 0); in lv_example_roller_2()
|
/lvgl-latest/examples/widgets/img/ |
D | lv_example_img_2.c | 35 lv_obj_align(img1, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_img_2()
|
/lvgl-latest/src/misc/ |
D | lv_area.h | 60 LV_ALIGN_RIGHT_MID, enumerator
|
D | lv_area.c | 450 case LV_ALIGN_RIGHT_MID: in lv_area_align()
|
/lvgl-latest/demos/stress/ |
D | lv_demo_stress.c | 265 lv_obj_align(obj, LV_ALIGN_RIGHT_MID, -10, 0); in obj_test_timer_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 409 case LV_ALIGN_RIGHT_MID: in lv_obj_align_to() 692 case LV_ALIGN_RIGHT_MID: in lv_obj_refr_pos() 1014 case LV_ALIGN_RIGHT_MID: in calc_content_width()
|
/lvgl-latest/docs/overview/ |
D | coords.md | 110 - `LV_ALIGN_RIGHT_MID`
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl_rect.c | 487 lv_area_align(coords, &part_coords, LV_ALIGN_RIGHT_MID, 0, 0); in draw_bg_grad_radius()
|