Home
last modified time | relevance | path

Searched refs:x_b_dot (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Darc.c561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; in arc_to_beziers() local
595 x_b_dot = -a_sin_eta_b * arc->cos_theta - in arc_to_beziers()
615 double xADot = x_b_dot; in arc_to_beziers()
629 x_b_dot = -a_sin_eta_b * arc->cos_theta - in arc_to_beziers()
637 (float) (x_b - alpha * x_b_dot), (float) (y_b - alpha * y_b_dot), in arc_to_beziers()