Home
last modified time | relevance | path

Searched refs:_planeIsOwned (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dvideo32.cpp523 _planeIsOwned(true), in VMDPlayer()
660 _planeIsOwned = true; in close()
727 if (!_blackoutRect.isEmpty() && _planeIsOwned) { in playUntilEvent()
819 if (isNormallyComposited() && _planeIsOwned) { in initOverlay()
925 if (isNormallyComposited() && _planeIsOwned && _plane != nullptr) { in closeOverlay()
970 if (_planeIsOwned) { in initComposited()
1012 if (!_planeIsOwned && _screenItem != nullptr) { in closeComposited()
1085 _planeIsOwned = false; in setPlane()
H A Dvideo32.h436 bool _planeIsOwned; variable
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dvideo32.cpp560 _planeIsOwned(true), in VMDPlayer()
697 _planeIsOwned = true; in close()
764 if (!_blackoutRect.isEmpty() && _planeIsOwned) { in playUntilEvent()
856 if (isNormallyComposited() && _planeIsOwned) { in initOverlay()
962 if (isNormallyComposited() && _planeIsOwned && _plane != nullptr) { in closeOverlay()
1007 if (_planeIsOwned) { in initComposited()
1049 if (!_planeIsOwned && _screenItem != nullptr) { in closeComposited()
1122 _planeIsOwned = false; in setPlane()
H A Dvideo32.h453 bool _planeIsOwned; variable