Searched refs:aeps (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4318 const float aeps = 1.5f / wheel_r_outer; // Half a pixel arc length in radians (2pi cancels out). local in function:ImGui::ColorPicker4
4322 const float a0 = (n) /6.0f * 2.0f * IM_PI - aeps;
4323 const float a1 = (n+1.0f)/6.0f * 2.0f * IM_PI + aeps;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4318 const float aeps = 1.5f / wheel_r_outer; // Half a pixel arc length in radians (2pi cancels out). local in function:ImGui::ColorPicker4
4322 const float a0 = (n) /6.0f * 2.0f * IM_PI - aeps;
4323 const float a1 = (n+1.0f)/6.0f * 2.0f * IM_PI + aeps;

Completed in 26 milliseconds