Home
last modified time | relevance | path

Searched refs:currentPos (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.h63 std::copy(startPos, startPos + sizeof(dataToSend), screenBuffer + currentPos); in WriteBuffer()
64 currentPos += sizeof(dataToSend); in WriteBuffer()
70 unsigned long long currentPos; member in VirtualScreenImpl
H A DVirtualScreenImpl.cpp86 currentPos = VERSION_POS; in WriteRefreshRegion()
110 currentPos = 0; in InitBuffer()
221 currentPos(0), in VirtualScreenImpl()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.h66 std::copy(startPos, startPos + sizeof(dataToSend), screenBuffer + currentPos); in WriteBuffer()
67 currentPos += sizeof(dataToSend); in WriteBuffer()
76 unsigned long long currentPos; member in VirtualScreenImpl
H A DVirtualScreenImpl.cpp275 currentPos(0) in VirtualScreenImpl()
368 currentPos = 0; in SendPixmap()
/ide/tools/previewer/test/unittest/mock_lite/
H A DVirtualScreenImplTest.cpp119 EXPECT_TRUE(VirtualScreenImpl::GetInstance().currentPos > 0); in TEST_F()

Completed in 2 milliseconds