Lines Matching refs:to_ptr
615 return reinterpret_cast<const type*>( ref().to##name.to_ptr() ); \
627 return reinterpret_cast<type*>( ref().to##name.to_ptr() ); \
642 reinterpret_cast<const ResFloatCurveData*>( ref().to##name.to_ptr() ), \
658 reinterpret_cast<const ResIntCurveData*>( ref().to##name.to_ptr() ), \
672 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
680 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
709 reinterpret_cast<const ResFloatCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
758 reinterpret_cast<const ResIntCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
806 reinterpret_cast<const ResBoolCurveData*>( ref().toCurve.to_ptr() ), in NW_RESANM_GETCURVE_DECL()
1034 …Curve( result, flags, reinterpret_cast<const ResVector4CurveData*>( ref().toRotate.to_ptr() ), f ); in NW_RESANM_EVALUATE_VEC3_DECL()
1041 …rve(result, flags, reinterpret_cast<const ResVector3CurveData*>( ref().toTranslate.to_ptr() ), f ); in EvaluateTranslate()