Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c2450 RC_PROP_REQUIRE_BOOL = 4, enumerator
2469 if ((flags & RC_PROP_REQUIRE_BOOL) && (flags & RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_path()
2503 if (flags & (RC_PROP_REQUIRE_BOOL | RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_path()
2506 if (((flags & RC_PROP_REQUIRE_BOOL) && (prop_type != PROP_BOOLEAN)) || in radial_control_get_path()
2549 (RC_PROP_ALLOW_MISSING | RC_PROP_REQUIRE_BOOL))) { in radial_control_get_properties()
2605 RC_PROP_REQUIRE_BOOL)) { in radial_control_get_properties()