Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c36 static lv_obj_t * t1; variable
73 t1 = lv_tabview_add_tab(tv, "Selectors"); in lv_demo_keypad_encoder()
76 selectors_create(t1); in lv_demo_keypad_encoder()
197 lv_group_focus_obj(lv_obj_get_child(t1, 0)); in msgbox_event_cb()
198 lv_obj_scroll_to(t1, 0, 0, LV_ANIM_OFF); in msgbox_event_cb()
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c425 uint16_t t1 = TperDegree[arc->angle]; in get_subarc_control_points() local
428 float a1x = lerp((float)fullarc.p0x, (float)fullarc.p1x, t1); in get_subarc_control_points()
429 float a1y = lerp((float)fullarc.p0y, (float)fullarc.p1y, t1); in get_subarc_control_points()
431 float b1x = lerp((float)fullarc.p1x, (float)fullarc.p2x, t1); in get_subarc_control_points()
432 float b1y = lerp((float)fullarc.p1y, (float)fullarc.p2y, t1); in get_subarc_control_points()
434 float c1x = lerp((float)fullarc.p2x, (float)fullarc.p3x, t1); in get_subarc_control_points()
435 float c1y = lerp((float)fullarc.p2y, (float)fullarc.p3y, t1); in get_subarc_control_points()
438 float d1x = lerp(a1x, b1x, t1); in get_subarc_control_points()
439 float d1y = lerp(a1y, b1y, t1); in get_subarc_control_points()
441 float e1x = lerp(b1x, c1x, t1); in get_subarc_control_points()
[all …]
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.py558 t1 = tv.add_tab("Controls") variable
569 controls_create(t1)
Dlv_demo_widgets.c191 lv_obj_t * t1 = lv_tabview_add_tab(tv, "Profile"); in lv_demo_widgets() local
194 profile_create(t1); in lv_demo_widgets()
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h316 glTexCoord2f(q.s1, q.t1);
318 glTexCoord2f(q.s0, q.t1);
574 float x1, y1, s1, t1; // bottom-right member
4193 q->t1 = b->y1 * iph;
4755 q->t1 = b->y1 * iph;