Searched refs:t1 (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.5.0/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 36 static lv_obj_t * t1; variable 70 t1 = lv_tabview_add_tab(tv, "Selectors"); in lv_demo_keypad_encoder() 73 selectors_create(t1); in lv_demo_keypad_encoder() 188 lv_group_focus_obj(lv_obj_get_child(t1, 0)); in msgbox_event_cb() 189 lv_obj_scroll_to(t1, 0, 0, LV_ANIM_OFF); in msgbox_event_cb()
|
/lvgl-3.5.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite_arc.c | 421 uint16_t t1 = TperDegree[arc->angle]; in get_subarc_control_points() local 424 float a1x = lerp((float)fullarc.p0x, (float)fullarc.p1x, t1); in get_subarc_control_points() 425 float a1y = lerp((float)fullarc.p0y, (float)fullarc.p1y, t1); in get_subarc_control_points() 427 float b1x = lerp((float)fullarc.p1x, (float)fullarc.p2x, t1); in get_subarc_control_points() 428 float b1y = lerp((float)fullarc.p1y, (float)fullarc.p2y, t1); in get_subarc_control_points() 430 float c1x = lerp((float)fullarc.p2x, (float)fullarc.p3x, t1); in get_subarc_control_points() 431 float c1y = lerp((float)fullarc.p2y, (float)fullarc.p3y, t1); in get_subarc_control_points() 434 float d1x = lerp(a1x, b1x, t1); in get_subarc_control_points() 435 float d1y = lerp(a1y, b1y, t1); in get_subarc_control_points() 437 float e1x = lerp(b1x, c1x, t1); in get_subarc_control_points() [all …]
|
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.py | 558 t1 = tv.add_tab("Controls") variable 569 controls_create(t1)
|
D | lv_demo_widgets.c | 189 lv_obj_t * t1 = lv_tabview_add_tab(tv, "Profile"); in lv_demo_widgets() local 192 profile_create(t1); in lv_demo_widgets()
|