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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp1542 void UISession::setPointerShape(const uchar *pShapeData, bool fHasAlpha, argument
1545 AssertMsg(pShapeData, ("Shape data must not be NULL!\n"));
1548 const uchar *srcAndMaskPtr = pShapeData;
1550 const uchar *srcShapePtr = pShapeData + ((andMaskSize + 3) & ~3);

Completed in 62 milliseconds