Home
last modified time | relevance | path

Searched refs:LV_ALIGN_TOP_LEFT (Results 1 – 25 of 28) sorted by relevance

12

/lvgl-latest/examples/widgets/label/
Dlv_example_label_2.c33 lv_obj_align_to(shadow_label, main_label, LV_ALIGN_TOP_LEFT, 2, 2); in lv_example_label_2()
Dlv_example_label_3.c13 lv_obj_align(ltr_label, LV_ALIGN_TOP_LEFT, 5, 5); in lv_example_label_3()
/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_3.c19 lv_obj_align(dropdown, LV_ALIGN_TOP_LEFT, 10, 10); in lv_example_dropdown_3()
/lvgl-latest/src/
Dlv_conf_kconfig.h107 # define CONFIG_LV_USE_PERF_MONITOR_POS LV_ALIGN_TOP_LEFT
127 # define CONFIG_LV_USE_MEM_MONITOR_POS LV_ALIGN_TOP_LEFT
/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_1.c28 lv_obj_align(ta1, LV_ALIGN_TOP_LEFT, 10, 10); in lv_example_keyboard_1()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c167 lv_obj_align(test_bar, LV_ALIGN_TOP_LEFT, x, y); in test_bar_normal()
179 lv_obj_align(test_bar, LV_ALIGN_TOP_LEFT, x, y); in test_bar_normal()
193 lv_obj_align(test_bar, LV_ALIGN_TOP_LEFT, x, y); in test_bar_normal()
205 lv_obj_align(test_bar, LV_ALIGN_TOP_LEFT, x, y); in test_bar_normal()
/lvgl-latest/examples/others/ime/
Dlv_example_ime_pinyin_1.c33 lv_obj_align(ta1, LV_ALIGN_TOP_LEFT, 0, 0); in lv_example_ime_pinyin_1()
Dlv_example_ime_pinyin_2.c33 lv_obj_align(ta1, LV_ALIGN_TOP_LEFT, 0, 0); in lv_example_ime_pinyin_2()
/lvgl-latest/src/core/
Dlv_obj_pos.c352 else align = LV_ALIGN_TOP_LEFT; in lv_obj_align_to()
361 case LV_ALIGN_TOP_LEFT: in lv_obj_align_to()
473 lv_obj_set_style_align(obj, LV_ALIGN_TOP_LEFT, 0); in lv_obj_align_to()
655 else align = LV_ALIGN_TOP_LEFT; in lv_obj_refr_pos()
659 case LV_ALIGN_TOP_LEFT: in lv_obj_refr_pos()
1144 case LV_ALIGN_TOP_LEFT: in calc_content_width()
1203 case LV_ALIGN_TOP_LEFT: in calc_content_height()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_7.c105 lv_obj_align(high_label, LV_ALIGN_TOP_LEFT, 10, 10); in lv_example_scroll_7()
/lvgl-latest/src/others/xml/
Dlv_xml_base_types.c53 if(lv_streq("top_left", txt)) return LV_ALIGN_TOP_LEFT; in lv_xml_align_to_enum()
/lvgl-latest/src/misc/
Dlv_area.h53 LV_ALIGN_TOP_LEFT, enumerator
Dlv_area.c327 case LV_ALIGN_TOP_LEFT: in lv_area_align()
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c124 lv_obj_set_align(ginfo.anim_obj, LV_ALIGN_TOP_LEFT); in page_obj_init()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c49 obj_setInt(self, "TOP_LEFT", LV_ALIGN_TOP_LEFT); in pika_lvgl_ALIGN___init__()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c71 lv_obj_align(label, LV_ALIGN_TOP_LEFT, 24, 16); in left_cont_create()
Dlv_demo_ebike_stats.c111 lv_obj_align(label, LV_ALIGN_TOP_LEFT, 24, 16); in left_cont_create()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c346 lv_obj_set_align(top_label, LV_ALIGN_TOP_LEFT); in create_widget3()
/lvgl-latest/docs/
DREADME_jp.rst482 lv_obj_align(ltr_label, LV_ALIGN_TOP_LEFT, 5, 5);
DREADME_zh.rst479 lv_obj_align(ltr_label, LV_ALIGN_TOP_LEFT, 5, 5);
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1635 lv_obj_align(scale3_needle, LV_ALIGN_TOP_LEFT, minor_dim_half, minor_dim_half); in scale3_size_changed_event_cb()
1638 lv_obj_align(scale3_mbps_label, LV_ALIGN_TOP_LEFT, minor_dim_half, minor_dim * 55 / 100); in scale3_size_changed_event_cb()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c601 lv_obj_align(label, LV_ALIGN_TOP_LEFT, 0, 0); in lv_dropdown_open()
/lvgl-latest/docs/details/base-widget/
Dcoord.rst227 - :cpp:enumerator:`LV_ALIGN_TOP_LEFT`
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c655 lv_obj_align(lv_textarea_get_label(obj), LV_ALIGN_TOP_LEFT, 0, 0); in lv_textarea_set_align()
/lvgl-latest/
DREADME.md369 lv_obj_align(ltr_label, LV_ALIGN_TOP_LEFT, 5, 5);

12