Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp178 f32 rate in InitFont() argument
215 readBuffer, glyphGroups, rate); in InitFont()
272 f32 rate in InitFontStreaming() argument
311 readBuffer, glyphGroups, rate); in InitFontStreaming()
/NW4C-2.0.3/demos/Nw4cDemo/romfiles/
DCmdTree.txt31 <STAGE_OBJECT rate=1.0/>
32 <PARTICLE rate=0.25/>
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp550 f32 rate = (frame - keyFrame) / (nextKeyFrame - keyFrame); in CalcLinearFloatSegmentFV_() local
552 return Traits::GetValue( pSegment, pKey ) * (1.0f - rate) in CalcLinearFloatSegmentFV_()
553 + Traits::GetValue( pSegment, pNextKey ) * rate; in CalcLinearFloatSegmentFV_()