Home
last modified time | relevance | path

Searched refs:GetCurrentWindow (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp129 ImGuiWindow* window = GetCurrentWindow(); in TextUnformatted()
244 ImGuiWindow* window = GetCurrentWindow(); in TextV()
312 ImGuiWindow* window = GetCurrentWindow(); in LabelTextV()
346 ImGuiWindow* window = GetCurrentWindow(); in BulletTextV()
391 ImGuiWindow* window = GetCurrentWindow(); in ButtonBehavior()
546 ImGuiWindow* window = GetCurrentWindow(); in ButtonEx()
606 ImGuiWindow* window = GetCurrentWindow(); in InvisibleButton()
628 ImGuiWindow* window = GetCurrentWindow(); in ArrowButtonEx()
844 ImGuiWindow* window = GetCurrentWindow(); in Image()
872 ImGuiWindow* window = GetCurrentWindow(); in ImageButton()
[all …]
Dimgui.cpp2192 ImGuiWindow* window = ImGui::GetCurrentWindow(); in SetCursorPosYAndSetupDummyPrevLine()
3747 ImGuiWindow* window = GetCurrentWindow(); in PushClipRect()
3754 ImGuiWindow* window = GetCurrentWindow(); in PopClipRect()
4374 ImGuiWindow* window = GetCurrentWindow(); in BeginChild()
5630 ImGuiWindow* window = GetCurrentWindow(); in PushItemWidth()
5637 ImGuiWindow* window = GetCurrentWindow(); in PushMultiItemsWidths()
5651 ImGuiWindow* window = GetCurrentWindow(); in PopItemWidth()
5705 ImGuiWindow* window = GetCurrentWindow(); in PushItemFlag()
5715 ImGuiWindow* window = GetCurrentWindow(); in PopItemFlag()
5743 ImGuiWindow* window = GetCurrentWindow(); in PushTextWrapPos()
[all …]
Dimgui_internal.h1319 …inline ImGuiWindow* GetCurrentWindow() { ImGuiContext& g = *GImGui; g.CurrentWindow->… in GetCurrentWindow() function