Searched defs:xSkip (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp427 uint32_t xSkip = 0; /* How many columns to skip at the left. */ local
429 findTopLeftBorder(pu8AndMask, pu8XorMask, width, height, &xSkip, &ySkip);
432 xSkip = RT_MIN(xSkip, xHot);
469 uint32_t minwidth = RT_MIN(width - xSkip, dstwidth);
477 uint32_t byteIndex = (x + xSkip) / 8;
478 uint32_t bitIndex = (x + xSkip) % 8;
503 memcpy(dst + x * 3, &src[4 * (x + xSkip)], 3);
510 pointer->u16HotX = (uint16_t)(xHot - xSkip);

Completed in 44 milliseconds