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

/vbox/src/VBox/Main/include/
H A DMouseImpl.h59 void updateMousePointerShape(bool fVisible, bool fAlpha,
135 bool fAlpha; member in struct:Mouse::__anon16492
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp45 bool fVisible, bool fAlpha,
65 bool fAlpha; member in struct:MousePointerShape::Data
94 bool fVisible, bool fAlpha,
100 fVisible, fAlpha, hotX, hotY, width, height, cbShape));
108 m.fAlpha = fAlpha;
145 *aAlpha = m.fAlpha;
307 void Mouse::updateMousePointerShape(bool fVisible, bool fAlpha, argument
319 mPointerData.fAlpha = fAlpha;
93 init(ComObjPtr<Mouse> pMouse, bool fVisible, bool fAlpha, uint32_t hotX, uint32_t hotY, uint32_t width, uint32_t height, const uint8_t *pu8Shape, uint32_t cbShape) argument
[all...]
H A DVMMDevInterface.cpp339 * @param fAlpha Alpha channel information is present.
347 DECLCALLBACK(void) vmmdevUpdatePointerShape(PPDMIVMMDEVCONNECTOR pInterface, bool fVisible, bool fAlpha, argument
362 pConsole->i_onMousePointerShapeChange(fVisible, fAlpha, xHot, yHot, width, height, (uint8_t *)pShape, cbShape);
H A DConsoleImpl.cpp6584 void Console::i_onMousePointerShapeChange(bool fVisible, bool fAlpha, argument
6592 LogFlowThisFunc(("fVisible=%d, fAlpha=%d, xHot = %d, yHot = %d, width=%d, height=%d, shape=%p\n",
6593 fVisible, fAlpha, xHot, yHot, width, height, pShape));
6600 mMouse->updateMousePointerShape(fVisible, fAlpha, xHot, yHot, width, height,
6606 fireMousePointerShapeChangedEvent(mEventSource, fVisible, fAlpha, xHot, yHot, width, height, ComSafeArrayAsInParam(shape));
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp68 bool fAlpha; member in struct:VBVAMOUSESHAPEINFO
581 LogFlow(("fSet = %d, fVisible %d, fAlpha %d, @%d,%d %dx%d (%p, %d/%d)\n",
584 pMouseShapeInfo->fAlpha,
609 pMouseShapeInfo->fAlpha,
632 bool fAlpha = (pShape->fu32Flags & VBOX_MOUSE_POINTER_ALPHA) != 0; local
660 pCtx->mouseShapeInfo.fAlpha = fAlpha;
1575 rc = SSMR3PutBool (pSSM, pCtx->mouseShapeInfo.fAlpha);
1787 rc = SSMR3GetBool (pSSM, &pCtx->mouseShapeInfo.fAlpha);
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp979 bool fAlpha = (pReq->fFlags & VBOX_MOUSE_POINTER_ALPHA) != 0; local
983 fVisible, fAlpha, fShape, pReq->width, pReq->height));
1000 fAlpha,
3547 /*fAlpha=*/false,
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp649 void UISession::sltMousePointerShapeChange(bool fVisible, bool fAlpha, QPoint hotCorner, QSize size, QVector<uint8_t> shape) argument
658 setPointerShape(shape.data(), fAlpha,

Completed in 88 milliseconds