TRACE(("xf4bppCreatePixmap(pScreen=0x%x, width=%d, height=%d, depth=%d)\n", pScreen, width, height, depth)) ; | TRACE(("xf4bppCreatePixmap(pScreen=0x%x, width=%d, height=%d, depth=%d)\n", pScreen, width, height, depth)) ; |
size = PixmapBytePad(width, depth); | size = PixmapBytePad(width, depth); |
pPixmap = AllocatePixmap (pScreen, (height * size)); | pPixmap = AllocatePixmap (pScreen, (height * size)); |