Home
last modified time | relevance | path

Searched refs:SendPixmap (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.h59 bool SendPixmap(const void* data, size_t length, int32_t retWidth, int32_t retHeight);
H A DVirtualScreenImpl.cpp67 GetInstance().SendPixmap(GetInstance().loadDocCopyBuffer, GetInstance().lengthTemp, in SendBufferOnTimer()
209 return GetInstance().SendPixmap(data, length, width, height); in Callback()
348 bool VirtualScreenImpl::SendPixmap(const void* data, size_t length, int32_t retWidth, int32_t retHeight) in SendPixmap() function in VirtualScreenImpl
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp434 bool ret = VirtualScreenImpl::GetInstance().SendPixmap(nullptr, length, width, height); in TEST_F()
439 ret = VirtualScreenImpl::GetInstance().SendPixmap(jpgBuff, length, width, height); in TEST_F()
445 ret = VirtualScreenImpl::GetInstance().SendPixmap(jpgBuff, length, width, height); in TEST_F()

Completed in 3 milliseconds