Searched refs:GetCurrentWindowRead (Results 1 – 2 of 2) sorted by relevance
2231 if (ItemsCount == 0 || ImGui::GetCurrentWindowRead()->SkipItems) in Step()2944 ImGuiWindow* window = GetCurrentWindowRead(); in CalcWrapWidthForPos()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()5658 ImGuiWindow* window = GetCurrentWindowRead(); in CalcItemWidth()6067 ImGuiWindow* window = GetCurrentWindowRead(); in SetWindowPos()6079 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowSize()[all …]
1318 …inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentW… in GetCurrentWindowRead() function