Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.cpp264 uint8_t* curPixel = screenBuffer + (i * compressionResolutionWidth + j) * jpgPix + headSize; in Flush() local
266 *(curPixel + redPos) = *(osPixel + bluePos); in Flush()
267 *(curPixel + greenPos) = *(osPixel + greenPos); in Flush()
268 *(curPixel + bluePos) = *(osPixel + redPos); in Flush()

Completed in 2 milliseconds