Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.h43 static bool LoadDocCallback(const void* data, const size_t length,
H A DVirtualScreenImpl.cpp141 bool VirtualScreenImpl::LoadDocCallback(const void* data, const size_t length, const int32_t width, in LoadDocCallback() function in VirtualScreenImpl
197 if (!LoadDocCallback(data, length, width, height, timeStamp)) { in Callback()
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp529 bool ret = VirtualScreenImpl::LoadDocCallback(jpgBuff, jpgBuffSize, jpgWidth, jpgHeight, tm); in TEST_F()
536 ret = VirtualScreenImpl::LoadDocCallback(jpgBuff, 0, jpgWidth, jpgHeight, tm); in TEST_F()

Completed in 3 milliseconds