Searched refs:PosPivotVal (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h716 ImVec2 PosPivotVal; member in struct:ImGuiNextWindowData
729 PosVal = PosPivotVal = SizeVal = ImVec2(0.0f, 0.0f);
H A Dimgui.cpp4939 if (window_pos_set_by_api && ImLengthSqr(g.NextWindowData.PosPivotVal) > 0.00001f)
4944 window->SetWindowPosPivot = g.NextWindowData.PosPivotVal;
6183 g.NextWindowData.PosPivotVal = pivot;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h716 ImVec2 PosPivotVal; member in struct:ImGuiNextWindowData
729 PosVal = PosPivotVal = SizeVal = ImVec2(0.0f, 0.0f);
H A Dimgui.cpp4939 if (window_pos_set_by_api && ImLengthSqr(g.NextWindowData.PosPivotVal) > 0.00001f)
4944 window->SetWindowPosPivot = g.NextWindowData.PosPivotVal;
6183 g.NextWindowData.PosPivotVal = pivot;

Completed in 43 milliseconds