Home
last modified time | relevance | path

Searched refs:m_nPreset (Results 1 – 6 of 6) sorted by last modified time

/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-wmp/projectM-wmp/
H A DprojectM-wmp.h29 LONG m_nPreset; // current preset variable
H A DprojectM-wmp.cpp24 m_nPreset(0) in CProjectMwmp()
246 m_nPreset = 0; in SetCurrentPreset()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/corona/
H A Dcorona.cpp55 m_nPreset = PRESET_CORONA; in Corona()
494 applyDeltaField(m_nPreset == PRESET_BLAZE && m_width * m_height < 150000); in update()
501 if (m_nPreset == PRESET_BLAZE) in update()
510 if (m_nPreset == PRESET_BLAZE) in update()
H A Dcorona.h70 int m_nPreset; variable
/dports/games/flobopuyo/flobopuyo-0.20/
H A Dcorona.cpp44 m_nPreset = PRESET_CORONA; in Corona()
432 applyDeltaField((m_nPreset == PRESET_BLAZE) && m_width * m_height < 150000); in update()
439 if (m_nPreset == PRESET_BLAZE) in update()
448 if (m_nPreset == PRESET_BLAZE) in update()
H A Dcorona.h53 int m_nPreset; variable