Home
last modified time | relevance | path

Searched defs:FrameRange (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dframe_range.h15 struct FrameRange { struct
18 FrameRange() : fromFrame(0), toFrame(0) { in FrameRange() argument
21 explicit FrameRange(frame_t frame) in FrameRange() function
25 FrameRange(frame_t fromFrame, frame_t toFrame) in FrameRange() argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/npcs/
H A Dbarbot.h34 struct FrameRange { struct
37 FrameRange() : _startFrame(0), _endFrame(0) {} in FrameRange() argument
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/npcs/
H A Dbarbot.h34 struct FrameRange { struct
37 FrameRange() : _startFrame(0), _endFrame(0) {} in FrameRange() argument
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_titanic/
H A Dcreate_titanic_dat.cpp385 struct FrameRange { struct
390 static const FrameRange BARBOT_FRAME_RANGES[60] = { argument
/dports/games/scummvm/scummvm-2.5.1/devtools/create_titanic/
H A Dcreate_titanic_dat.cpp379 struct FrameRange { struct
384 static const FrameRange BARBOT_FRAME_RANGES[60] = { argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DDebugger.h455 class FrameRange; variable
H A DDebugger.cpp153 class Debugger::FrameRange class in Debugger
184 explicit FrameRange(AbstractFramePtr frame, GlobalObject* global = nullptr) in FrameRange() function in Debugger::FrameRange