Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/font/PackedFont/sources/
Dmain.cpp176 f32 rate in InitFont() argument
213 readBuffer, glyphGroups, rate); in InitFont()
270 f32 rate in InitFontStreaming() argument
309 readBuffer, glyphGroups, rate); in InitFontStreaming()
/NW4C-1.2.23/demos/Nw4cDemo/romfiles/
DCmdTree.txt31 <STAGE_OBJECT rate=1.0/>
32 <PARTICLE rate=0.25/>
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp490 f32 rate = (frame - keyFrame) / (nextKeyFrame - keyFrame); in CalcLinearFloatSegmentFV_() local
492 return Traits::GetValue( pSegment, pKey ) * (1.0f - rate) in CalcLinearFloatSegmentFV_()
493 + Traits::GetValue( pSegment, pNextKey ) * rate; in CalcLinearFloatSegmentFV_()