Home
last modified time | relevance | path

Searched refs:startPos (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.h62 char* startPos = reinterpret_cast<char*>(&dataToSend); in WriteBuffer() local
63 std::copy(startPos, startPos + sizeof(dataToSend), screenBuffer + currentPos); in WriteBuffer()
H A DVirtualScreenImpl.cpp186 uint8_t* startPos = screenBuffer + (i * compressionResolutionWidth + regionX1) * jpgPix + headSize; in SendRegionBuffer() local
187 std::copy(startPos, in SendRegionBuffer()
188 startPos + regionWidth * jpgPix, in SendRegionBuffer()
/ide/tools/previewer/util/
H A DLocalSocket.h50 char* startPos = reinterpret_cast<char*>(&dataToSend); in operator <<() local
52 std::copy(startPos, startPos + sizeof(dataToSend), buffer); in operator <<()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.h65 unsigned char* startPos = reinterpret_cast<unsigned char*>(&dataToSend); in WriteBuffer() local
66 std::copy(startPos, startPos + sizeof(dataToSend), screenBuffer + currentPos); in WriteBuffer()

Completed in 2 milliseconds