Searched refs:SendPixmap (Results 1 - 3 of 3) sorted by relevance
| /ide/tools/previewer/mock/rich/ |
| H A D | VirtualScreenImpl.h | 59 bool SendPixmap(const void* data, size_t length, int32_t retWidth, int32_t retHeight);
|
| H A D | VirtualScreenImpl.cpp | 67 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 D | VirtualScreenImplTest.cpp | 434 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