Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.cpp265 uint8_t* osPixel = osBuffer + (i * compressionResolutionWidth + j) * pixelSize + 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 1 milliseconds