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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp3011 const float inv_rounding = 1.0f / rounding; local in function:ImGui::RenderRectFilledRangeH
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);
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.cpp3011 const float inv_rounding = 1.0f / rounding; local in function:ImGui::RenderRectFilledRangeH
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);
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 15 milliseconds