Searched refs:title_bar_rect (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 941 static void RenderWindowDecorations(ImGuiWindow* window, const ImRect& title_bar_rect, bool title_bar_is_highlight, int resize_grip_count, const ImU32 resize_grip_col[4], float resize_grip_draw_size); 942 static void RenderWindowTitleBarContents(ImGuiWindow* window, const ImRect& title_bar_rect, const char* name, bool* p_open); 5573 void ImGui::RenderWindowDecorations(ImGuiWindow* window, const ImRect& title_bar_rect, bool title_bar_is_highlight, int resize_grip_count, const ImU32 resize_grip_col[4], float resize_grip_draw_size) in RenderWindowDecorations() argument 5593 RenderFrame(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, true, window_rounding); in RenderWindowDecorations() 5618 window->DrawList->AddRectFilled(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, window_rounding, ImDrawFlags_RoundCornersTop); in RenderWindowDecorations() 5657 void ImGui::RenderWindowTitleBarContents(ImGuiWindow* window, const ImRect& title_bar_rect, const char* name, bool* p_open) in RenderWindowTitleBarContents() argument 5681 close_button_pos = ImVec2(title_bar_rect.Max.x - pad_r - style.FramePadding.x, title_bar_rect in RenderWindowTitleBarContents() 5982 ImRect title_bar_rect = window->TitleBarRect(); Begin() local 6146 const ImRect title_bar_rect = window->TitleBarRect(); Begin() local [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 5046 ImRect title_bar_rect = window->TitleBarRect(); in Begin() local 5047 if (g.HoveredWindow == window && g.HoveredId == 0 && g.HoveredIdPreviousFrame == 0 && IsMouseHoveringRect(title_bar_rect.Min, title_bar_rect.Max) && g.IO.MouseDoubleClicked[0]) in Begin() 5224 const ImRect title_bar_rect = window->TitleBarRect(); in Begin() local 5231 RenderFrame(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, true, window_rounding); in Begin() 5253 window->DrawList->AddRectFilled(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, window_rounding, ImDrawCornerFlags_Top); in Begin() 5397 ImRect text_r = title_bar_rect; in Begin() 5405 clip_rect.Max.x = window->Pos.x + window->Size.x - (p_open ? title_bar_rect in Begin() [all...] |
Completed in 28 milliseconds