Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp2986 static inline float ImAcos01(float x) in ImAcos01() function
3012 const float arc0_b = ImAcos01(1.0f - (p0.x - rect.Min.x) * inv_rounding); in RenderRectFilledRangeH()
3013 const float arc0_e = ImAcos01(1.0f - (p1.x - rect.Min.x) * inv_rounding); in RenderRectFilledRangeH()
3033 const float arc1_b = ImAcos01(1.0f - (rect.Max.x - p1.x) * inv_rounding); in RenderRectFilledRangeH()
3034 const float arc1_e = ImAcos01(1.0f - (rect.Max.x - p0.x) * inv_rounding); in RenderRectFilledRangeH()