Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSoundPlayer.h69 bool IsActive() const { return m_ActiveFlag; } in IsActive() function
Dsnd_Voice.h143 bool IsActive() const { return m_pHardwareChannel[0] != NULL; } in IsActive() function
Dsnd_Channel.h129 bool IsActive() const { return m_ActiveFlag != 0; } in IsActive() function
/NW4C-2.0.3/include/nw/dev/
Ddev_DirectPrint.h379 bool IsActive() const{ return false; } in IsActive() function
/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp871 DirectPrint::IsActive() const in IsActive() function in nw::dev::DirectPrint