Lines Matching refs:ref

745         if ( ref().m_Flags & (hasNoCurveFlag) )                                 \
751 return reinterpret_cast<const type*>( ref().to##name.to_ptr() ); \
757 if ( ref().m_Flags & (hasNoCurveFlag) ) \
763 return reinterpret_cast<type*>( ref().to##name.to_ptr() ); \
771 if ( ref().m_Flags & (constantFlag) ) \
773 return ref().constantValue##name; \
778 reinterpret_cast<const ResFloatCurveData*>( ref().to##name.to_ptr() ), \
787 if ( ref().m_Flags & (constantFlag) ) \
789 return ref().constantValue##name; \
794 reinterpret_cast<const ResIntCurveData*>( ref().to##name.to_ptr() ), \
803 if ( ref().m_Flags & (constantFlag) ) \
808 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
816 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
838 if ( ref().m_Flags & ResFloatAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
840 return ref().constantValue; in NW_RESANM_GETCURVE_DECL()
845 reinterpret_cast<const ResFloatCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
887 if ( ref().m_Flags & ResIntAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
889 return ref().constantValue; in NW_RESANM_GETCURVE_DECL()
894 reinterpret_cast<const ResIntCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
935 if ( ref().m_Flags & ResBoolAnimData::FLAG_CONSTANT ) in NW_RESANM_GETCURVE_DECL()
937 return (ref().m_Flags & ResBoolAnimData::FLAG_CONSTANT_VALUE)? true : false; in NW_RESANM_GETCURVE_DECL()
942 reinterpret_cast<const ResBoolCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
1168 ( ref().m_Flags & ResBakedTransformAnimData::FLAG_CONSTANT_ROTATE ) ? 0 : frame; in NW_RESANM_EVALUATE_VEC3_DECL()
1170 …CalcRotateCurve( result, flags, reinterpret_cast<const ResVector4CurveData*>( ref().toRotate.to_pt… in NW_RESANM_EVALUATE_VEC3_DECL()
1175 ( ref().m_Flags & ResBakedTransformAnimData::FLAG_CONSTANT_TRANSLATE ) ? 0 : frame; in EvaluateTranslate()
1177 …CalcTranslateCurve(result, flags, reinterpret_cast<const ResVector3CurveData*>( ref().toTranslate.… in EvaluateTranslate()
1200 return reinterpret_cast<const ResFullBakedCurveData*>( ref().toTransform.to_ptr() ); in GetTransform()
1205 return reinterpret_cast<ResFullBakedCurveData*>( ref().toTransform.to_ptr() ); in GetTransform()