Searched refs:content_max (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2929 ImVec2 content_max; local in function:ImGui::CalcItemSize
2931 content_max = g.CurrentWindow->Pos + GetContentRegionMax();
2933 size.x = (size.x == 0.0f) ? default_x : ImMax(content_max.x - g.CurrentWindow->DC.CursorPos.x, 4.0f) + size.x;
2935 size.y = (size.y == 0.0f) ? default_y : ImMax(content_max.y - g.CurrentWindow->DC.CursorPos.y, 4.0f) + size.y;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2929 ImVec2 content_max; local in function:ImGui::CalcItemSize
2931 content_max = g.CurrentWindow->Pos + GetContentRegionMax();
2933 size.x = (size.x == 0.0f) ? default_x : ImMax(content_max.x - g.CurrentWindow->DC.CursorPos.x, 4.0f) + size.x;
2935 size.y = (size.y == 0.0f) ? default_y : ImMax(content_max.y - g.CurrentWindow->DC.CursorPos.y, 4.0f) + size.y;

Completed in 35 milliseconds