Searched refs:AntiAliasedShapes (Results 1 – 7 of 7) sorted by relevance
675 …bool AntiAliasedShapes; // Enable anti-aliasing on filled shapes (rounded rectangl… member
1555 ImGui::Checkbox("Anti-aliased shapes", &style.AntiAliasedShapes); in ShowStyleEditor()
577 anti_aliased &= GImGui->Style.AntiAliasedShapes; in AddConvexPolyFilled()
715 …AntiAliasedShapes = true; // Enable anti-aliasing on filled shapes (rounded rect… in ImGuiStyle()
711 …bool AntiAliasedShapes; // Enable anti-aliasing on filled shapes (rounded rectangl… member
601 anti_aliased &= GImGui->Style.AntiAliasedShapes; in AddConvexPolyFilled()
768 …AntiAliasedShapes = true; // Enable anti-aliasing on filled shapes (rounded rect… in ImGuiStyle()