Home
last modified time | relevance | path

Searched refs:iNewState (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/alsaMixer/src/
H A Dapplet-backend-sound-menu-old.c73 on_sound_state_updated (DBusGProxy * proxy, gint iNewState, GldiModuleInstance *myApplet) in on_sound_state_updated() argument
75 cd_debug ("%s (iNewState : %d)", __func__, iNewState); in on_sound_state_updated()
77 if (iNewState != myData.iCurrentState) in on_sound_state_updated()
79 myData.iCurrentState = iNewState; in on_sound_state_updated()
80 gboolean bIsMute = (iNewState == MUTED in on_sound_state_updated()
81 || iNewState == UNAVAILABLE in on_sound_state_updated()
82 || iNewState == BLOCKED); in on_sound_state_updated()
/dports/games/ivan/ivan-059/Main/Source/
H A Dhiteffect.cpp291 void hiteffect::SetIntegrityState(int iNewState){ DBG1(iNewState); in SetIntegrityState() argument
294 if(iState != iNewState-1){ in SetIntegrityState()
296 if(iNewState!=ITGSTATE_CLEANUP) // cleanup is the end of it, no problem. in SetIntegrityState()
297 DBGABORT("Wrong state usage(%d), must always be equal to current(%d)+1",iNewState,iState); in SetIntegrityState()
300 iState=iNewState; in SetIntegrityState()
/dports/games/xfrisk/XFrisk/
H A DaiStubs.c49 void UTIL_ServerEnterState(Int32 iNewState) in UTIL_ServerEnterState() argument
51 UNUSED(iNewState); in UTIL_ServerEnterState()
H A Dutils.h83 void UTIL_ServerEnterState(Int32 iNewState);
H A Dutils.c411 void UTIL_ServerEnterState(Int32 iNewState)
417 switch (iNewState)
472 m.iState = iNewState;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_scrollbar.cpp402 int32_t iNewState = in DoMouseUp() local
404 if (iState == iNewState) in DoMouseUp()
407 iState = iNewState; in DoMouseUp()
417 int32_t iNewState = in DoMouseMove() local
419 if (iState == iNewState) in DoMouseMove()
422 iState = iNewState; in DoMouseMove()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_scrollbar.cpp415 int32_t iNewState = in DoMouseUp() local
417 if (iState == iNewState) in DoMouseUp()
420 iState = iNewState; in DoMouseUp()
430 int32_t iNewState = in DoMouseMove() local
432 if (iState == iNewState) in DoMouseMove()
435 iState = iNewState; in DoMouseMove()
/dports/devel/liblogging/liblogging-1.0.6/rfc3195/src/
H A Dbeepchannel.c203 srRetVal sbChanUpdateChannelState(sbChanObj* pThis, int iNewState) in sbChanUpdateChannelState() argument
207 pThis->iState = iNewState; in sbChanUpdateChannelState()
H A Dbeepchannel.h157 srRetVal sbChanUpdateChannelState(sbChanObj* pThis, int iNewState);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dfwl_scrollbarimp.cpp767 int32_t iNewState = in DoMouseUp() local
769 if (iState == iNewState) { in DoMouseUp()
772 iState = iNewState; in DoMouseUp()
782 int32_t iNewState = rtItem.Contains(fx, fy) ? CFWL_PartState_Hovered in DoMouseMove() local
784 if (iState == iNewState) { in DoMouseMove()
787 iState = iNewState; in DoMouseMove()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dwtp.h89 rsRetVal wtpSetState(wtp_t *pThis, wtpState_t iNewState);
H A Dwtp.c198 wtpSetState(wtp_t *pThis, wtpState_t iNewState) in ENDobjDestruct()
201 pThis->wtpState = iNewState; // TODO: do we need a mutex here? 2010-04-26 in ENDobjDestruct()