Lines Matching refs:ImGuiWindow
993 static void SetCurrentWindow(ImGuiWindow* window);
995 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags);
996 static void CheckStacksSize(ImGuiWindow* window, bool write);
997 static ImVec2 CalcNextScrollFromScrollTargetAndClamp(ImGuiWindow* window, bool snap_on_ed…
1000 …atic void AddWindowToSortBuffer(ImVector<ImGuiWindow*>* out_sorted_windows, ImGuiWindo…
1025 static void NavProcessItem(ImGuiWindow* window, const ImRect& nav_bb, const ImGuiID id);
1027 static void NavSaveLastChildNavWindow(ImGuiWindow* nav_window);
1028 static ImGuiWindow* NavRestoreLastChildNavWindow(ImGuiWindow* window);
1033 static void UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* b…
1034 static void RenderOuterBorders(ImGuiWindow* window);
2192 ImGuiWindow* window = ImGui::GetCurrentWindow(); in SetCursorPosYAndSetupDummyPrevLine()
2288 ImGuiWindow* window = g.CurrentWindow; in RenderText()
2314 ImGuiWindow* window = g.CurrentWindow; in RenderTextWrapped()
2366 ImGuiWindow* window = g.CurrentWindow; in RenderTextClipped()
2376 ImGuiWindow* window = g.CurrentWindow; in RenderFrame()
2389 ImGuiWindow* window = g.CurrentWindow; in RenderFrameBorder()
2436 ImGuiWindow* window = g.CurrentWindow; in RenderBullet()
2443 ImGuiWindow* window = g.CurrentWindow; in RenderCheckMark()
2465 ImGuiWindow* window = g.CurrentWindow; in RenderNavHighlight()
2495 ImGuiWindow::ImGuiWindow(ImGuiContext* context, const char* name) in ImGuiWindow() function in ImGuiWindow
2558 ImGuiWindow::~ImGuiWindow() in ~ImGuiWindow()
2566 ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) in GetID()
2574 ImGuiID ImGuiWindow::GetID(const void* ptr) in GetID()
2582 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end) in GetIDNoKeepAlive()
2588 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const void* ptr) in GetIDNoKeepAlive()
2595 ImGuiID ImGuiWindow::GetIDFromRectangle(const ImRect& r_abs) in GetIDFromRectangle()
2604 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow()
2631 void ImGui::SetActiveID(ImGuiID id, ImGuiWindow* window) in SetActiveID()
2659 void ImGui::SetFocusID(ImGuiID id, ImGuiWindow* window) in SetFocusID()
2722 static inline bool IsWindowContentHoverable(ImGuiWindow* window, ImGuiHoveredFlags flags) in IsWindowContentHoverable()
2728 if (ImGuiWindow* focused_root_window = g.NavWindow->RootWindow) in IsWindowContentHoverable()
2746 ImGuiWindow* window = g.CurrentWindow; in ItemSize()
2781 ImGuiWindow* window = g.CurrentWindow; in ItemAdd()
2824 ImGuiWindow* window = g.CurrentWindow; in IsItemHovered()
2868 ImGuiWindow* window = g.CurrentWindow; in ItemHoverable()
2887 ImGuiWindow* window = g.CurrentWindow; in IsClippedEx()
2895 bool ImGui::FocusableItemRegister(ImGuiWindow* window, ImGuiID id, bool tab_stop) in FocusableItemRegister()
2920 void ImGui::FocusableItemUnregister(ImGuiWindow* window) in FocusableItemUnregister()
2944 ImGuiWindow* window = GetCurrentWindowRead(); in CalcWrapWidthForPos()
3069 static ImDrawList* GetOverlayDrawList(ImGuiWindow*) in GetOverlayDrawList() argument
3085 void ImGui::StartMouseMovingWindow(ImGuiWindow* window) in StartMouseMovingWindow()
3114 ImGuiWindow* moving_window = g.MovingWindow->RootWindow; in UpdateMouseMovingWindowNewFrame()
3178 ImGuiWindow* modal = GetFrontMostPopupModal(); in UpdateMouseMovingWindowEndFrame()
3184 ImGuiWindow* window = g.Windows[i]; in UpdateMouseMovingWindowEndFrame()
3194 static bool IsWindowActiveAndVisible(ImGuiWindow* window) in IsWindowActiveAndVisible()
3262 ImGuiWindow* window = g.HoveredWindow; in UpdateMouseWheel()
3263 ImGuiWindow* scroll_window = window; in UpdateMouseWheel()
3310 ImGuiWindow* modal_window = GetFrontMostPopupModal(); in UpdateHoveredWindowAndCaptureFlags()
3515 ImGuiWindow* window = g.Windows[i]; in NewFrame()
3628 const ImGuiWindow* const a = *(const ImGuiWindow* const *)lhs; in ChildWindowComparer()
3629 const ImGuiWindow* const b = *(const ImGuiWindow* const *)rhs; in ChildWindowComparer()
3637 static void AddWindowToSortBuffer(ImVector<ImGuiWindow*>* out_sorted_windows, ImGuiWindow* window) in AddWindowToSortBuffer()
3644 …ImQsort(window->DC.ChildWindows.begin(), (size_t)count, sizeof(ImGuiWindow*), ChildWindowComparer); in AddWindowToSortBuffer()
3647 ImGuiWindow* child = window->DC.ChildWindows[i]; in AddWindowToSortBuffer()
3687 static void AddWindowToDrawData(ImVector<ImDrawList*>* out_render_list, ImGuiWindow* window) in AddWindowToDrawData()
3694 ImGuiWindow* child = window->DC.ChildWindows[i]; in AddWindowToDrawData()
3700 static void AddRootWindowToDrawData(ImGuiWindow* window) in AddRootWindowToDrawData()
3747 ImGuiWindow* window = GetCurrentWindow(); in PushClipRect()
3754 ImGuiWindow* window = GetCurrentWindow(); in PopClipRect()
3831 ImGuiWindow* window = g.Windows[i]; in EndFrame()
3863 ImGuiWindow* windows_to_render_front_most[2]; in Render()
3868 ImGuiWindow* window = g.Windows[n]; in Render()
3926 ImGuiWindow* window = g.CurrentWindow; in CalcListClipping()
3969 ImGuiWindow* hovered_window = NULL; in FindHoveredWindow()
3977 ImGuiWindow* window = g.Windows[i]; in FindHoveredWindow()
4211 ImGuiWindow* window = g.CurrentWindow; in IsItemActive()
4222 ImGuiWindow* window = g.CurrentWindow; in IsItemActivated()
4232 ImGuiWindow* window = g.CurrentWindow; in IsItemDeactivated()
4245 ImGuiWindow* window = g.CurrentWindow; in IsItemFocused()
4277 ImGuiWindow* window = GetCurrentWindowRead(); in IsItemVisible()
4283 ImGuiWindow* window = GetCurrentWindowRead(); in IsItemEdited()
4299 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectMin()
4305 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectMax()
4311 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectSize()
4324 ImGuiWindow* parent_window = g.CurrentWindow; in BeginChildEx()
4352 ImGuiWindow* child_window = g.CurrentWindow; in BeginChildEx()
4374 ImGuiWindow* window = GetCurrentWindow(); in BeginChild()
4387 ImGuiWindow* window = g.CurrentWindow; in EndChild()
4403 ImGuiWindow* parent_window = g.CurrentWindow; in EndChild()
4444 static void CheckStacksSize(ImGuiWindow* window, bool write) in CheckStacksSize()
4459 static void SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond flags, bool enabled) in SetWindowConditionAllowFlags()
4466 ImGuiWindow* ImGui::FindWindowByID(ImGuiID id) in FindWindowByID()
4469 return (ImGuiWindow*)g.WindowsById.GetVoidPtr(id); in FindWindowByID()
4472 ImGuiWindow* ImGui::FindWindowByName(const char* name) in FindWindowByName()
4478 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags) in CreateNewWindow()
4483 ImGuiWindow* window = IM_NEW(ImGuiWindow)(&g, name); in CreateNewWindow()
4527 static ImVec2 CalcSizeAfterConstraint(ImGuiWindow* window, ImVec2 new_size) in CalcSizeAfterConstraint()
4557 static ImVec2 CalcSizeContents(ImGuiWindow* window) in CalcSizeContents()
4571 static ImVec2 CalcSizeAutoFit(ImGuiWindow* window, const ImVec2& size_contents) in CalcSizeAutoFit()
4601 ImVec2 ImGui::CalcWindowExpectedSize(ImGuiWindow* window) in CalcWindowExpectedSize()
4607 float ImGui::GetWindowScrollMaxX(ImGuiWindow* window) in GetWindowScrollMaxX()
4612 float ImGui::GetWindowScrollMaxY(ImGuiWindow* window) in GetWindowScrollMaxY()
4617 static ImVec2 CalcNextScrollFromScrollTargetAndClamp(ImGuiWindow* window, bool snap_on_edges) in CalcNextScrollFromScrollTargetAndClamp()
4655 static void CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const ImVec2& corner_target, const … in CalcResizePosSizeFromAnyCorner()
4684 static ImRect GetResizeBorderRect(ImGuiWindow* window, int border_n, float perp_padding, float thic… in GetResizeBorderRect()
4697 static void ImGui::UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border… in UpdateManualResize()
4807 static void ImGui::RenderOuterBorders(ImGuiWindow* window) in RenderOuterBorders()
4844 void ImGui::UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow… in UpdateWindowParentAndRootLinks()
4875 ImGuiWindow* window = FindWindowByName(name); in Begin()
4900 …ImGuiWindow* parent_window_in_stack = g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.b… in Begin()
4901 …ImGuiWindow* parent_window = first_begin_of_the_frame ? ((flags & (ImGuiWindowFlags_ChildWindow | … in Begin()
5222 …const ImGuiWindow* window_to_highlight = g.NavWindowingTarget ? g.NavWindowingTarget : g.NavWindow; in Begin()
5514 ImGuiWindow* window = g.CurrentWindow; in End()
5532 void ImGui::BringWindowToFocusFront(ImGuiWindow* window) in BringWindowToFocusFront()
5540 …], &g.WindowsFocusOrder[i + 1], (size_t)(g.WindowsFocusOrder.Size - i - 1) * sizeof(ImGuiWindow*)); in BringWindowToFocusFront()
5546 void ImGui::BringWindowToDisplayFront(ImGuiWindow* window) in BringWindowToDisplayFront()
5549 ImGuiWindow* current_front_window = g.Windows.back(); in BringWindowToDisplayFront()
5555 …memmove(&g.Windows[i], &g.Windows[i + 1], (size_t)(g.Windows.Size - i - 1) * sizeof(ImGuiWindow*)); in BringWindowToDisplayFront()
5561 void ImGui::BringWindowToDisplayBack(ImGuiWindow* window) in BringWindowToDisplayBack()
5569 memmove(&g.Windows[1], &g.Windows[0], (size_t)i * sizeof(ImGuiWindow*)); in BringWindowToDisplayBack()
5576 void ImGui::FocusWindow(ImGuiWindow* window) in FocusWindow()
5611 void ImGui::FocusPreviousWindowIgnoringOne(ImGuiWindow* ignore_window) in FocusPreviousWindowIgnoringOne()
5617 ImGuiWindow* window = g.WindowsFocusOrder[i]; in FocusPreviousWindowIgnoringOne()
5621 ImGuiWindow* focus_window = NavRestoreLastChildNavWindow(window); in FocusPreviousWindowIgnoringOne()
5630 ImGuiWindow* window = GetCurrentWindow(); in PushItemWidth()
5637 ImGuiWindow* window = GetCurrentWindow(); in PushMultiItemsWidths()
5651 ImGuiWindow* window = GetCurrentWindow(); in PopItemWidth()
5658 ImGuiWindow* window = GetCurrentWindowRead(); in CalcItemWidth()
5705 ImGuiWindow* window = GetCurrentWindow(); in PushItemFlag()
5715 ImGuiWindow* window = GetCurrentWindow(); in PopItemFlag()
5743 ImGuiWindow* window = GetCurrentWindow(); in PushTextWrapPos()
5750 ImGuiWindow* window = GetCurrentWindow(); in PopTextWrapPos()
5932 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent) in IsWindowChildOf()
6010 bool ImGui::IsWindowNavFocusable(ImGuiWindow* window) in IsWindowNavFocusable()
6017 ImGuiWindow* window = GImGui->CurrentWindow; in GetWindowWidth()
6023 ImGuiWindow* window = GImGui->CurrentWindow; in GetWindowHeight()
6030 ImGuiWindow* window = g.CurrentWindow; in GetWindowPos()
6034 void ImGui::SetWindowScrollX(ImGuiWindow* window, float new_scroll_x) in SetWindowScrollX()
6041 void ImGui::SetWindowScrollY(ImGuiWindow* window, float new_scroll_y) in SetWindowScrollY()
6048 void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) in SetWindowPos()
6067 ImGuiWindow* window = GetCurrentWindowRead(); in SetWindowPos()
6073 if (ImGuiWindow* window = FindWindowByName(name)) in SetWindowPos()
6079 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowSize()
6083 void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) in SetWindowSize()
6122 if (ImGuiWindow* window = FindWindowByName(name)) in SetWindowSize()
6126 void ImGui::SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond) in SetWindowCollapsed()
6144 ImGuiWindow* window = GetCurrentWindowRead(); in IsWindowCollapsed()
6150 ImGuiWindow* window = GetCurrentWindowRead(); in IsWindowAppearing()
6156 if (ImGuiWindow* window = FindWindowByName(name)) in SetWindowCollapsed()
6169 if (ImGuiWindow* window = FindWindowByName(name)) in SetWindowFocus()
6235 ImGuiWindow* window = GetCurrentWindowRead(); in GetContentRegionMax()
6244 ImGuiWindow* window = GetCurrentWindowRead(); in GetContentRegionAvail()
6256 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowContentRegionMin()
6262 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowContentRegionMax()
6268 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowContentRegionWidth()
6298 ImGuiWindow* window = GetCurrentWindow(); in GetWindowDrawList()
6320 ImGuiWindow* window = GetCurrentWindow(); in SetWindowFontScale()
6329 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPos()
6335 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPosX()
6341 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPosY()
6347 ImGuiWindow* window = GetCurrentWindow(); in SetCursorPos()
6354 ImGuiWindow* window = GetCurrentWindow(); in SetCursorPosX()
6361 ImGuiWindow* window = GetCurrentWindow(); in SetCursorPosY()
6368 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorStartPos()
6374 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorScreenPos()
6380 ImGuiWindow* window = GetCurrentWindow(); in SetCursorScreenPos()
6407 ImGuiWindow* window = GetCurrentWindow(); in SetScrollX()
6414 ImGuiWindow* window = GetCurrentWindow(); in SetScrollY()
6422 ImGuiWindow* window = GetCurrentWindow(); in SetScrollFromPosY()
6431 ImGuiWindow* window = GetCurrentWindow(); in SetScrollHereY()
6446 ImGuiWindow* window = GetCurrentWindow(); in SetKeyboardFocusHere()
6454 ImGuiWindow* window = g.CurrentWindow; in SetItemDefaultFocus()
6470 ImGuiWindow* window = GImGui->CurrentWindow; in SetStateStorage()
6476 ImGuiWindow* window = GImGui->CurrentWindow; in GetStateStorage()
6482 ImGuiWindow* window = GImGui->CurrentWindow; in PushID()
6488 ImGuiWindow* window = GImGui->CurrentWindow; in PushID()
6494 ImGuiWindow* window = GImGui->CurrentWindow; in PushID()
6501 ImGuiWindow* window = GImGui->CurrentWindow; in PushID()
6507 ImGuiWindow* window = GImGui->CurrentWindow; in PopID()
6513 ImGuiWindow* window = GImGui->CurrentWindow; in GetID()
6519 ImGuiWindow* window = GImGui->CurrentWindow; in GetID()
6525 ImGuiWindow* window = GImGui->CurrentWindow; in GetID()
6531 ImGuiWindow* window = GImGui->CurrentWindow;; in IsRectVisible()
6537 ImGuiWindow* window = GImGui->CurrentWindow;; in IsRectVisible()
6545 ImGuiWindow* window = GetCurrentWindow(); in BeginGroup()
6570 ImGuiWindow* window = GetCurrentWindow(); in EndGroup()
6614 ImGuiWindow* window = GetCurrentWindow(); in SameLine()
6638 ImGuiWindow* window = GetCurrentWindow(); in Indent()
6646 ImGuiWindow* window = GetCurrentWindow(); in Unindent()
6683 if (ImGuiWindow* window = FindWindowByName(window_name)) in BeginTooltipEx()
6736 ImGuiWindow* ImGui::GetFrontMostPopupModal() in GetFrontMostPopupModal()
6740 if (ImGuiWindow* popup = g.OpenPopupStack.Data[n].Window) in GetFrontMostPopupModal()
6759 ImGuiWindow* parent_window = g.CurrentWindow; in OpenPopupEx()
6800 ImGuiWindow* window = GImGui->CurrentWindow; in OpenPopupOnItemClick()
6811 void ImGui::ClosePopupsOverWindow(ImGuiWindow* ref_window) in ClosePopupsOverWindow()
6852 …ImGuiWindow* focus_window = (remaining > 0) ? g.OpenPopupStack[remaining-1].Window : g.OpenPopupSt… in ClosePopupToLevel()
6882 ImGuiWindow* popup_window = g.OpenPopupStack[popup_idx].Window; in CloseCurrentPopup()
6883 ImGuiWindow* parent_popup_window = g.OpenPopupStack[popup_idx - 1].Window; in CloseCurrentPopup()
6898 if (ImGuiWindow* window = g.NavWindow) in CloseCurrentPopup()
6941 ImGuiWindow* window = g.CurrentWindow; in BeginPopupModal()
6983 ImGuiWindow* window = GImGui->CurrentWindow; in BeginPopupContextItem()
7012 ImRect ImGui::GetWindowAllowedExtentRect(ImGuiWindow*) in GetWindowAllowedExtentRect() argument
7075 ImVec2 ImGui::FindBestWindowPosForPopup(ImGuiWindow* window) in FindBestWindowPosForPopup()
7085 ImGuiWindow* parent_window = g.CurrentWindowStack[g.CurrentWindowStack.Size - 2]; in FindBestWindowPosForPopup()
7162 ImGuiWindow* window = g.CurrentWindow; in NavScoreItem()
7291 static void ImGui::NavProcessItem(ImGuiWindow* window, const ImRect& nav_bb, const ImGuiID id) in NavProcessItem()
7386 void ImGui::NavMoveRequestTryWrapping(ImGuiWindow* window, ImGuiNavMoveFlags move_flags) in NavMoveRequestTryWrapping()
7421 static void ImGui::NavSaveLastChildNavWindow(ImGuiWindow* nav_window) in NavSaveLastChildNavWindow()
7423 ImGuiWindow* parent_window = nav_window; in NavSaveLastChildNavWindow()
7431 static ImGuiWindow* ImGui::NavRestoreLastChildNavWindow(ImGuiWindow* window) in NavRestoreLastChildNavWindow()
7457 void ImGui::NavInitWindow(ImGuiWindow* window, bool force_reinit) in NavInitWindow()
7540 static void NavScrollToBringItemIntoView(ImGuiWindow* window, const ImRect& item_rect) in NavScrollToBringItemIntoView()
7676 ImGuiWindow* child_window = g.NavWindow; in NavUpdate()
7677 ImGuiWindow* parent_window = g.NavWindow->ParentWindow; in NavUpdate()
7778 ImGuiWindow* window = g.NavWindow; in NavUpdate()
7811 ImGuiWindow* window = g.NavWindow; in NavUpdate()
7900 ImGuiWindow* window = g.NavWindow; in NavUpdatePageUpPageDown()
7939 static int FindWindowFocusIndex(ImGuiWindow* window) // FIXME-OPT O(N) in FindWindowFocusIndex()
7948 static ImGuiWindow* FindWindowNavFocusable(int i_start, int i_stop, int dir) // FIXME-OPT O(N) in FindWindowNavFocusable()
7965 …ImGuiWindow* window_target = FindWindowNavFocusable(i_current + focus_change_dir, -INT_MAX, focus_… in NavUpdateWindowingHighlightWindow()
7977 ImGuiWindow* apply_focus_window = NULL; in NavUpdateWindowing()
7980 ImGuiWindow* modal_window = GetFrontMostPopupModal(); in NavUpdateWindowing()
7999 …if (ImGuiWindow* window = g.NavWindow ? g.NavWindow : FindWindowNavFocusable(g.WindowsFocusOrder.S… in NavUpdateWindowing()
8091 ImGuiWindow* new_nav_window = g.NavWindow; in NavUpdateWindowing()
8098 ImGuiWindow* old_nav_window = g.NavWindow; in NavUpdateWindowing()
8109 static const char* GetFallbackWindowNameForWindowingList(ImGuiWindow* window) in GetFallbackWindowNameForWindowingList()
8135 ImGuiWindow* window = g.WindowsFocusOrder[n]; in NavUpdateWindowingList()
8154 ImGuiWindow* window = GetCurrentWindow(); in NextColumn()
8188 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnIndex()
8194 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnsCount()
8215 ImGuiWindow* window = g.CurrentWindow; in GetDraggedColumnOffset()
8229 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnOffset()
8257 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnWidth()
8269 ImGuiWindow* window = g.CurrentWindow; in SetColumnOffset()
8290 ImGuiWindow* window = GetCurrentWindowRead(); in SetColumnWidth()
8301 ImGuiWindow* window = GetCurrentWindowRead(); in PushColumnClipRect()
8309 static ImGuiColumnsSet* FindOrAddColumnsSet(ImGuiWindow* window, ImGuiID id) in FindOrAddColumnsSet()
8324 ImGuiWindow* window = GetCurrentWindow(); in BeginColumns()
8388 ImGuiWindow* window = GetCurrentWindow(); in EndColumns()
8455 ImGuiWindow* window = GetCurrentWindow(); in Columns()
8493 ImGuiWindow* window = g.CurrentWindow; in BeginDragDropSource()
8574 ImGuiWindow* tooltip_window = g.CurrentWindow; in BeginDragDropSource()
8653 ImGuiWindow* window = g.CurrentWindow; in BeginDragDropTargetCustom()
8679 ImGuiWindow* window = g.CurrentWindow; in BeginDragDropTarget()
8708 ImGuiWindow* window = g.CurrentWindow; in AcceptDragDropPayload()
8797 ImGuiWindow* window = g.CurrentWindow; in LogRenderedText()
8838 ImGuiWindow* window = g.CurrentWindow; in LogToTTY()
8854 ImGuiWindow* window = g.CurrentWindow; in LogToFile()
8882 ImGuiWindow* window = g.CurrentWindow; in LogToClipboard()
8951 void ImGui::MarkIniSettingsDirty(ImGuiWindow* window) in MarkIniSettingsDirty()
9125 ImGuiWindow* window = g.Windows[i]; in SettingsHandlerWindow_WriteAll()
9301 static void NodeDrawList(ImGuiWindow* window, ImDrawList* draw_list, const char* label) in ShowMetricsWindow()
9372 static void NodeWindows(ImVector<ImGuiWindow*>& windows, const char* label) in ShowMetricsWindow()
9381 static void NodeWindow(ImGuiWindow* window, const char* label) in ShowMetricsWindow()
9459 ImGuiWindow* window = g.OpenPopupStack[i].Window; in ShowMetricsWindow()
9495 ImGuiWindow* window = g.Windows[n]; in ShowMetricsWindow()