Searched refs:ResSegmentFloatCurveData (Results 1 – 2 of 2) sorted by relevance
464 GetFloatSegment_( const ResSegmentFloatCurveData* pCurve, f32 frame ) in GetFloatSegment_()470 if ( pCurve->m_Flags & ResSegmentFloatCurveData::FLAG_MONO_SEGMENT ) in GetFloatSegment_()673 CalcSegmentFloatCurve_( const ResSegmentFloatCurveData* pCurve, f32 frame ) in CalcSegmentFloatCurve_()678 if ( pCurve->m_Flags & ResSegmentFloatCurveData::FLAG_CONSTANT ) in CalcSegmentFloatCurve_()875 …return CalcSegmentFloatCurve_( reinterpret_cast<const ResSegmentFloatCurveData*>( pCurve ), frame … in CalcFloatCurve()
335 struct ResSegmentFloatCurveData : public ResFloatCurveData struct