Home
last modified time | relevance | path

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

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui.h675 …bool AntiAliasedShapes; // Enable anti-aliasing on filled shapes (rounded rectangl… member
H A Dimgui_demo.cpp1555 ImGui::Checkbox("Anti-aliased shapes", &style.AntiAliasedShapes); in ShowStyleEditor()
H A Dimgui_draw.cpp577 anti_aliased &= GImGui->Style.AntiAliasedShapes; in AddConvexPolyFilled()
H A Dimgui.cpp715AntiAliasedShapes = true; // Enable anti-aliasing on filled shapes (rounded rect… in ImGuiStyle()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/
H A Dimgui.h711 …bool AntiAliasedShapes; // Enable anti-aliasing on filled shapes (rounded rectangl… member
H A Dimgui_draw.cpp601 anti_aliased &= GImGui->Style.AntiAliasedShapes; in AddConvexPolyFilled()
H A Dimgui.cpp768AntiAliasedShapes = true; // Enable anti-aliasing on filled shapes (rounded rect… in ImGuiStyle()