Lines Matching defs:shape
80 com::SafeArray <BYTE> shape;
88 mpscev->COMGETTER(Shape)(ComSafeArrayAsOutParam(shape));
90 m_server->onMousePointerShapeChange(visible, alpha, xHot, yHot, width, height, ComSafeArrayAsInParam(shape));
379 uint8_t* shape = aShape.raw();
381 dumpPointer(shape, width, height, true);
384 if (MousePointer(alpha, xHot, yHot, width, height, shape) == VINF_SUCCESS)
392 * 'shape' AND mask followed by XOR mask.
410 uint8_t *pu8AndMask = shape;
411 uint8_t *pu8XorMask = shape + cbDstAndMask;
1805 com::SafeArray <BYTE> shape;
1813 mps->COMGETTER(Shape)(ComSafeArrayAsOutParam(shape));
1815 onMousePointerShapeChange(visible, alpha, hotX, hotY, width, height, ComSafeArrayAsInParam(shape));