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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp5201 const bool dim_bg_for_modal = (flags & ImGuiWindowFlags_Modal) && window == GetFrontMostPopupModal() && window->HiddenFramesForResize <= 0; local in function:ImGui::Begin
5203 if (dim_bg_for_modal || dim_bg_for_window_list)
5205 const ImU32 dim_bg_col = GetColorU32(dim_bg_for_modal ? ImGuiCol_ModalWindowDimBg : ImGuiCol_NavWindowingDimBg, g.DimBgRatio);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp5201 const bool dim_bg_for_modal = (flags & ImGuiWindowFlags_Modal) && window == GetFrontMostPopupModal() && window->HiddenFramesForResize <= 0; local in function:ImGui::Begin
5203 if (dim_bg_for_modal || dim_bg_for_window_list)
5205 const ImU32 dim_bg_col = GetColorU32(dim_bg_for_modal ? ImGuiCol_ModalWindowDimBg : ImGuiCol_NavWindowingDimBg, g.DimBgRatio);

Completed in 57 milliseconds