Home
last modified time | relevance | path

Searched refs:bluePos (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/mock/
DVirtualScreen.h117 int bluePos = 2; variable
/ide/tools/previewer/mock/lite/
DVirtualScreenImpl.cpp253 *(curPixel + redPos) = *(osPixel + bluePos); in Flush()
255 *(curPixel + bluePos) = *(osPixel + redPos); in Flush()
/ide/tools/previewer/mock/rich/
DVirtualScreenImpl.cpp200 dataTemp[now_base_pos + bluePos] = *((char*)data + input_base_pos + bluePos); in Send()