Home
last modified time | relevance | path

Searched defs:auto_fit_axises (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4332 const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (1 << ImGuiAxis_Y) : 0x00); in BeginChildEx() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5020 const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (1 << ImGuiAxis_Y) : 0x00); in BeginChildEx() local

Completed in 37 milliseconds