HomeSort by relevance Sort by last modified time
    Searched refs:theta_normalized (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c 403 const VGfloat theta_normalized = theta < 0 ? theta + 360 : theta; local
405 if (floatsEqual(theta_normalized, 360.f))
408 return theta_normalized;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 403 const VGfloat theta_normalized = theta < 0 ? theta + 360 : theta; local
405 if (floatsEqual(theta_normalized, 360.f))
408 return theta_normalized;
    [all...]

Completed in 30 milliseconds