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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp3034 const float arc1_e = ImAcos01(1.0f - (rect.Max.x - p0.x) * inv_rounding); local in function:ImGui::RenderRectFilledRangeH
3036 if (arc1_b == arc1_e)
3041 else if (arc1_b == 0.0f && arc1_e == half_pi)
3048 draw_list->PathArcTo(ImVec2(x1, p0.y + rounding), rounding, -arc1_e, -arc1_b, 3); // TR
3049 draw_list->PathArcTo(ImVec2(x1, p1.y - rounding), rounding, +arc1_b, +arc1_e, 3); // BR
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp3034 const float arc1_e = ImAcos01(1.0f - (rect.Max.x - p0.x) * inv_rounding); local in function:ImGui::RenderRectFilledRangeH
3036 if (arc1_b == arc1_e)
3041 else if (arc1_b == 0.0f && arc1_e == half_pi)
3048 draw_list->PathArcTo(ImVec2(x1, p0.y + rounding), rounding, -arc1_e, -arc1_b, 3); // TR
3049 draw_list->PathArcTo(ImVec2(x1, p1.y - rounding), rounding, +arc1_b, +arc1_e, 3); // BR

Completed in 14 milliseconds