Home
last modified time | relevance | path

Searched refs:ScreenshotArray (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/dev/
Ddev_Screenshot.h202 typedef ut::MoveArray<Screenshot*> ScreenshotArray; typedef
206 ScreenshotArray::iterator,
207 ScreenshotArray::iterator> ScreenshotRange;
240 ScreenshotArray screenshots
247 ScreenshotArray m_Screenshots;
302 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
305 ScreenshotArray::iterator,
306 ScreenshotArray::iterator> ScreenshotRange;
/NW4C-1.2.23/sources/libraries/dev/
Ddev_Screenshot.cpp123 ScreenshotArray screenshots = ScreenshotArray(maxScreenshot, allocator); in Create()
144 ScreenshotArray screenshots in ScreenshotManager()
214 for (ScreenshotArray::iterator iter = range.first; in ClearScreenshots()