Searched refs:GetCurrentWindow (Results 1 – 3 of 3) sorted by relevance
129 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 …]
2192 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 …]
1319 …inline ImGuiWindow* GetCurrentWindow() { ImGuiContext& g = *GImGui; g.CurrentWindow->… in GetCurrentWindow() function