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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp5046 ImRect title_bar_rect = window->TitleBarRect(); local in function:ImGui::Begin
5047 if (g.HoveredWindow == window && g.HoveredId == 0 && g.HoveredIdPreviousFrame == 0 && IsMouseHoveringRect(title_bar_rect.Min, title_bar_rect.Max) && g.IO.MouseDoubleClicked[0])
5224 const ImRect title_bar_rect = window->TitleBarRect(); local in function:ImGui::Begin
5231 RenderFrame(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, true, window_rounding);
5253 window->DrawList->AddRectFilled(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, window_rounding, ImDrawCornerFlags_Top);
5397 ImRect text_r = title_bar_rect;
5405 clip_rect.Max.x = window->Pos.x + window->Size.x - (p_open ? title_bar_rect
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp5046 ImRect title_bar_rect = window->TitleBarRect(); local in function:ImGui::Begin
5047 if (g.HoveredWindow == window && g.HoveredId == 0 && g.HoveredIdPreviousFrame == 0 && IsMouseHoveringRect(title_bar_rect.Min, title_bar_rect.Max) && g.IO.MouseDoubleClicked[0])
5224 const ImRect title_bar_rect = window->TitleBarRect(); local in function:ImGui::Begin
5231 RenderFrame(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, true, window_rounding);
5253 window->DrawList->AddRectFilled(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, window_rounding, ImDrawCornerFlags_Top);
5397 ImRect text_r = title_bar_rect;
5405 clip_rect.Max.x = window->Pos.x + window->Size.x - (p_open ? title_bar_rect
[all...]

Completed in 26 milliseconds