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