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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp1549 uint andMaskSize = (uWidth + 7) / 8 * uHeight; local
1550 const uchar *srcShapePtr = pShapeData + ((andMaskSize + 3) & ~3);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp4522 uint32_t andMaskSize = (data->width + 7) / 8 * data->height; local
4527 const uint8_t *srcShapePtr = shape + ((andMaskSize + 3) & ~3);

Completed in 58 milliseconds