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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp163 uint32_t *pu32Xor = (uint32_t*)(pu8Shape + ((((width + 7) / 8) * height + 3) & ~3)); local
168 LOGDUMPPTR(("%p: ", pu32Xor));
171 LOGDUMPPTR(("%08X", *pu32Xor++));
274 uint32_t *pu32Xor = pu32XorStart; local
276 for (y = 0; y < height && ySkipXor == ~(uint32_t)0; y++, pu32Xor += width)
280 if (pu32Xor[x] != 0)
301 pu32Xor = pu32XorStart + x; /* Currently checking dword. */
303 for (y = ySkipXor; y < height; y++, pu32Xor += width)
305 if (*pu32Xor != 0)

Completed in 93 milliseconds