Lines Matching refs:Screenshot
31 Screenshot*
32 Screenshot::Create( in Create()
45 void* memory = allocator->Alloc(sizeof(Screenshot)); in Create()
48 return new(memory) Screenshot( in Create()
56 Screenshot::~Screenshot() in ~Screenshot()
74 Screenshot::Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int widt… in Set()
88 Screenshot::DumpHash() const in DumpHash()
124 void* memory = allocator->Alloc(sizeof(Screenshot)); in Create()
129 screenshots.push_back(Screenshot::Create(allocator, memorySize)); in Create()
193 Screenshot* screenshot = m_Screenshots[m_NextWrited]; in Take()
220 Screenshot* screenshot = *iter; in ClearScreenshots()
223 screenshot->~Screenshot(); in ClearScreenshots()