Home
last modified time | relevance | path

Searched refs:title_bar_is_highlight (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp5223 …const bool title_bar_is_highlight = want_focus || (window_to_highlight && window->RootWindowForTit… in Begin() local
5230 …ImU32 title_bar_col = GetColorU32((title_bar_is_highlight && !g.NavDisableHighlight) ? ImGuiCol_Ti… in Begin()
5252 …ImU32 title_bar_col = GetColorU32(title_bar_is_highlight ? ImGuiCol_TitleBgActive : ImGuiCol_Title… in Begin()