Home
last modified time | relevance | path

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

/lvgl-latest/examples/libs/gif/
Dlv_example_gif_1.c20 lv_obj_align(img, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_gif_1()
/lvgl-latest/examples/libs/png/
Dlv_example_png_1.c20 lv_obj_align(img, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_png_1()
/lvgl-latest/src/
Dlv_conf_kconfig.h63 # 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/
Dlv_example_dropdown_2.c35 lv_obj_align(dd, LV_ALIGN_RIGHT_MID, -10, 0); in lv_example_dropdown_2()
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_4.c41 lv_obj_align(btn, LV_ALIGN_RIGHT_MID, 0, -10); in lv_example_gridnav_4()
Dlv_example_gridnav_2.c31 lv_obj_align(list2, LV_ALIGN_RIGHT_MID, -5, 0); in lv_example_gridnav_2()
Dlv_example_gridnav_1.c44 lv_obj_align(cont2, LV_ALIGN_RIGHT_MID, 0, 0); in lv_example_gridnav_1()
/lvgl-latest/examples/styles/
Dlv_example_style_11.c43 lv_obj_align(obj_warning, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_style_11()
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_2.c55 lv_obj_align(roller, LV_ALIGN_RIGHT_MID, -10, 0); in lv_example_roller_2()
/lvgl-latest/examples/widgets/img/
Dlv_example_img_2.c35 lv_obj_align(img1, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_img_2()
/lvgl-latest/src/misc/
Dlv_area.h60 LV_ALIGN_RIGHT_MID, enumerator
Dlv_area.c450 case LV_ALIGN_RIGHT_MID: in lv_area_align()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c265 lv_obj_align(obj, LV_ALIGN_RIGHT_MID, -10, 0); in obj_test_timer_cb()
/lvgl-latest/src/core/
Dlv_obj_pos.c409 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/
Dcoords.md110 - `LV_ALIGN_RIGHT_MID`
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl_rect.c487 lv_area_align(coords, &part_coords, LV_ALIGN_RIGHT_MID, 0, 0); in draw_bg_grad_radius()