Lines Matching defs:bitsp
242 CursorBitsPtr bitsp;
251 bitsp = pCurs->bits;
252 w = bitsp->width;
253 h = bitsp->height;
259 if ((bitsp->xhot > w) || (bitsp->yhot > h))
262 bitsp->xhot, bitsp->yhot, w, h);
264 srcPitch = PixmapBytePad (bitsp->width, 1);
310 for (pm = bitsp->mask, ps = bitsp->source, y = 0;
344 pImage->cHotX = bitsp->xhot;
345 pImage->cHotY = bitsp->yhot;
378 CursorBitsPtr bitsp;
390 bitsp = pCurs->bits;
391 w = bitsp->width;
392 h = bitsp->height;
403 if ((bitsp->xhot > w) || (bitsp->yhot > h))
406 bitsp->xhot, bitsp->yhot, w, h);
415 memcpy(p + sizeMask, bitsp->argb, w * h * 4);
419 pc = bitsp->argb;
448 VBoxHGSMIUpdatePointerShape(&pVBox->guestCtx, fFlags, bitsp->xhot,
449 bitsp->yhot, w, h, p, sizeData);