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