Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4583 const bool is_popup = (window->Flags & ImGuiWindowFlags_Popup) != 0; in CalcSizeAutoFit() local
4586 if (is_popup || is_menu) // Popups and menus bypass style.WindowMinSize by default, but we give then a non-zero minimum size to facilitate understanding problematic cases (e.g. empty popups) in CalcSizeAutoFit()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5286 const bool is_popup = (window->Flags & ImGuiWindowFlags_Popup) != 0; in CalcWindowAutoFitSize() local
5289 if (is_popup || is_menu) // Popups and menus bypass style.WindowMinSize by default, but we give then a non-zero minimum size to facilitate understanding problematic cases (e.g. empty popups) in CalcWindowAutoFitSize()

Completed in 43 milliseconds