Searched refs:SetWindowPosVal (Results 1 – 2 of 2) sorted by relevance
1173 …ImVec2 SetWindowPosVal; // store window position when using a … member
2535 SetWindowPosVal = SetWindowPosPivot = ImVec2(FLT_MAX, FLT_MAX); in ImGuiWindow()4943 window->SetWindowPosVal = g.NextWindowData.PosVal; in Begin()5126 …const bool window_pos_with_pivot = (window->SetWindowPosVal.x != FLT_MAX && window->HiddenFramesFo… in Begin()5128 …SetWindowPos(window, ImMax(style.DisplaySafeAreaPadding, window->SetWindowPosVal - window->SizeFul… in Begin()6056 window->SetWindowPosVal = ImVec2(FLT_MAX, FLT_MAX); in SetWindowPos()