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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2986 static inline float ImAcos01(float x) function in typeref:typename:float
3012 const float arc0_b = ImAcos01(1.0f - (p0.x - rect.Min.x) * inv_rounding);
3013 const float arc0_e = ImAcos01(1.0f - (p1.x - rect.Min.x) * inv_rounding);
3014 const float half_pi = IM_PI * 0.5f; // We will == compare to this because we know this is the exact value ImAcos01 can return.
3033 const float arc1_b = ImAcos01(1.0f - (rect.Max.x - p1.x) * inv_rounding);
3034 const float arc1_e = ImAcos01(1.0f - (rect.Max.x - p0.x) * inv_rounding);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2986 static inline float ImAcos01(float x) function in typeref:typename:float
3012 const float arc0_b = ImAcos01(1.0f - (p0.x - rect.Min.x) * inv_rounding);
3013 const float arc0_e = ImAcos01(1.0f - (p1.x - rect.Min.x) * inv_rounding);
3014 const float half_pi = IM_PI * 0.5f; // We will == compare to this because we know this is the exact value ImAcos01 can return.
3033 const float arc1_b = ImAcos01(1.0f - (rect.Max.x - p1.x) * inv_rounding);
3034 const float arc1_e = ImAcos01(1.0f - (rect.Max.x - p0.x) * inv_rounding);

Completed in 17 milliseconds