Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 96) sorted by relevance

1234

/lvgl-latest/src/core/
Dlv_obj_style_gen.h24 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_WIDTH); in lv_obj_get_style_width() local
30 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_MIN_WIDTH); in lv_obj_get_style_min_width() local
36 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_MAX_WIDTH); in lv_obj_get_style_max_width() local
42 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_HEIGHT); in lv_obj_get_style_height() local
48 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_MIN_HEIGHT); in lv_obj_get_style_min_height() local
54 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_MAX_HEIGHT); in lv_obj_get_style_max_height() local
60 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_LENGTH); in lv_obj_get_style_length() local
66 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_X); in lv_obj_get_style_x() local
72 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_Y); in lv_obj_get_style_y() local
78 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_ALIGN); in lv_obj_get_style_align() local
[all …]
Dlv_obj_style_gen.c15 lv_style_value_t v = { in lv_obj_set_style_width() local
23 lv_style_value_t v = { in lv_obj_set_style_min_width() local
31 lv_style_value_t v = { in lv_obj_set_style_max_width() local
39 lv_style_value_t v = { in lv_obj_set_style_height() local
47 lv_style_value_t v = { in lv_obj_set_style_min_height() local
55 lv_style_value_t v = { in lv_obj_set_style_max_height() local
63 lv_style_value_t v = { in lv_obj_set_style_length() local
71 lv_style_value_t v = { in lv_obj_set_style_x() local
79 lv_style_value_t v = { in lv_obj_set_style_y() local
87 lv_style_value_t v = { in lv_obj_set_style_align() local
[all …]
/lvgl-latest/src/misc/
Dlv_style_gen.c15 lv_style_value_t v = { in lv_style_set_width() local
23 lv_style_value_t v = { in lv_style_set_min_width() local
31 lv_style_value_t v = { in lv_style_set_max_width() local
39 lv_style_value_t v = { in lv_style_set_height() local
47 lv_style_value_t v = { in lv_style_set_min_height() local
55 lv_style_value_t v = { in lv_style_set_max_height() local
63 lv_style_value_t v = { in lv_style_set_length() local
71 lv_style_value_t v = { in lv_style_set_x() local
79 lv_style_value_t v = { in lv_style_set_y() local
87 lv_style_value_t v = { in lv_style_set_align() local
[all …]
/lvgl-latest/examples/widgets/image/
Dlv_example_image_3.c4 static void set_angle(void * img, int32_t v) in set_angle()
9 static void set_scale(void * img, int32_t v) in set_scale()
Dlv_example_image_4.c4 static void ofs_y_anim(void * img, int32_t v) in ofs_y_anim()
/lvgl-latest/examples/anim/
Dlv_example_anim_2.c4 static void anim_x_cb(void * var, int32_t v) in anim_x_cb()
9 static void anim_size_cb(void * var, int32_t v) in anim_size_cb()
Dlv_example_anim_timeline_1.c7 static void set_width(lv_anim_t * var, int32_t v) in set_width()
12 static void set_height(lv_anim_t * var, int32_t v) in set_height()
17 static void set_slider_value(lv_anim_t * var, int32_t v) in set_slider_value()
Dlv_example_anim_1.c4 static void anim_x_cb(void * var, int32_t v) in anim_x_cb()
Dlv_example_anim_4.c4 static void anim_x_cb(void * var, int32_t v) in anim_x_cb()
/lvgl-latest/examples/layouts/flex/
Dlv_example_flex_5.c4 static void row_gap_anim(void * obj, int32_t v) in row_gap_anim()
9 static void column_gap_anim(void * obj, int32_t v) in column_gap_anim()
/lvgl-latest/examples/widgets/scale/
Dlv_example_scale_3.c9 static void set_needle_line_value(void * obj, int32_t v) in set_needle_line_value()
14 static void set_needle_img_value(void * obj, int32_t v) in set_needle_img_value()
/lvgl-latest/examples/layouts/grid/
Dlv_example_grid_5.c4 static void row_gap_anim(void * obj, int32_t v) in row_gap_anim()
9 static void column_gap_anim(void * obj, int32_t v) in column_gap_anim()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c444 static void set_y_anim(void * obj, int32_t v) in set_y_anim()
449 static void set_width_anim(void * obj, int32_t v) in set_width_anim()
454 static void arc_set_end_angle_anim(void * obj, int32_t v) in arc_set_end_angle_anim()
/lvgl-latest/src/widgets/spinner/
Dlv_spinner.c96 static void arc_anim_start_angle(void * obj, int32_t v) in arc_anim_start_angle()
101 static void arc_anim_end_angle(void * obj, int32_t v) in arc_anim_end_angle()
/lvgl-latest/examples/widgets/arc/
Dlv_example_arc_2.c5 static void set_angle(void * obj, int32_t v) in set_angle()
/lvgl-latest/tests/src/test_cases/
Dtest_array.c32 int32_t v = 100; in test_array_set_get() local
95 int32_t * v = lv_array_at(&a, i); in test_array_concat() local
Dtest_anim.c18 static void exec_cb(void * var, int32_t v) in exec_cb()
24 static void custom_exec_cb(lv_anim_t * a, int32_t v) in custom_exec_cb()
/lvgl-latest/demos/transform/
Dlv_demo_transform.c150 int32_t v = (int32_t)lv_arc_get_angle_end(arc); in arc_event_cb() local
157 int32_t v = lv_slider_get_value(slider); in slider_event_cb() local
/lvgl-latest/demos/music/assets/
Dspectrum.py25 v = 0 variable
/lvgl-latest/src/osal/
Dlv_windows.h37 bool v; member
Dlv_sdl2.h38 bool v; member
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_4.c18 int32_t v = y_array[base_dsc->id2]; in draw_event_cb() local
/lvgl-latest/examples/libs/tiny_ttf/
Dlv_example_tiny_ttf_3.c48 lv_style_value_t v; in font_size_observer_cb() local
/lvgl-latest/src/libs/expat/
Dsiphash.h116 #define SIP_U32TO8_LE(p, v) \ argument
122 #define SIP_U64TO8_LE(p, v) \ argument
158 # define sip_binof(v) sip_tobin((unsigned char[8]){0}, (v)) argument
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h602 if (const ValueType* v = GetMember(value, GetIdString())) { in allocator_() local
610 if (const ValueType* v = GetMember(value, GetTypeString())) { in allocator_() local
619 if (const ValueType* v = GetMember(value, GetEnumString())) { in allocator_() local
641 if (const ValueType* v = GetMember(value, GetNotString())) { in allocator_() local
699 if (const ValueType* v = GetMember(value, GetPatternPropertiesString())) { in allocator_() local
750 if (const ValueType* v = GetMember(value, GetAdditionalPropertiesString())) { in allocator_() local
761 if (const ValueType* v = GetMember(value, GetItemsString())) { in allocator_() local
778 if (const ValueType* v = GetMember(value, GetAdditionalItemsString())) { in allocator_() local
791 if (const ValueType* v = GetMember(value, GetPatternString())) in allocator_() local
795 if (const ValueType* v = GetMember(value, GetMinimumString())) in allocator_() local
[all …]

1234