Searched refs:cbLine (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | vboxvideo.c | 243 int cbLine = adjustedWidth * pScrn->bitsPerPixel / 8; local in function:adjustScreenPixmap 252 TRACE_LOG("pPixmap=%p adjustedWidth=%d height=%d pScrn->depth=%d pScrn->bitsPerPixel=%d cbLine=%d pVBox->base=%p pPixmap->drawable.width=%d pPixmap->drawable.height=%d\n", 254 pScrn->bitsPerPixel, cbLine, pVBox->base, 260 || (unsigned)cbLine * (unsigned)height >= pVBox->cbFBMax) 270 pScreen->ModifyPixmapHeader(pPixmap, adjustedWidth, height, pScrn->depth, pScrn->bitsPerPixel, cbLine, pVBox->base);
|
Completed in 4 milliseconds