Home
last modified time | relevance | path

Searched refs:GetCurrentWindowRead (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp2175 if (ItemsCount == 0 || ImGui::GetCurrentWindowRead()->SkipItems) in Step()
2884 ImGuiWindow* window = GetCurrentWindowRead(); in CalcWrapWidthForPos()
4196 ImGuiWindow* window = GetCurrentWindowRead(); in IsItemVisible()
4202 ImGuiWindow* window = GetCurrentWindowRead(); in IsItemEdited()
4218 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectMin()
4224 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectMax()
4230 ImGuiWindow* window = GetCurrentWindowRead(); in GetItemRectSize()
5532 ImGuiWindow* window = GetCurrentWindowRead(); in CalcItemWidth()
5940 ImGuiWindow* window = GetCurrentWindowRead(); in SetWindowPos()
5952 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowSize()
[all …]
Dimgui_internal.h1275 …inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentW… in GetCurrentWindowRead() function
/third_party/mesa3d/src/imgui/
Dimgui.cpp2231 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 …]
Dimgui_internal.h1318 …inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentW… in GetCurrentWindowRead() function
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp3646 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnIndex()
3652 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnsCount()
3687 ImGuiWindow* window = GetCurrentWindowRead(); in GetColumnOffset()
3751 ImGuiWindow* window = GetCurrentWindowRead(); in SetColumnWidth()
3762 ImGuiWindow* window = GetCurrentWindowRead(); in PushColumnClipRect()
3774 ImGuiWindow* window = GetCurrentWindowRead(); in PushColumnsBackground()
3787 ImGuiWindow* window = GetCurrentWindowRead(); in PopColumnsBackground()
Dimgui.cpp6849 ImGuiWindow* window = GetCurrentWindowRead(); in SetWindowPos()
6861 ImGuiWindow* window = GetCurrentWindowRead(); in GetWindowSize()
6933 ImGuiWindow* window = GetCurrentWindowRead(); in IsWindowCollapsed()
6939 ImGuiWindow* window = GetCurrentWindowRead(); in IsWindowAppearing()
7621 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorScreenPos()
7636 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPos()
7642 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPosX()
7648 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorPosY()
7675 ImGuiWindow* window = GetCurrentWindowRead(); in GetCursorStartPos()
8231 …IM_ASSERT(GetCurrentWindowRead()->Flags & ImGuiWindowFlags_Tooltip); // Mismatched BeginTooltip(… in EndTooltip()
Dimgui_internal.h2378 …inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentW… in GetCurrentWindowRead() function