Home
last modified time | relevance | path

Searched defs:tr (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/examples/widgets/imagebutton/
Dlv_example_imagebutton_1.c12 static lv_style_transition_dsc_t tr; in lv_example_imagebutton_1() local
/lvgl-latest/src/core/
Dlv_obj_style.c428 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
Dlv_obj.c931 const lv_style_transition_dsc_t * tr = v.ptr; in update_obj_state() local
/lvgl-latest/src/misc/
Dlv_style.c355 void lv_style_transition_dsc_init(lv_style_transition_dsc_t * tr, const lv_style_prop_t props[], in lv_style_transition_dsc_init()
Dlv_math.c129 int32_t tl, tr, t; /*t in cubic-bezier function, used for bisection */ in lv_cubic_bezier() local
/lvgl-latest/tests/src/test_cases/
Dtest_math.c28 float tl, tr, t; /*t in cubic-bezier function, used for bisection */ in lv_cubic_bezier_f() local
/lvgl-latest/src/libs/thorvg/
DtvgPaint.h77 } tr; member
DtvgSvgLoader.cpp671 unsigned char tr, tg, tb; in _toColor() local