Lines Matching defs:pKey

64         static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); }  in GetFrame()
65 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G… in GetFrameF32()
66 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue()
84 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
85 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32()
90 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue()
108 static FrameType GetFrame( const KeyType* pKey ) { return pKey->m_Frame; } in GetFrame()
109 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m… in GetFrameF32()
110 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue()
111 static f32 GetInSlope( const KeyType* pKey ) { return pKey->m_InSlope; } in GetInSlope()
112 static f32 GetOutSlope( const KeyType* pKey ) { return pKey->m_OutSlope; } in GetOutSlope()
130 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
131 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32()
136 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue()
141 static f32 GetInSlope( const KeyType* pKey ) { return pKey->GetInSlope(); } in GetInSlope()
142 static f32 GetOutSlope( const KeyType* pKey ) { return pKey->GetOutSlope(); } in GetOutSlope()
160 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
161 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32()
166 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue()
171 static f32 GetInSlope( const KeyType* pKey ) { return pKey->GetInSlope(); } in GetInSlope()
172 static f32 GetOutSlope( const KeyType* pKey ) { return pKey->GetOutSlope(); } in GetOutSlope()
187 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
188 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G… in GetFrameF32()
189 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue()
190 static f32 GetSlope( const KeyType* pKey ) { return pKey->GetSlope(); } in GetSlope()
208 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
209 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32()
214 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue()
219 static f32 GetSlope( const KeyType* pKey ) { return pKey->GetSlope(); } in GetSlope()
237 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
238 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32()
243 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue()
248 static f32 GetSlope( const KeyType* pKey ) { return pKey->GetSlope(); } in GetSlope()
263 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
264 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetFr… in GetFrameF32()
265 …static s32 GetValue( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetValue… in GetValue()
279 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
280 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetFr… in GetFrameF32()
281 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue()
299 static FrameType GetFrame( const KeyType* pKey ) { return u32(pKey->m_Frame); } in GetFrame()
300 …static f32 GetFrameF32( const ResIntCurveFVData*, const KeyType* pKey ) { return f32( GetFra… in GetFrameF32()
301 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue()
446 const typename Traits::KeyType* pKey = Traits::GetKey(pSegment, keyIdx); in GetKeyFV_() local
526 const typename Traits::KeyType* pKey = GetFloatKeyFV_<Traits>( pSegment, frame ); in CalcStepFloatSegmentFV_() local
537 const typename Traits::KeyType* pKey = GetFloatKeyFV_<Traits>( pSegment, frame ); in CalcLinearFloatSegmentFV_() local
561 const typename Traits::KeyType* pKey = GetFloatKeyFV_<Traits>( pSegment, frame ); in CalcHermiteFloatSegmentFVSS_() local
588 const typename Traits::KeyType* pKey = GetFloatKeyFV_<Traits>( pSegment, frame ); in CalcHermiteFloatSegmentFVS_() local
661 const typename Traits::KeyType* pKey = GetIntKeyFV_<Traits>( pCurve, frame ); in CalcIntCurveFV_() local