Searched refs:ResSegmentFloatCurveData (Results 1 – 2 of 2) sorted by relevance
426 GetFloatSegment_( const ResSegmentFloatCurveData* pCurve, f32 frame ) in GetFloatSegment_()432 if ( pCurve->m_Flags & ResSegmentFloatCurveData::FLAG_MONO_SEGMENT ) in GetFloatSegment_()635 CalcSegmentFloatCurve_( const ResSegmentFloatCurveData* pCurve, f32 frame ) in CalcSegmentFloatCurve_()640 if ( pCurve->m_Flags & ResSegmentFloatCurveData::FLAG_CONSTANT ) in CalcSegmentFloatCurve_()837 …return CalcSegmentFloatCurve_( reinterpret_cast<const ResSegmentFloatCurveData*>( pCurve ), frame … in CalcFloatCurve()
328 struct ResSegmentFloatCurveData : public ResFloatCurveData struct