Lines Matching refs:CurrentWindow

2288     ImGuiWindow* window = g.CurrentWindow;
2314 ImGuiWindow* window = g.CurrentWindow;
2366 ImGuiWindow* window = g.CurrentWindow;
2376 ImGuiWindow* window = g.CurrentWindow;
2389 ImGuiWindow* window = g.CurrentWindow;
2430 g.CurrentWindow->DrawList->AddTriangleFilled(center + a, center + b, center + c, GetColorU32(ImGuiCol_Text));
2436 ImGuiWindow* window = g.CurrentWindow;
2443 ImGuiWindow* window = g.CurrentWindow;
2465 ImGuiWindow* window = g.CurrentWindow;
2607 g.CurrentWindow = window;
2717 //IM_ASSERT(g.CurrentWindow->DC.LastItemId == id);
2719 g.CurrentWindow->DC.LastItemStatusFlags |= ImGuiItemStatusFlags_Edited;
2746 ImGuiWindow* window = g.CurrentWindow;
2781 ImGuiWindow* window = g.CurrentWindow;
2824 ImGuiWindow* window = g.CurrentWindow;
2868 ImGuiWindow* window = g.CurrentWindow;
2887 ImGuiWindow* window = g.CurrentWindow;
2931 content_max = g.CurrentWindow->Pos + GetContentRegionMax();
2933 size.x = (size.x == 0.0f) ? default_x : ImMax(content_max.x - g.CurrentWindow->DC.CursorPos.x, 4.0f) + size.x;
2935 size.y = (size.y == 0.0f) ? default_y : ImMax(content_max.y - g.CurrentWindow->DC.CursorPos.y, 4.0f) + size.y;
3591 g.CurrentWindow = NULL;
3793 if (g.CurrentWindow && !g.CurrentWindow->WriteAccessed)
3794 g.CurrentWindow->Active = false;
3926 ImGuiWindow* window = g.CurrentWindow;
4014 rect_clipped.ClipWith(g.CurrentWindow->ClipRect);
4211 ImGuiWindow* window = g.CurrentWindow;
4222 ImGuiWindow* window = g.CurrentWindow;
4232 ImGuiWindow* window = g.CurrentWindow;
4245 ImGuiWindow* window = g.CurrentWindow;
4291 if (g.HoveredId == g.CurrentWindow->DC.LastItemId)
4293 if (g.ActiveId == g.CurrentWindow->DC.LastItemId)
4324 ImGuiWindow* parent_window = g.CurrentWindow;
4352 ImGuiWindow* child_window = g.CurrentWindow;
4387 ImGuiWindow* window = g.CurrentWindow;
4403 ImGuiWindow* parent_window = g.CurrentWindow;
5514 ImGuiWindow* window = g.CurrentWindow;
5677 g.FontSize = g.CurrentWindow ? g.CurrentWindow->CalcFontSize() : 0.0f;
5692 g.CurrentWindow->DrawList->PushTextureID(font->ContainerAtlas->TexID);
5698 g.CurrentWindow->DrawList->PopTextureID();
5960 if (g.HoveredRootWindow != g.CurrentWindow->RootWindow)
5964 if (g.HoveredWindow != g.CurrentWindow->RootWindow)
5968 if (g.HoveredWindow == NULL || !IsWindowChildOf(g.HoveredWindow, g.CurrentWindow))
5972 if (g.HoveredWindow != g.CurrentWindow)
5993 IM_ASSERT(g.CurrentWindow); // Not inside a Begin()/End()
5997 return g.NavWindow && g.NavWindow->RootWindow == g.CurrentWindow->RootWindow;
5999 return g.NavWindow == g.CurrentWindow->RootWindow;
6001 return g.NavWindow && IsWindowChildOf(g.NavWindow, g.CurrentWindow);
6003 return g.NavWindow == g.CurrentWindow;
6017 ImGuiWindow* window = GImGui->CurrentWindow;
6023 ImGuiWindow* window = GImGui->CurrentWindow;
6030 ImGuiWindow* window = g.CurrentWindow;
6117 SetWindowSize(GImGui->CurrentWindow, size, cond);
6139 SetWindowCollapsed(GImGui->CurrentWindow, collapsed, cond);
6162 FocusWindow(GImGui->CurrentWindow);
6387 return GImGui->CurrentWindow->Scroll.x;
6392 return GImGui->CurrentWindow->Scroll.y;
6397 return GetWindowScrollMaxX(GImGui->CurrentWindow);
6402 return GetWindowScrollMaxY(GImGui->CurrentWindow);
6454 ImGuiWindow* window = g.CurrentWindow;
6470 ImGuiWindow* window = GImGui->CurrentWindow;
6476 ImGuiWindow* window = GImGui->CurrentWindow;
6482 ImGuiWindow* window = GImGui->CurrentWindow;
6488 ImGuiWindow* window = GImGui->CurrentWindow;
6494 ImGuiWindow* window = GImGui->CurrentWindow;
6501 ImGuiWindow* window = GImGui->CurrentWindow;
6507 ImGuiWindow* window = GImGui->CurrentWindow;
6513 ImGuiWindow* window = GImGui->CurrentWindow;
6519 ImGuiWindow* window = GImGui->CurrentWindow;
6525 ImGuiWindow* window = GImGui->CurrentWindow;
6531 ImGuiWindow* window = GImGui->CurrentWindow;;
6537 ImGuiWindow* window = GImGui->CurrentWindow;;
6733 return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].PopupId == g.CurrentWindow->GetID(str_id);
6749 OpenPopupEx(g.CurrentWindow->GetID(str_id));
6759 ImGuiWindow* parent_window = g.CurrentWindow;
6800 ImGuiWindow* window = GImGui->CurrentWindow;
6933 return BeginPopupEx(g.CurrentWindow->GetID(str_id), flags);
6941 ImGuiWindow* window = g.CurrentWindow;
6969 IM_ASSERT(g.CurrentWindow->Flags & ImGuiWindowFlags_Popup); // Mismatched BeginPopup()/EndPopup() calls
6973 NavMoveRequestTryWrapping(g.CurrentWindow, ImGuiNavMoveFlags_LoopY);
6983 ImGuiWindow* window = GImGui->CurrentWindow;
6995 ImGuiID id = GImGui->CurrentWindow->GetID(str_id);
7006 ImGuiID id = GImGui->CurrentWindow->GetID(str_id);
7084 IM_ASSERT(g.CurrentWindow == window);
7162 ImGuiWindow* window = g.CurrentWindow;
8215 ImGuiWindow* window = g.CurrentWindow;
8269 ImGuiWindow* window = g.CurrentWindow;
8493 ImGuiWindow* window = g.CurrentWindow;
8574 ImGuiWindow* tooltip_window = g.CurrentWindow;
8653 ImGuiWindow* window = g.CurrentWindow;
8679 ImGuiWindow* window = g.CurrentWindow;
8708 ImGuiWindow* window = g.CurrentWindow;
8797 ImGuiWindow* window = g.CurrentWindow;
8838 ImGuiWindow* window = g.CurrentWindow;
8854 ImGuiWindow* window = g.CurrentWindow;
8882 ImGuiWindow* window = g.CurrentWindow;