Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp5164 bool want_focus = false; in Begin() local
5168 want_focus = true; in Begin()
5170 want_focus = true; in Begin()
5219 // As we highlight the title bar when want_focus is set, multiple reappearing windows will have have their title bar highlighted on their reappearing frame. in Begin()
5223 const bool title_bar_is_highlight = want_focus || (window_to_highlight && window->RootWindowForTitleBarHighlight == window_to_highlight->RootWindowForTitleBarHighlight); in Begin()
5359 if (want_focus) in Begin()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5584 // As we highlight the title bar when want_focus is set, multiple reappearing windows will have have their title bar highlighted on their reappearing frame. in RenderWindowDecorations()
6096 bool want_focus = false; in Begin() local
6100 want_focus = true; in Begin()
6102 want_focus = true; in Begin()
6238 const bool title_bar_is_highlight = want_focus || (window_to_highlight && window->RootWindowForTitleBarHighlight == window_to_highlight->RootWindowForTitleBarHighlight); in Begin()
6326 if (want_focus) in Begin()

Completed in 37 milliseconds