Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c69 int32_t p0x; /* point P0 */ member
245 dst->p0x = src->p0x; in copy_arc()
282 fullarc->p0x = fullarc->rad; in set_full_arc()
293 fullarc->p0x = 0; in set_full_arc()
304 fullarc->p0x = 0 - fullarc->rad; in set_full_arc()
315 fullarc->p0x = 0; in set_full_arc()
405 float a2x = lerp((float)fullarc.p0x, (float)fullarc.p1x, t2); in get_subarc_control_points()
428 float a1x = lerp((float)fullarc.p0x, (float)fullarc.p1x, t1); in get_subarc_control_points()
452 .p0 = ((float)fullarc.p0x), .p1 = a2x, .p2 = d2x, .p3 = pt2x in get_subarc_control_points()
454 (bool)(pt2x < (float)fullarc.p0x)); in get_subarc_control_points()
[all …]