Lines Matching refs:p0x
69 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()
467 arc->p0x = (int32_t)floorf(0.5f + pt1x); in get_subarc_control_points()
497 float ax = lerp((float)fullarc.p0x, (float)fullarc.p1x, t); in get_arc_control_points()
515 arc->p0x = (int32_t)floorf(0.5f + lerp(dx, ex, t)); in get_arc_control_points()
525 arc->p0x = fullarc.p0x; in get_arc_control_points()
579 arc_path[idx++] = q_arc->p0x + center->x; in add_split_arc_path()
587 arc_path[idx++] = q_arc->p0x + center->x; in add_split_arc_path()