Lines Matching refs:Screenshot
29 Screenshot*
30 Screenshot::Create( in Create()
43 void* memory = allocator->Alloc(sizeof(Screenshot)); in Create()
46 return new(memory) Screenshot( in Create()
54 Screenshot::~Screenshot() in ~Screenshot()
72 Screenshot::Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int widt… in Set()
86 Screenshot::DumpHash() const in DumpHash()
122 void* memory = allocator->Alloc(sizeof(Screenshot)); in Create()
127 screenshots.push_back(Screenshot::Create(allocator, memorySize)); in Create()
191 Screenshot* screenshot = m_Screenshots[m_NextWrited]; in Take()
218 Screenshot* screenshot = *iter; in ClearScreenshots()
221 screenshot->~Screenshot(); in ClearScreenshots()