Home
last modified time | relevance | path

Searched refs:setStopValue (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Tools/Timing/
H A DVisualAnimation.h199 void setStopValue(double aStopValue);
205 void setStopValue(const VisualStagePosition& aPosition);
H A DVisualAnimation.cpp315 void VisualAnimation::setStopValue(double aStopValue) { in setStopValue() function in VisualAnimation
317 theTimeline->setStopValue(aStopValue); in setStopValue()
325 void VisualAnimation::setStopValue(const VisualStagePosition& aPosition) { in setStopValue() function in VisualAnimation
H A DVisualTimeline.h99 void setStopValue(double aStopValue);
H A DVisualTimeline.cpp138 void VisualTimeline::setStopValue(double aStopValue) { in setStopValue() function in VisualTimeline
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Actions/
H A DCoverArt.cpp184 fadeOutAnimation.setStopValue(stopValue); in fadeOut()
201 sizeAnimation.setStopValue(to); in scaleSize()
H A DTrackTitle.cpp221 fadeOutAnimation.setStopValue(0.0); in fadeOut()
264 moveAnimation.setStopValue(stopPosition); in addMoveAnimation()
H A DBeatlight.cpp80 fadeOutAnimation.setStopValue(0.0); in applyBehavior()
H A DTrackLyrics.cpp222 fadeOutAnimation.setStopValue(0.0); in fadeOut()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DSequencerNode.h165 boolean setStopValue(int val);
171 boolean setStopValue(const char *val);
H A DSequencerNode.C373 this->setStopValue(end); in parseCommonComments()
511 this->setStopValue(atoi(buf)); in handleNodeMsgInfo()
595 this->setStopValue(max_val); in handleNodeMsgInfo()
803 boolean SequencerNode::setStopValue(int val) in setStopValue() function
816 boolean SequencerNode::setStopValue(const char *val)
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DSequencerWindow.C209 node->setStopValue(vcr->detent); in frameCallback()
237 node->setStopValue(vcr->value); in frameCallback()