Lines Matching refs:p2y
74 int32_t p2y; member
251 dst->p2y = src->p2y; in copy_arc()
287 fullarc->p2y = fullarc->rad; in set_full_arc()
298 fullarc->p2y = (int32_t)tang; in set_full_arc()
309 fullarc->p2y = 0 - fullarc->rad; in set_full_arc()
320 fullarc->p2y = 0 - (int32_t)tang; in set_full_arc()
409 float b2y = lerp((float)fullarc.p1y, (float)fullarc.p2y, t2); in get_subarc_control_points()
412 float c2y = lerp((float)fullarc.p2y, (float)fullarc.p3y, t2); in get_subarc_control_points()
432 float b1y = lerp((float)fullarc.p1y, (float)fullarc.p2y, t1); in get_subarc_control_points()
435 float c1y = lerp((float)fullarc.p2y, (float)fullarc.p3y, t1); in get_subarc_control_points()
472 arc->p2y = (int32_t)floorf(0.5f + c3y); in get_subarc_control_points()
501 float by = lerp((float)fullarc.p1y, (float)fullarc.p2y, t); in get_arc_control_points()
504 float cy = lerp((float)fullarc.p2y, (float)fullarc.p3y, t); in get_arc_control_points()
520 arc->p2y = (int32_t)floorf(0.5f + cy); in get_arc_control_points()
530 arc->p2y = (int32_t)floorf(0.5f + dy); in get_arc_control_points()
556 arc_path[idx++] = q_arc->p2y + center->y; in add_split_arc_path()
565 arc_path[idx++] = q_arc->p2y + center->y; in add_split_arc_path()
574 arc_path[idx++] = q_arc->p2y + center->y; in add_split_arc_path()
584 arc_path[idx++] = q_arc->p2y + center->y; in add_split_arc_path()