Searched refs:theta_normalized (Results 1 – 1 of 1) sorted by relevance
403 const VGfloat theta_normalized = theta < 0 ? theta + 360 : theta; in line_angle() local405 if (floatsEqual(theta_normalized, 360.f)) in line_angle()408 return theta_normalized; in line_angle()