Home
last modified time | relevance | path

Searched defs:CustomConstraints (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp3715 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
3717 …MAX(data->DesiredSize.x, data->DesiredSize.y), IM_MAX(data->DesiredSize.x, data->DesiredSize.y)); } in ShowExampleAppConstrainedResize()
3718 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()