Home
last modified time | relevance | path

Searched refs:_curImage (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/myst_stacks/
H A Dcredits.cpp42 _curImage(0) { in Credits()
66 _curImage++; in runPersistentScripts()
69 if (_curImage == 7) { in runPersistentScripts()
85 return _curImage; in getVar()
100 _curImage = 0; in o_runCredits()
H A Dcredits.h53 uint16 _curImage; // 56 variable
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/myst_stacks/
H A Dcredits.cpp42 _curImage(0) { in Credits()
66 _curImage++; in runPersistentScripts()
69 if (_curImage == 7) { in runPersistentScripts()
85 return _curImage; in getVar()
100 _curImage = 0; in o_runCredits()
H A Dcredits.h53 uint16 _curImage; // 56 variable
/dports/print/py-reportlab/reportlab-3.5.68/tools/pythonpoint/
H A Dstdparser.py496 self._curImage = pythonpoint.PPImage()
497 self._curImage.filename = filename
498 self._curImage.width = self.ceval('image',args,'width')
499 self._curImage.height = self.ceval('image',args,'height')
503 self._curFrame.content.append(self._curImage)
504 self._curImage = None