Lines Matching defs:window

2192     ImGuiWindow* window = ImGui::GetCurrentWindow();  in SetCursorPosYAndSetupDummyPrevLine()  local
2288 ImGuiWindow* window = g.CurrentWindow; in RenderText() local
2314 ImGuiWindow* window = g.CurrentWindow; in RenderTextWrapped() local
2366 ImGuiWindow* window = g.CurrentWindow; in RenderTextClipped() local
2376 ImGuiWindow* window = g.CurrentWindow; in RenderFrame() local
2389 ImGuiWindow* window = g.CurrentWindow; in RenderFrameBorder() local
2436 ImGuiWindow* window = g.CurrentWindow; in RenderBullet() local
2443 ImGuiWindow* window = g.CurrentWindow; in RenderCheckMark() local
2465 ImGuiWindow* window = g.CurrentWindow; in RenderNavHighlight() local
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()
2746 ImGuiWindow* window = g.CurrentWindow; in ItemSize() local
2781 ImGuiWindow* window = g.CurrentWindow; in ItemAdd() local
2824 ImGuiWindow* window = g.CurrentWindow; in IsItemHovered() local
2868 ImGuiWindow* window = g.CurrentWindow; in ItemHoverable() local
2887 ImGuiWindow* window = g.CurrentWindow; in IsClippedEx() local
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() local
3085 void ImGui::StartMouseMovingWindow(ImGuiWindow* window) in StartMouseMovingWindow()
3184 ImGuiWindow* window = g.Windows[i]; in UpdateMouseMovingWindowEndFrame() local
3194 static bool IsWindowActiveAndVisible(ImGuiWindow* window) in IsWindowActiveAndVisible()
3262 ImGuiWindow* window = g.HoveredWindow; in UpdateMouseWheel() local
3515 ImGuiWindow* window = g.Windows[i]; in NewFrame() local
3637 static void AddWindowToSortBuffer(ImVector<ImGuiWindow*>* out_sorted_windows, ImGuiWindow* window) in AddWindowToSortBuffer()
3687 static void AddWindowToDrawData(ImVector<ImDrawList*>* out_render_list, ImGuiWindow* window) in AddWindowToDrawData()
3700 static void AddRootWindowToDrawData(ImGuiWindow* window) in AddRootWindowToDrawData()
3747 ImGuiWindow* window = GetCurrentWindow(); in PushClipRect() local
3754 ImGuiWindow* window = GetCurrentWindow(); in PopClipRect() local
3831 ImGuiWindow* window = g.Windows[i]; in EndFrame() local
3868 ImGuiWindow* window = g.Windows[n]; in Render() local
3926 ImGuiWindow* window = g.CurrentWindow; in CalcListClipping() local
3977 ImGuiWindow* window = g.Windows[i]; in FindHoveredWindow() local
4211 ImGuiWindow* window = g.CurrentWindow; in IsItemActive() local
4222 ImGuiWindow* window = g.CurrentWindow; in IsItemActivated() local
4232 ImGuiWindow* window = g.CurrentWindow; in IsItemDeactivated() local
4245 ImGuiWindow* window = g.CurrentWindow; in IsItemFocused() local
4277 ImGuiWindow* window = GetCurrentWindowRead(); in IsItemVisible() local
4283 ImGuiWindow* window = GetCurrentWindowRead(); in IsItemEdited() local
4299 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectMin() local
4305 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectMax() local
4311 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectSize() local
4374 ImGuiWindow* window = GetCurrentWindow(); in BeginChild() local
4387 ImGuiWindow* window = g.CurrentWindow; in EndChild() local
4444 static void CheckStacksSize(ImGuiWindow* window, bool write) in CheckStacksSize()
4459 static void SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond flags, bool enabled) in SetWindowConditionAllowFlags()
4483 ImGuiWindow* window = IM_NEW(ImGuiWindow)(&g, name); in CreateNewWindow() local
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() local
5514 ImGuiWindow* window = g.CurrentWindow; in End() local
5532 void ImGui::BringWindowToFocusFront(ImGuiWindow* window) in BringWindowToFocusFront()
5546 void ImGui::BringWindowToDisplayFront(ImGuiWindow* window) in BringWindowToDisplayFront()
5561 void ImGui::BringWindowToDisplayBack(ImGuiWindow* window) in BringWindowToDisplayBack()
5576 void ImGui::FocusWindow(ImGuiWindow* window) in FocusWindow()
5617 ImGuiWindow* window = g.WindowsFocusOrder[i]; in FocusPreviousWindowIgnoringOne() local
5630 ImGuiWindow* window = GetCurrentWindow(); in PushItemWidth() local
5637 ImGuiWindow* window = GetCurrentWindow(); in PushMultiItemsWidths() local
5651 ImGuiWindow* window = GetCurrentWindow(); in PopItemWidth() local
5658 ImGuiWindow* window = GetCurrentWindowRead(); in CalcItemWidth() local
5705 ImGuiWindow* window = GetCurrentWindow(); in PushItemFlag() local
5715 ImGuiWindow* window = GetCurrentWindow(); in PopItemFlag() local
5743 ImGuiWindow* window = GetCurrentWindow(); in PushTextWrapPos() local
5750 ImGuiWindow* window = GetCurrentWindow(); in PopTextWrapPos() local
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() local
6023 ImGuiWindow* window = GImGui->CurrentWindow; in GetWindowHeight() local
6030 ImGuiWindow* window = g.CurrentWindow; in GetWindowPos() local
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() local
6073 if (ImGuiWindow* window = FindWindowByName(name)) in SetWindowPos() local
6079 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowSize() local
6083 void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) in SetWindowSize()
6122 if (ImGuiWindow* window = FindWindowByName(name)) in SetWindowSize() local
6126 void ImGui::SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond) in SetWindowCollapsed()
6144 ImGuiWindow* window = GetCurrentWindowRead(); in IsWindowCollapsed() local
6150 ImGuiWindow* window = GetCurrentWindowRead(); in IsWindowAppearing() local
6156 if (ImGuiWindow* window = FindWindowByName(name)) in SetWindowCollapsed() local
6169 if (ImGuiWindow* window = FindWindowByName(name)) in SetWindowFocus() local
6235 ImGuiWindow* window = GetCurrentWindowRead(); in GetContentRegionMax() local
6244 ImGuiWindow* window = GetCurrentWindowRead(); in GetContentRegionAvail() local
6256 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowContentRegionMin() local
6262 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowContentRegionMax() local
6268 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowContentRegionWidth() local
6298 ImGuiWindow* window = GetCurrentWindow(); in GetWindowDrawList() local
6320 ImGuiWindow* window = GetCurrentWindow(); in SetWindowFontScale() local
6329 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPos() local
6335 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPosX() local
6341 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPosY() local
6347 ImGuiWindow* window = GetCurrentWindow(); in SetCursorPos() local
6354 ImGuiWindow* window = GetCurrentWindow(); in SetCursorPosX() local
6361 ImGuiWindow* window = GetCurrentWindow(); in SetCursorPosY() local
6368 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorStartPos() local
6374 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorScreenPos() local
6380 ImGuiWindow* window = GetCurrentWindow(); in SetCursorScreenPos() local
6407 ImGuiWindow* window = GetCurrentWindow(); in SetScrollX() local
6414 ImGuiWindow* window = GetCurrentWindow(); in SetScrollY() local
6422 ImGuiWindow* window = GetCurrentWindow(); in SetScrollFromPosY() local
6431 ImGuiWindow* window = GetCurrentWindow(); in SetScrollHereY() local
6446 ImGuiWindow* window = GetCurrentWindow(); in SetKeyboardFocusHere() local
6454 ImGuiWindow* window = g.CurrentWindow; in SetItemDefaultFocus() local
6470 ImGuiWindow* window = GImGui->CurrentWindow; in SetStateStorage() local
6476 ImGuiWindow* window = GImGui->CurrentWindow; in GetStateStorage() local
6482 ImGuiWindow* window = GImGui->CurrentWindow; in PushID() local
6488 ImGuiWindow* window = GImGui->CurrentWindow; in PushID() local
6494 ImGuiWindow* window = GImGui->CurrentWindow; in PushID() local
6501 ImGuiWindow* window = GImGui->CurrentWindow; in PushID() local
6507 ImGuiWindow* window = GImGui->CurrentWindow; in PopID() local
6513 ImGuiWindow* window = GImGui->CurrentWindow; in GetID() local
6519 ImGuiWindow* window = GImGui->CurrentWindow; in GetID() local
6525 ImGuiWindow* window = GImGui->CurrentWindow; in GetID() local
6531 ImGuiWindow* window = GImGui->CurrentWindow;; in IsRectVisible() local
6537 ImGuiWindow* window = GImGui->CurrentWindow;; in IsRectVisible() local
6545 ImGuiWindow* window = GetCurrentWindow(); in BeginGroup() local
6570 ImGuiWindow* window = GetCurrentWindow(); in EndGroup() local
6614 ImGuiWindow* window = GetCurrentWindow(); in SameLine() local
6638 ImGuiWindow* window = GetCurrentWindow(); in Indent() local
6646 ImGuiWindow* window = GetCurrentWindow(); in Unindent() local
6683 if (ImGuiWindow* window = FindWindowByName(window_name)) in BeginTooltipEx() local
6800 ImGuiWindow* window = GImGui->CurrentWindow; in OpenPopupOnItemClick() local
6898 if (ImGuiWindow* window = g.NavWindow) in CloseCurrentPopup() local
6941 ImGuiWindow* window = g.CurrentWindow; in BeginPopupModal() local
6983 ImGuiWindow* window = GImGui->CurrentWindow; in BeginPopupContextItem() local
7075 ImVec2 ImGui::FindBestWindowPosForPopup(ImGuiWindow* window) in FindBestWindowPosForPopup()
7162 ImGuiWindow* window = g.CurrentWindow; in NavScoreItem() local
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()
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()
7778 ImGuiWindow* window = g.NavWindow; in NavUpdate() local
7811 ImGuiWindow* window = g.NavWindow; in NavUpdate() local
7900 ImGuiWindow* window = g.NavWindow; in NavUpdatePageUpPageDown() local
7939 static int FindWindowFocusIndex(ImGuiWindow* window) // FIXME-OPT O(N) in FindWindowFocusIndex()
7999 …if (ImGuiWindow* window = g.NavWindow ? g.NavWindow : FindWindowNavFocusable(g.WindowsFocusOrder.S… in NavUpdateWindowing() local
8109 static const char* GetFallbackWindowNameForWindowingList(ImGuiWindow* window) in GetFallbackWindowNameForWindowingList()
8135 ImGuiWindow* window = g.WindowsFocusOrder[n]; in NavUpdateWindowingList() local
8154 ImGuiWindow* window = GetCurrentWindow(); in NextColumn() local
8188 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnIndex() local
8194 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnsCount() local
8215 ImGuiWindow* window = g.CurrentWindow; in GetDraggedColumnOffset() local
8229 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnOffset() local
8257 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnWidth() local
8269 ImGuiWindow* window = g.CurrentWindow; in SetColumnOffset() local
8290 ImGuiWindow* window = GetCurrentWindowRead(); in SetColumnWidth() local
8301 ImGuiWindow* window = GetCurrentWindowRead(); in PushColumnClipRect() local
8309 static ImGuiColumnsSet* FindOrAddColumnsSet(ImGuiWindow* window, ImGuiID id) in FindOrAddColumnsSet()
8324 ImGuiWindow* window = GetCurrentWindow(); in BeginColumns() local
8388 ImGuiWindow* window = GetCurrentWindow(); in EndColumns() local
8455 ImGuiWindow* window = GetCurrentWindow(); in Columns() local
8493 ImGuiWindow* window = g.CurrentWindow; in BeginDragDropSource() local
8653 ImGuiWindow* window = g.CurrentWindow; in BeginDragDropTargetCustom() local
8679 ImGuiWindow* window = g.CurrentWindow; in BeginDragDropTarget() local
8708 ImGuiWindow* window = g.CurrentWindow; in AcceptDragDropPayload() local
8797 ImGuiWindow* window = g.CurrentWindow; in LogRenderedText() local
8838 ImGuiWindow* window = g.CurrentWindow; in LogToTTY() local
8854 ImGuiWindow* window = g.CurrentWindow; in LogToFile() local
8882 ImGuiWindow* window = g.CurrentWindow; in LogToClipboard() local
8951 void ImGui::MarkIniSettingsDirty(ImGuiWindow* window) in MarkIniSettingsDirty()
9125 ImGuiWindow* window = g.Windows[i]; in SettingsHandlerWindow_WriteAll() local
9459 ImGuiWindow* window = g.OpenPopupStack[i].Window; in ShowMetricsWindow() local
9495 ImGuiWindow* window = g.Windows[n]; in ShowMetricsWindow() local