Searched refs:pShapeData (Results 1 - 2 of 2) 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);
H A DUISession.h378 void setPointerShape(const uchar *pShapeData, bool fHasAlpha, uint uXHot, uint uYHot, uint uWidth, uint uHeight);

Completed in 44 milliseconds