Searched refs:height_def (Results 1 – 25 of 30) sorted by relevance
12
/lvgl-3.7.0/src/extra/widgets/msgbox/ |
D | lv_msgbox.c | 35 .height_def = LV_SIZE_CONTENT, 42 .height_def = LV_SIZE_CONTENT, 49 .height_def = LV_PCT(100),
|
/lvgl-3.7.0/src/widgets/ |
D | lv_btn.c | 35 .height_def = LV_SIZE_CONTENT,
|
D | lv_objx_templ.c | 46 .height_def = LV_DPI_DEF,
|
D | lv_line.c | 41 .height_def = LV_SIZE_CONTENT,
|
D | lv_switch.c | 59 .height_def = (4 * LV_DPI_DEF) / 17,
|
D | lv_checkbox.c | 42 .height_def = LV_SIZE_CONTENT,
|
D | lv_bar.c | 65 .height_def = LV_DPI_DEF / 10,
|
D | lv_img.c | 45 .height_def = LV_SIZE_CONTENT,
|
D | lv_roller.c | 52 .height_def = LV_DPI_DEF,
|
D | lv_btnmatrix.c | 66 .height_def = LV_DPI_DEF,
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_class.h | 58 lv_coord_t height_def; member
|
D | lv_obj_style.c | 251 if(cls->height_def != 0) break; in lv_obj_get_style_prop() 257 value_act.num = prop == LV_STYLE_WIDTH ? cls->width_def : cls->height_def; in lv_obj_get_style_prop()
|
D | lv_obj.c | 78 .height_def = LV_DPI_DEF,
|
/lvgl-3.7.0/src/extra/widgets/list/ |
D | lv_list.c | 33 .height_def = LV_DPI_DEF * 2
|
/lvgl-3.7.0/src/extra/widgets/win/ |
D | lv_win.c | 31 .height_def = LV_PCT(100),
|
/lvgl-3.7.0/src/extra/widgets/menu/ |
D | lv_menu.c | 43 .height_def = LV_DPI_DEF * 2, 51 .height_def = LV_SIZE_CONTENT, 59 .height_def = LV_SIZE_CONTENT 66 .height_def = LV_SIZE_CONTENT 72 .height_def = LV_SIZE_CONTENT
|
/lvgl-3.7.0/src/extra/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 39 .height_def = LV_DPI_DEF / 3
|
D | lv_calendar_header_dropdown.c | 38 .height_def = LV_SIZE_CONTENT,
|
D | lv_calendar.c | 44 .height_def = (LV_DPI_DEF * 3) / 2,
|
/lvgl-3.7.0/src/extra/widgets/led/ |
D | lv_led.c | 36 .height_def = LV_DPI_DEF / 5,
|
/lvgl-3.7.0/src/extra/widgets/keyboard/ |
D | lv_keyboard.c | 43 .height_def = LV_PCT(50),
|
/lvgl-3.7.0/src/extra/widgets/tabview/ |
D | lv_tabview.c | 40 .height_def = LV_PCT(100),
|
/lvgl-3.7.0/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 58 .height_def = LV_DPI_DEF * 2,
|
/lvgl-3.7.0/src/extra/others/ime/ |
D | lv_ime_pinyin.c | 53 .height_def = LV_SIZE_CONTENT,
|
/lvgl-3.7.0/src/extra/widgets/span/ |
D | lv_span.c | 78 .height_def = LV_SIZE_CONTENT,
|
12