Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp5230 …ImU32 title_bar_col = GetColorU32((title_bar_is_highlight && !g.NavDisableHighlight) ? ImGuiCol_Ti… in Begin() local
5231 … RenderFrame(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, true, window_rounding); in Begin()
5252 …ImU32 title_bar_col = GetColorU32(title_bar_is_highlight ? ImGuiCol_TitleBgActive : ImGuiCol_Title… in Begin() local
5253 …ndow->DrawList->AddRectFilled(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, window_roundi… in Begin()