Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4330 const ImVec2 content_avail = GetContentRegionAvail(); in BeginChildEx() local
4334 size.x = ImMax(content_avail.x + size.x, 4.0f); // Arbitrary minimum child size (0.0f causing too much issues) in BeginChildEx()
4336 size.y = ImMax(content_avail.y + size.y, 4.0f); in BeginChildEx()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5018 const ImVec2 content_avail = GetContentRegionAvail(); in BeginChildEx() local
5022 size.x = ImMax(content_avail.x + size.x, 4.0f); // Arbitrary minimum child size (0.0f causing too much issues) in BeginChildEx()
5024 size.y = ImMax(content_avail.y + size.y, 4.0f); in BeginChildEx()

Completed in 38 milliseconds