Searched defs:tr (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/examples/widgets/imagebutton/ |
D | lv_example_imagebutton_1.c | 12 static lv_style_transition_dsc_t tr; in lv_example_imagebutton_1() local
|
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 428 trans_t * tr; in lv_obj_style_create_transition() local 825 trans_t * tr; in trans_delete() local 859 trans_t * tr = _tr; in trans_anim_cb() local 923 trans_t * tr = a->var; in trans_anim_start_cb() local 946 trans_t * tr = a->var; in trans_anim_completed_cb() local
|
D | lv_obj.c | 931 const lv_style_transition_dsc_t * tr = v.ptr; in update_obj_state() local
|
/lvgl-latest/src/misc/ |
D | lv_style.c | 355 void lv_style_transition_dsc_init(lv_style_transition_dsc_t * tr, const lv_style_prop_t props[], in lv_style_transition_dsc_init()
|
D | lv_math.c | 129 int32_t tl, tr, t; /*t in cubic-bezier function, used for bisection */ in lv_cubic_bezier() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_math.c | 28 float tl, tr, t; /*t in cubic-bezier function, used for bisection */ in lv_cubic_bezier_f() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPaint.h | 77 } tr; member
|
D | tvgSvgLoader.cpp | 671 unsigned char tr, tg, tb; in _toColor() local
|