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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1136 ImVec2 SizeFullAtLastBegin; // Copy of SizeFull at the end of Begin. This is the reference value we'll use on the next frame to decide if we need scrollbars. member in struct:ImGuiWindow
H A Dimgui.cpp4502 window->Size = window->SizeFull = window->SizeFullAtLastBegin = ImFloor(size);
5097 float size_x_for_scrollbars = size_full_modified.x != FLT_MAX ? window->SizeFull.x : window->SizeFullAtLastBegin.x;
5098 float size_y_for_scrollbars = size_full_modified.y != FLT_MAX ? window->SizeFull.y : window->SizeFullAtLastBegin.y;
5305 window->SizeFullAtLastBegin = window->SizeFull;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1136 ImVec2 SizeFullAtLastBegin; // Copy of SizeFull at the end of Begin. This is the reference value we'll use on the next frame to decide if we need scrollbars. member in struct:ImGuiWindow
H A Dimgui.cpp4502 window->Size = window->SizeFull = window->SizeFullAtLastBegin = ImFloor(size);
5097 float size_x_for_scrollbars = size_full_modified.x != FLT_MAX ? window->SizeFull.x : window->SizeFullAtLastBegin.x;
5098 float size_y_for_scrollbars = size_full_modified.y != FLT_MAX ? window->SizeFull.y : window->SizeFullAtLastBegin.y;
5305 window->SizeFullAtLastBegin = window->SizeFull;

Completed in 77 milliseconds