Lines Matching refs:p1x
71 int32_t p1x; /* point P1 */ member
246 dst->p1x = src->p1x; in copy_arc()
284 fullarc->p1x = fullarc->rad; in set_full_arc()
295 fullarc->p1x = 0 - (int32_t)tang; in set_full_arc()
306 fullarc->p1x = 0 - fullarc->rad; in set_full_arc()
317 fullarc->p1x = (int32_t)tang; in set_full_arc()
405 float a2x = lerp((float)fullarc.p0x, (float)fullarc.p1x, t2); in get_subarc_control_points()
408 float b2x = lerp((float)fullarc.p1x, (float)fullarc.p2x, t2); in get_subarc_control_points()
428 float a1x = lerp((float)fullarc.p0x, (float)fullarc.p1x, t1); in get_subarc_control_points()
431 float b1x = lerp((float)fullarc.p1x, (float)fullarc.p2x, t1); in get_subarc_control_points()
469 arc->p1x = (int32_t)floorf(0.5f + e3x); in get_subarc_control_points()
497 float ax = lerp((float)fullarc.p0x, (float)fullarc.p1x, t); in get_arc_control_points()
500 float bx = lerp((float)fullarc.p1x, (float)fullarc.p2x, t); in get_arc_control_points()
517 arc->p1x = (int32_t)floorf(0.5f + ex); in get_arc_control_points()
527 arc->p1x = (int32_t)floorf(0.5f + ax); in get_arc_control_points()
552 arc_path[idx++] = q_arc->p1x + center->x; in add_split_arc_path()
562 arc_path[idx++] = q_arc->p1x + center->x; in add_split_arc_path()
576 arc_path[idx++] = q_arc->p1x + center->x; in add_split_arc_path()
585 arc_path[idx++] = q_arc->p1x + center->x; in add_split_arc_path()