Home
last modified time | relevance | path

Searched refs:SetWindowPosPivot (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h1143 …ImVec2 SetWindowPosPivot; // store window pivot for positioning.… member
Dimgui.cpp2478 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()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h1174 …ImVec2 SetWindowPosPivot; // store window pivot for positioning.… member
Dimgui.cpp2535 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()
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1969 …ImVec2 SetWindowPosPivot; // store window pivot for positioning.… member
Dimgui.cpp2950 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()