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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp2442 uint32_t cbCursorShape, cbAndMask; local
2462 cbCursorShape = cbAndMask + pCursor->width * sizeof(uint32_t) * pCursor->height; /* + size of the XOR mask (32-bit BRGA format) */
2464 pCursorCopy = (uint8_t *)RTMemAlloc(cbCursorShape);
2492 pSVGAState->Cursor.cbData = cbCursorShape;

Completed in 308 milliseconds