Searched refs:parent_window (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 4324 ImGuiWindow* parent_window = g.CurrentWindow; in BeginChildEx() local 4327 flags |= (parent_window->Flags & ImGuiWindowFlags_NoMove); // Inherit the NoMove flag in BeginChildEx() 4342 ImFormatString(title, IM_ARRAYSIZE(title), "%s/%s_%08X", parent_window->Name, name, id); in BeginChildEx() 4344 ImFormatString(title, IM_ARRAYSIZE(title), "%s/%08X", parent_window->Name, id); in BeginChildEx() 4359 parent_window->DC.CursorPos = child_window->Pos; in BeginChildEx() 4403 ImGuiWindow* parent_window = g.CurrentWindow; in EndChild() local 4404 ImRect bb(parent_window->DC.CursorPos, parent_window->DC.CursorPos + sz); in EndChild() 4844 void ImGui::UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window) in UpdateWindowParentAndRootLinks() argument 4846 window->ParentWindow = parent_window; in UpdateWindowParentAndRootLinks() 4901 ImGuiWindow* parent_window = first_begin_of_the_frame ? ((flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_Popup)) ? parent_window_in_stack : NULL) : window->ParentWindow; Begin() local 6759 ImGuiWindow* parent_window = g.CurrentWindow; OpenPopupEx() local 7085 ImGuiWindow* parent_window = g.CurrentWindowStack[g.CurrentWindowStack.Size - 2]; FindBestWindowPosForPopup() local 7423 ImGuiWindow* parent_window = nav_window; NavSaveLastChildNavWindow() local 7677 ImGuiWindow* parent_window = g.NavWindow->ParentWindow; NavUpdate() local [all...] |
H A D | imgui_internal.h | 1327 IMGUI_API void UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window);
|
H A D | imgui_widgets.cpp | 5187 ImGuiWindow* parent_window = GetCurrentWindow()->ParentWindow; 5188 const ImRect bb = parent_window->DC.LastItemRect; 5196 parent_window->DC.CursorPos = bb.Min;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 5012 ImGuiWindow* parent_window = g.CurrentWindow; in BeginChildEx() local 5015 flags |= (parent_window->Flags & ImGuiWindowFlags_NoMove); // Inherit the NoMove flag in BeginChildEx() 5029 ImFormatString(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), "%s/%s_%08X", parent_window->Name, name, id); in BeginChildEx() 5031 ImFormatString(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), "%s/%08X", parent_window->Name, id); in BeginChildEx() 5046 parent_window->DC.CursorPos = child_window->Pos; in BeginChildEx() 5093 ImGuiWindow* parent_window = g.CurrentWindow; in EndChild() local 5094 ImRect bb(parent_window->DC.CursorPos, parent_window->DC.CursorPos + sz); in EndChild() 5744 void ImGui::UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window) in UpdateWindowParentAndRootLinks() argument 5746 window->ParentWindow = parent_window; in UpdateWindowParentAndRootLinks() 5821 ImGuiWindow* parent_window = first_begin_of_the_frame ? ((flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_Popup)) ? parent_window_in_stack : NULL) : window->ParentWindow; Begin() local 8323 ImGuiWindow* parent_window = g.CurrentWindow; OpenPopupEx() local 8748 ImGuiWindow* parent_window = g.CurrentWindowStack[g.CurrentWindowStack.Size - 2].Window; FindBestWindowPosForPopup() local 9680 ImGuiWindow* parent_window = g.NavWindow->ParentWindow; NavUpdateCancelRequest() local [all...] |
H A D | imgui_internal.h | 2382 IMGUI_API void UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window);
|
/third_party/lame/ACM/ |
H A D | AEncodeProperties.h | 381 void UpdateDlgFromSlides(HWND parent_window) const;
|
Completed in 52 milliseconds