Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds