Searched refs:SetWindowPosPivot (Results 1 – 6 of 6) sorted by relevance
1143 …ImVec2 SetWindowPosPivot; // store window pivot for positioning.… member
2478 SetWindowPosVal = SetWindowPosPivot = ImVec2(FLT_MAX, FLT_MAX); in ImGuiWindow()4820 window->SetWindowPosPivot = g.NextWindowData.PosPivotVal; in Begin()5004 …feAreaPadding, window->SetWindowPosVal - window->SizeFull * window->SetWindowPosPivot), 0); // Pos… in Begin()
1174 …ImVec2 SetWindowPosPivot; // store window pivot for positioning.… member
2535 SetWindowPosVal = SetWindowPosPivot = ImVec2(FLT_MAX, FLT_MAX); in ImGuiWindow()4944 window->SetWindowPosPivot = g.NextWindowData.PosPivotVal; in Begin()5128 …feAreaPadding, window->SetWindowPosVal - window->SizeFull * window->SetWindowPosPivot), 0); // Pos… in Begin()
1969 …ImVec2 SetWindowPosPivot; // store window pivot for positioning.… member
2950 SetWindowPosVal = SetWindowPosPivot = ImVec2(FLT_MAX, FLT_MAX); in ImGuiWindow()5862 window->SetWindowPosPivot = g.NextWindowData.PosPivotVal; in Begin()6064 …SetWindowPos(window, window->SetWindowPosVal - window->Size * window->SetWindowPosPivot, 0); // Po… in Begin()