Searched refs:p3x (Results 1 – 1 of 1) sorted by relevance
75 int32_t p3x; /* point P3 */ member248 dst->p3x = src->p3x; in copy_arc()288 fullarc->p3x = 0; in set_full_arc()299 fullarc->p3x = 0 - fullarc->rad; in set_full_arc()310 fullarc->p3x = 0; in set_full_arc()321 fullarc->p3x = fullarc->rad; in set_full_arc()411 float c2x = lerp((float)fullarc.p2x, (float)fullarc.p3x, t2); in get_subarc_control_points()434 float c1x = lerp((float)fullarc.p2x, (float)fullarc.p3x, t1); in get_subarc_control_points()473 arc->p3x = (int32_t)floorf(0.5f + pt2x); in get_subarc_control_points()503 float cx = lerp((float)fullarc.p2x, (float)fullarc.p3x, t); in get_arc_control_points()[all …]