Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/dev/
Ddev_Screenshot.cpp113 ScreenshotManager*
114 ScreenshotManager::Create( in Create()
130 return new(memory) ScreenshotManager(allocator, screenshots); in Create()
135 ScreenshotManager::Destroy(nw::os::IAllocator* allocator) in Destroy()
137 this->~ScreenshotManager(); in Destroy()
142 ScreenshotManager::ScreenshotManager( in ScreenshotManager() function in nw::dev::ScreenshotManager
153 ScreenshotManager::~ScreenshotManager() in ~ScreenshotManager()
160 ScreenshotManager::Take( in Take()
210 ScreenshotManager::ClearScreenshots() in ClearScreenshots()
/NW4C-1.2.23/include/nw/dev/
Ddev_Screenshot.h176 class ScreenshotManager
180 static ScreenshotManager* Create(
238 ScreenshotManager(
244 ~ScreenshotManager();
293 class ScreenshotManager
296 static ScreenshotManager* Create(nw::os::IAllocator*, int, int) { return NULL; }
/NW4C-1.2.23/include/nw/demo/
Ddemo_DebugUtility.h515 nw::dev::ScreenshotManager* m_ScreenshotManager;
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_AutoTester.cpp148 m_ScreenshotManager = nw::dev::ScreenshotManager::Create( in Initialize()