Lines Matching refs:ref
517 … NW_DEPRECATED_FUNCTION(const char* GetTargetName() const) { return ref().toTargetName.to_ptr(); } in NW_RES_FIELD_FLAGS_DECL()
518 …NW_DEPRECATED_FUNCTION(const char* GetBaseObjectPath() const) { return ref().toBaseObjectPath.to_p… in NW_DEPRECATED_FUNCTION()
740 if ( ref().m_Flags & (hasNoCurveFlag) ) \
746 return reinterpret_cast<const type*>( ref().to##name.to_ptr() ); \
752 if ( ref().m_Flags & (hasNoCurveFlag) ) \
758 return reinterpret_cast<type*>( ref().to##name.to_ptr() ); \
766 if ( ref().m_Flags & (constantFlag) ) \
768 return ref().constantValue##name; \
773 reinterpret_cast<const ResFloatCurveData*>( ref().to##name.to_ptr() ), \
782 if ( ref().m_Flags & (constantFlag) ) \
784 return ref().constantValue##name; \
789 reinterpret_cast<const ResIntCurveData*>( ref().to##name.to_ptr() ), \
798 if ( ref().m_Flags & (constantFlag) ) \
803 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
811 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
833 if ( ref().m_Flags & ResFloatAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
835 return ref().constantValue; in NW_RESANM_GETCURVE_DECL()
840 reinterpret_cast<const ResFloatCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
882 if ( ref().m_Flags & ResIntAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
884 return ref().constantValue; in NW_RESANM_GETCURVE_DECL()
889 reinterpret_cast<const ResIntCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
930 if ( ref().m_Flags & ResBoolAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
932 return (ref().m_Flags & ResBoolAnimData::FLAG_CONSTANT_VALUE)? true : false; in NW_RESANM_GETCURVE_DECL()
937 reinterpret_cast<const ResBoolCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
1163 ( ref().m_Flags & ResBakedTransformAnimData::FLAG_CONSTANT_ROTATE ) ? 0 : frame; in NW_RESANM_EVALUATE_VEC3_DECL()
1165 …CalcRotateCurve( result, flags, reinterpret_cast<const ResVector4CurveData*>( ref().toRotate.to_pt… in NW_RESANM_EVALUATE_VEC3_DECL()
1170 ( ref().m_Flags & ResBakedTransformAnimData::FLAG_CONSTANT_TRANSLATE ) ? 0 : frame; in EvaluateTranslate()
1172 …CalcTranslateCurve(result, flags, reinterpret_cast<const ResVector3CurveData*>( ref().toTranslate.… in EvaluateTranslate()
1195 return reinterpret_cast<const ResFullBakedCurveData*>( ref().toTransform.to_ptr() ); in GetTransform()
1200 return reinterpret_cast<ResFullBakedCurveData*>( ref().toTransform.to_ptr() ); in GetTransform()