Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.h588 bool hasCustomColor = (0 != (m_collisionFlags & CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR)); in ATTRIBUTE_ALIGNED16() local
589 if (hasCustomColor) in ATTRIBUTE_ALIGNED16()
593 return hasCustomColor; in ATTRIBUTE_ALIGNED16()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.h586 bool hasCustomColor = (0 != (m_collisionFlags & CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR)); in ATTRIBUTE_ALIGNED16() local
587 if (hasCustomColor) in ATTRIBUTE_ALIGNED16()
591 return hasCustomColor; in ATTRIBUTE_ALIGNED16()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.h574 bool hasCustomColor = (0!=(m_collisionFlags&CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR)); in ATTRIBUTE_ALIGNED16() local
575 if (hasCustomColor) in ATTRIBUTE_ALIGNED16()
579 return hasCustomColor; in ATTRIBUTE_ALIGNED16()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.h588 bool hasCustomColor = (0 != (m_collisionFlags & CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR)); in ATTRIBUTE_ALIGNED16() local
589 if (hasCustomColor) in ATTRIBUTE_ALIGNED16()
593 return hasCustomColor; in ATTRIBUTE_ALIGNED16()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.h576 bool hasCustomColor = (0 != (m_collisionFlags & CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR)); in ATTRIBUTE_ALIGNED16() local
577 if (hasCustomColor) in ATTRIBUTE_ALIGNED16()
581 return hasCustomColor; in ATTRIBUTE_ALIGNED16()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.h576 bool hasCustomColor = (0 != (m_collisionFlags & CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR)); in ATTRIBUTE_ALIGNED16() local
577 if (hasCustomColor) in ATTRIBUTE_ALIGNED16()
581 return hasCustomColor; in ATTRIBUTE_ALIGNED16()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionObject.h576 bool hasCustomColor = (0 != (m_collisionFlags & CF_HAS_CUSTOM_DEBUG_RENDERING_COLOR)); in ATTRIBUTE_ALIGNED16() local
577 if (hasCustomColor) in ATTRIBUTE_ALIGNED16()
581 return hasCustomColor; in ATTRIBUTE_ALIGNED16()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/widgets/
H A DToken.h64 bool hasCustomColor() const { return m_customColor; } in hasCustomColor() function
H A DTokenPool.cpp45 …if( token->hasCustomColor() ) // don't override the default tooltip color if possible. This very e… in addToken()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Playlist/
H A DPlaylistDelegate.cpp112 …QColor getCurrentTrackColor(bool hasCustomColor, const QString& customColor, const QColor& standar… in getCurrentTrackColor() argument
114 if(hasCustomColor) in getCurrentTrackColor()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSTabViewItem.inc37 hasCustomColor: 0..1;
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Ddisasm.c2711 bool hasCustomColor = false; in ds_print_offset() local
2722 hasCustomColor = true; in ds_print_offset()
2780 if (hasCustomColor) { in ds_print_offset()