/lvgl-latest/src/core/ |
D | lv_obj_style_gen.h | 24 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 …]
|
D | lv_obj_style_gen.c | 15 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/ |
D | lv_style_gen.c | 15 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/ |
D | lv_example_image_3.c | 4 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()
|
D | lv_example_image_4.c | 4 static void ofs_y_anim(void * img, int32_t v) in ofs_y_anim()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_2.c | 4 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()
|
D | lv_example_anim_timeline_1.c | 7 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()
|
D | lv_example_anim_1.c | 4 static void anim_x_cb(void * var, int32_t v) in anim_x_cb()
|
D | lv_example_anim_4.c | 4 static void anim_x_cb(void * var, int32_t v) in anim_x_cb()
|
/lvgl-latest/examples/layouts/flex/ |
D | lv_example_flex_5.c | 4 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/ |
D | lv_example_scale_3.c | 9 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/ |
D | lv_example_grid_5.c | 4 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/ |
D | lv_demo_stress.c | 444 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/ |
D | lv_spinner.c | 96 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/ |
D | lv_example_arc_2.c | 5 static void set_angle(void * obj, int32_t v) in set_angle()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_array.c | 32 int32_t v = 100; in test_array_set_get() local 95 int32_t * v = lv_array_at(&a, i); in test_array_concat() local
|
D | test_anim.c | 18 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/ |
D | lv_demo_transform.c | 150 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/ |
D | spectrum.py | 25 v = 0 variable
|
/lvgl-latest/src/osal/ |
D | lv_windows.h | 37 bool v; member
|
D | lv_sdl2.h | 38 bool v; member
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_4.c | 18 int32_t v = y_array[base_dsc->id2]; in draw_event_cb() local
|
/lvgl-latest/examples/libs/tiny_ttf/ |
D | lv_example_tiny_ttf_3.c | 48 lv_style_value_t v; in font_size_observer_cb() local
|
/lvgl-latest/src/libs/expat/ |
D | siphash.h | 116 #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/ |
D | schema.h | 602 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 …]
|