Lines Matching refs:ref

609         if ( ref().m_Flags & (hasNoCurveFlag) )                                 \
615 return reinterpret_cast<const type*>( ref().to##name.to_ptr() ); \
621 if ( ref().m_Flags & (hasNoCurveFlag) ) \
627 return reinterpret_cast<type*>( ref().to##name.to_ptr() ); \
635 if ( ref().m_Flags & (constantFlag) ) \
637 return ref().constantValue##name; \
642 reinterpret_cast<const ResFloatCurveData*>( ref().to##name.to_ptr() ), \
651 if ( ref().m_Flags & (constantFlag) ) \
653 return ref().constantValue##name; \
658 reinterpret_cast<const ResIntCurveData*>( ref().to##name.to_ptr() ), \
667 if ( ref().m_Flags & (constantFlag) ) \
672 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
680 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
702 if ( ref().m_Flags & ResFloatAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
704 return ref().constantValue; in NW_RESANM_GETCURVE_DECL()
709 reinterpret_cast<const ResFloatCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
751 if ( ref().m_Flags & ResIntAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
753 return ref().constantValue; in NW_RESANM_GETCURVE_DECL()
758 reinterpret_cast<const ResIntCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
799 if ( ref().m_Flags & ResBoolAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
801 return (ref().m_Flags & ResBoolAnimData::FLAG_CONSTANT_VALUE)? true : false; in NW_RESANM_GETCURVE_DECL()
806 reinterpret_cast<const ResBoolCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
1032 ( ref().m_Flags & ResBakedTransformAnimData::FLAG_CONSTANT_ROTATE ) ? 0 : frame; in NW_RESANM_EVALUATE_VEC3_DECL()
1034 …CalcRotateCurve( result, flags, reinterpret_cast<const ResVector4CurveData*>( ref().toRotate.to_pt… in NW_RESANM_EVALUATE_VEC3_DECL()
1039 ( ref().m_Flags & ResBakedTransformAnimData::FLAG_CONSTANT_TRANSLATE ) ? 0 : frame; in EvaluateTranslate()
1041 …CalcTranslateCurve(result, flags, reinterpret_cast<const ResVector3CurveData*>( ref().toTranslate.… in EvaluateTranslate()