Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds