Home
last modified time | relevance | path

Searched refs:theVisualPlayerState (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/
H A DVisualPlayerState.cpp48 VisualPlayerState* VisualPlayerState::theVisualPlayerState = NULL; member in VisualPlayerState
66 if (theVisualPlayerState == NULL) { in getInstance()
67 theVisualPlayerState = new VisualPlayerState; in getInstance()
69 if (theVisualPlayerState == NULL) { in getInstance()
72 return theVisualPlayerState; in getInstance()
77 if (theVisualPlayerState != NULL) { in dispose()
78 delete theVisualPlayerState; in dispose()
79 theVisualPlayerState = NULL; in dispose()
H A DVisualDispatch.cpp86 VisualPlayerState* theVisualPlayerState = NULL; in monitorRenderMessageProcess() local
91 theVisualPlayerState = VisualPlayerState::getInstance(); in monitorRenderMessageProcess()
153 playState = theVisualPlayerState->getAudioPlayState(); in monitorRenderMessageProcess()
175 elapsedMilliseconds = theVisualPlayerState->getElapsedAudioTime(); in monitorRenderMessageProcess()
179 remainingMilliseconds = theVisualPlayerState->getRemainingAudioTime(); in monitorRenderMessageProcess()
H A DVisualStageControl.cpp250 VisualPlayerState* theVisualPlayerState = VisualPlayerState::getInstance(); in checkForFadeOutEvent() local
251 if (theVisualPlayerState->fadeOutEventShouldBeSent() == true) { in checkForFadeOutEvent()
H A DVisualPlayerState.h216 static VisualPlayerState* theVisualPlayerState; variable
H A DVisualDataStore.cpp603 VisualPlayerState* theVisualPlayerState = VisualPlayerState::getInstance(); in writeLyricsToFile() local
616 if ((theVisualPlayerState->getPlayerShowMode() & kIsShowing) != kIsShowing) { in writeLyricsToFile()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/mac/
H A DOptionsDialog.cpp301 VisualPlayerState* theVisualPlayerState = VisualPlayerState::getInstance(); in handleEvent() local
302 if (theVisualPlayerState->getPlayerShowMode() & kIsShowing) { in handleEvent()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/AudioLab/
H A DVisualAudioLab.cpp398 VisualPlayerState* theVisualPlayerState = VisualPlayerState::getInstance(); in getRemainingTimeOfCurrentTrack() local
399 uint32 elapsedTime = theVisualPlayerState->getElapsedAudioTime(); in getRemainingTimeOfCurrentTrack()