Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.c403 const VGfloat theta_normalized = theta < 0 ? theta + 360 : theta; in line_angle() local
405 if (floatsEqual(theta_normalized, 360.f)) in line_angle()
408 return theta_normalized; in line_angle()