Home
last modified time | relevance | path

Searched refs:show_app_constrained_resize (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp185 static bool show_app_constrained_resize = false; in ShowDemoWindow() local
198 if (show_app_constrained_resize) ShowExampleAppConstrainedResize(&show_app_constrained_resize); in ShowDemoWindow()
270 ImGui::MenuItem("Constrained-resizing window", NULL, &show_app_constrained_resize); in ShowDemoWindow()