Lines Matching refs:PixmapBytePad
485 PixmapBytePad(w, depth), data); in doShmPutImage()
538 length = PixmapBytePad(stuff->totalWidth, 1); in ProcShmPutImage()
543 length = PixmapBytePad(stuff->totalWidth, 1); in ProcShmPutImage()
549 length = PixmapBytePad(stuff->totalWidth, stuff->depth); in ProcShmPutImage()
681 length = PixmapBytePad(stuff->width, pDraw->depth) * stuff->height; in ProcShmGetImage()
684 lenPer = PixmapBytePad(stuff->width, 1) * stuff->height; in ProcShmGetImage()
703 PixmapBytePad(stuff->width, pDraw->depth), pDraw, in ProcShmGetImage()
848 widthBytesLine = PixmapBytePad(w, pDraw->depth); in ProcPanoramiXShmGetImage()
852 widthBytesLine = PixmapBytePad(w, 1); in ProcPanoramiXShmGetImage()
969 size = PixmapBytePad(width, depth) * height; in ProcPanoramiXShmCreatePixmap()
1048 PixmapBytePad(width, depth), in fbShmCreatePixmap()
1102 size = PixmapBytePad(width, depth) * height; in ProcShmCreatePixmap()