Searched refs:GetCurrentWindowRead (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2231 if (ItemsCount == 0 || ImGui::GetCurrentWindowRead()->SkipItems)
2944 ImGuiWindow* window = GetCurrentWindowRead();
4277 ImGuiWindow* window = GetCurrentWindowRead();
4283 ImGuiWindow* window = GetCurrentWindowRead();
4299 ImGuiWindow* window = GetCurrentWindowRead();
4305 ImGuiWindow* window = GetCurrentWindowRead();
4311 ImGuiWindow* window = GetCurrentWindowRead();
5658 ImGuiWindow* window = GetCurrentWindowRead();
6067 ImGuiWindow* window = GetCurrentWindowRead();
6079 ImGuiWindow* window = GetCurrentWindowRead();
[all...]
H A Dimgui_internal.h1318 inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentWindow; } function in namespace:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2231 if (ItemsCount == 0 || ImGui::GetCurrentWindowRead()->SkipItems)
2944 ImGuiWindow* window = GetCurrentWindowRead();
4277 ImGuiWindow* window = GetCurrentWindowRead();
4283 ImGuiWindow* window = GetCurrentWindowRead();
4299 ImGuiWindow* window = GetCurrentWindowRead();
4305 ImGuiWindow* window = GetCurrentWindowRead();
4311 ImGuiWindow* window = GetCurrentWindowRead();
5658 ImGuiWindow* window = GetCurrentWindowRead();
6067 ImGuiWindow* window = GetCurrentWindowRead();
6079 ImGuiWindow* window = GetCurrentWindowRead();
[all...]
H A Dimgui_internal.h1318 inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentWindow; } function in namespace:ImGui

Completed in 41 milliseconds