Lines Matching refs:constexpr
71 static const constexpr bool button_round_top_left = false;
72 static const constexpr bool button_round_top_right = false;
73 static const constexpr bool button_round_bottom_left = false;
74 static const constexpr bool button_round_bottom_right = false;
75 static const constexpr std::tuple<> button_drawable_objects = {};
76 static const constexpr Color button_drawable_object_color = 0xff000000;
100 constexpr const size_t convex_object_count = in draw()
113 #define CornerRadius(radius) static const constexpr auto button_radius = radius
115 #define ButtonColor(color) static const constexpr auto button_color = color
117 #define RoundTopLeft static const constexpr bool button_round_top_left = true
118 #define RoundTopRight static const constexpr bool button_round_top_right = true
119 #define RoundBottomLeft static const constexpr bool button_round_bottom_left = true
120 #define RoundBottomRight static const constexpr bool button_round_bottom_right = true
130 static constexpr const auto button_drawable_objects = convex_objects
132 #define ConvexObjectColor(color) static constexpr const auto button_drawable_object_color = color