Home
last modified time | relevance | path

Searched refs:j (Results 1 – 4 of 4) sorted by relevance

/ide/tools/previewer/mock/lite/
DVirtualScreenImpl.cpp250 for (int j = 0; j <= compressionResolutionWidth - 1; ++j) { in Flush() local
251 … uint8_t* curPixel = screenBuffer + (i * compressionResolutionWidth + j) * jpgPix + headSize; in Flush()
252 … uint8_t* osPixel = osBuffer + (i * compressionResolutionWidth + j) * pixelSize + headSize; in Flush()
/ide/tools/previewer/mock/rich/
DVirtualScreenImpl.cpp207 for (int j = 0; j < retWidth; j++) { in Send() local
208 int input_base_pos = i * retWidth * pixelSize + j * pixelSize; in Send()
209 int now_base_pos = i * retWidth * jpgPix + j * jpgPix; in Send()
/ide/tools/previewer/automock/mock-generate/src/generate/
DgenerateCommonUtil.ts287 for (let j = 0; j < importElements.length; j++) {
288 const element = importElements[j].trimStart().trimEnd(); constant
/ide/tools/previewer/util/
DCommandParser.cpp764 for (uint32_t j = 0; j < regInfo->second; ++j) { in ProcessingCommand() local