Home
last modified time | relevance | path

Searched refs:holdTime (Results 1 – 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAnimationFrame.java29 public float holdTime; field in AnimationFrame
36 holdTime = animationHoldTime; in AnimationFrame()
44 holdTime = animationHoldTime; in AnimationFrame()
DSpriteAnimation.java70 currentTime += frame.holdTime; in getFrame()
86 mLength += frame.holdTime; in addFrame()
/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c512 if (pEnvParams->holdTime != ZERO_TIME_IN_CENTS) in DLS_UpdateEnvelope()
515 temp = pEnvParams->holdTime + ((pEnvParams->keyNumToHold * pVoice->note) >> 7); in DLS_UpdateEnvelope()
Deas_sndlib.h122 EAS_I16 holdTime; member
Deas_mdls.c2487 pArt->eg1.holdTime = pDLSArt->values[PARAM_VOL_EG_HOLD]; in Convert_art()
2499 pArt->eg2.holdTime = pDLSArt->values[PARAM_MOD_EG_HOLD]; in Convert_art()