Lines Matching refs:p1y
72 int32_t p1y; member
250 dst->p1y = src->p1y; in copy_arc()
285 fullarc->p1y = (int32_t)tang; in set_full_arc()
296 fullarc->p1y = fullarc->rad; in set_full_arc()
307 fullarc->p1y = 0 - (int32_t)tang; in set_full_arc()
318 fullarc->p1y = 0 - fullarc->rad; in set_full_arc()
406 float a2y = lerp((float)fullarc.p0y, (float)fullarc.p1y, t2); in get_subarc_control_points()
409 float b2y = lerp((float)fullarc.p1y, (float)fullarc.p2y, t2); in get_subarc_control_points()
429 float a1y = lerp((float)fullarc.p0y, (float)fullarc.p1y, t1); in get_subarc_control_points()
432 float b1y = lerp((float)fullarc.p1y, (float)fullarc.p2y, t1); in get_subarc_control_points()
470 arc->p1y = (int32_t)floorf(0.5f + e3y); in get_subarc_control_points()
498 float ay = lerp((float)fullarc.p0y, (float)fullarc.p1y, t); in get_arc_control_points()
501 float by = lerp((float)fullarc.p1y, (float)fullarc.p2y, t); in get_arc_control_points()
518 arc->p1y = (int32_t)floorf(0.5f + ey); in get_arc_control_points()
528 arc->p1y = (int32_t)floorf(0.5f + ay); in get_arc_control_points()
553 arc_path[idx++] = q_arc->p1y + center->y; in add_split_arc_path()
563 arc_path[idx++] = q_arc->p1y + center->y; in add_split_arc_path()
577 arc_path[idx++] = q_arc->p1y + center->y; in add_split_arc_path()
586 arc_path[idx++] = q_arc->p1y + center->y; in add_split_arc_path()