Home
last modified time | relevance | path

Searched refs:_oldState (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DThreadObserverI.java15 _oldState = oldState; in stateChanged()
30 switch(_oldState)
61 private Ice.Instrumentation.ThreadState _oldState; field in ThreadObserverI
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DThreadObserverI.java15 _oldState = oldState; in stateChanged()
30 switch(_oldState)
61 private Ice.Instrumentation.ThreadState _oldState; field in ThreadObserverI
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DThreadObserverI.java15 _oldState = oldState; in stateChanged()
30 switch(_oldState)
61 private Ice.Instrumentation.ThreadState _oldState; field in ThreadObserverI
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DThreadObserverI.java16 _oldState = oldState; in stateChanged()
31 switch(_oldState)
62 private com.zeroc.Ice.Instrumentation.ThreadState _oldState; field in ThreadObserverI
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DThreadObserverI.java16 _oldState = oldState; in stateChanged()
31 switch(_oldState)
62 private com.zeroc.Ice.Instrumentation.ThreadState _oldState; field in ThreadObserverI
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DThreadObserverI.java16 _oldState = oldState; in stateChanged()
31 switch(_oldState)
62 private com.zeroc.Ice.Instrumentation.ThreadState _oldState; field in ThreadObserverI
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/opengl/
H A Dopengl-graphics.cpp317 newFactor = _oldState.scaleFactor; in setScaler()
340 _oldState = _currentState; in beginGFXTransaction()
350 if ( _oldState.gameWidth != _currentState.gameWidth in endGFXTransaction()
351 || _oldState.gameHeight != _currentState.gameHeight) { in endGFXTransaction()
356 if (_oldState.gameFormat != _currentState.gameFormat) { in endGFXTransaction()
370 if (_oldState.scaleFactor != _currentState.scaleFactor || in endGFXTransaction()
371 _oldState.scalerIndex != _currentState.scalerIndex) { in endGFXTransaction()
397 if (_oldState.valid && _oldState != _currentState) { in endGFXTransaction()
399 if ( _oldState.gameWidth != _currentState.gameWidth in endGFXTransaction()
418 if (_oldState.filtering != _currentState.filtering) { in endGFXTransaction()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/opengl/
H A Dopengl-graphics.cpp285 _oldState = _currentState; in beginGFXTransaction()
295 if ( _oldState.gameWidth != _currentState.gameWidth in endGFXTransaction()
296 || _oldState.gameHeight != _currentState.gameHeight) { in endGFXTransaction()
301 if (_oldState.gameFormat != _currentState.gameFormat) { in endGFXTransaction()
335 if (_oldState.valid && _oldState != _currentState) { in endGFXTransaction()
337 if ( _oldState.gameWidth != _currentState.gameWidth in endGFXTransaction()
338 || _oldState.gameHeight != _currentState.gameHeight) { in endGFXTransaction()
343 if (_oldState.gameFormat != _currentState.gameFormat) { in endGFXTransaction()
352 if (_oldState.graphicsMode != _currentState.graphicsMode) { in endGFXTransaction()
356 if (_oldState.filtering != _currentState.filtering) { in endGFXTransaction()
[all …]
H A Dopengl-graphics.h213 VideoState _oldState; variable
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/player/
H A Dmedia_player_button.cpp25 _oldState = _state; in setState()
28 if (_state != _oldState) { in setState()
32 } else if (_oldState == _nextState) { in setState()
33 qSwap(_oldState, _state); in setState()
47 auto from = _oldState, to = _state; in paint()
H A Dmedia_player_button.h42 State _oldState = State::Play; variable
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/events/
H A DLoaderEvent.as83 _oldState = oldState;
123 return _oldState;
152 private var _oldState:String;
/dports/devel/poco/poco-1.10.1-all/XML/src/
H A DXMLStreamParser.cpp34 _oldState(_istr.exceptions()) in StreamExceptionController()
36 _istr.exceptions(_oldState & ~std::istream::failbit); in StreamExceptionController()
48 if (!(_oldState & s)) in ~StreamExceptionController()
55 _istr.exceptions(_oldState); in ~StreamExceptionController()
65 std::istream::iostate _oldState; member
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/behaviors/
H A Dempty_mark.ts28 …append: (tr: Transaction, transactions: Transaction[], _oldState: EditorState, newState: EditorSta…
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/gui/
H A Dinterface_status.h76 StatusType _oldState; variable
H A Dinterface_status.cpp49 , _oldState( StatusType::STATUS_UNKNOWN ) in StatusWindow()
58 _oldState = StatusType::STATUS_UNKNOWN; in Reset()
69 status->_state = status->_oldState; in ResetResourceStatus()
292 _oldState = _state; in SetResource()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/Scheduler/
H A DSchedulingData.cs727 private SchedulableRequestState _oldState; field in Microsoft.Build.BackEnd.SchedulingData.SchedulingEvent
741 _oldState = oldState; in SchedulingEvent()
766 get { return _oldState; }
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dtext-popup.ts75 … apply: (tr: Transaction, old: DecorationSet, _oldState: EditorState, newState: EditorState) => {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/nodes/footnote/
H A Dfootnote-transaction.ts159 return (_transactions: Transaction[], _oldState: EditorState, newState: EditorState) => {
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DmallocTag.h481 _Tagging _oldState;
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DInstrumentationI.cs982 _oldState = oldState; in stateChanged()
993 switch(_oldState) in threadStateUpdate()
1023 private Ice.Instrumentation.ThreadState _oldState; field in IceInternal.ThreadObserverI
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DInstrumentationI.cs982 _oldState = oldState; in stateChanged()
993 switch(_oldState) in threadStateUpdate()
1023 private Ice.Instrumentation.ThreadState _oldState; field in IceInternal.ThreadObserverI
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DInstrumentationI.cs982 _oldState = oldState; in stateChanged()
993 switch(_oldState) in threadStateUpdate()
1023 private Ice.Instrumentation.ThreadState _oldState; field in IceInternal.ThreadObserverI
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqwindowsysteminterface_p.h170 … WindowStateChangedEvent(QWindow *_window, Qt::WindowStates _newState, Qt::WindowStates _oldState) in WindowStateChangedEvent() argument
171 … : WindowSystemEvent(WindowStateChanged), window(_window), newState(_newState), oldState(_oldState) in WindowStateChangedEvent()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqwindowsysteminterface_p.h170 … WindowStateChangedEvent(QWindow *_window, Qt::WindowStates _newState, Qt::WindowStates _oldState) in WindowStateChangedEvent() argument
171 … : WindowSystemEvent(WindowStateChanged), window(_window), newState(_newState), oldState(_oldState) in WindowStateChangedEvent()

12