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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp735 bool other_scrollbar = (horizontal ? window->ScrollbarY : window->ScrollbarX); local in function:ImGui::Scrollbar
736 float other_scrollbar_size_w = other_scrollbar ? style.ScrollbarSize : 0.0f;
761 window_rounding_corners = ImDrawCornerFlags_BotLeft | (other_scrollbar ? 0 : ImDrawCornerFlags_BotRight);
763 window_rounding_corners = (((window->Flags & ImGuiWindowFlags_NoTitleBar) && !(window->Flags & ImGuiWindowFlags_MenuBar)) ? ImDrawCornerFlags_TopRight : 0) | (other_scrollbar ? 0 : ImDrawCornerFlags_BotRight);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp735 bool other_scrollbar = (horizontal ? window->ScrollbarY : window->ScrollbarX); local in function:ImGui::Scrollbar
736 float other_scrollbar_size_w = other_scrollbar ? style.ScrollbarSize : 0.0f;
761 window_rounding_corners = ImDrawCornerFlags_BotLeft | (other_scrollbar ? 0 : ImDrawCornerFlags_BotRight);
763 window_rounding_corners = (((window->Flags & ImGuiWindowFlags_NoTitleBar) && !(window->Flags & ImGuiWindowFlags_MenuBar)) ? ImDrawCornerFlags_TopRight : 0) | (other_scrollbar ? 0 : ImDrawCornerFlags_BotRight);

Completed in 26 milliseconds