| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_trapezoid.c | 115 stride = PixmapBytePad(width, mask_format->depth); in glamor_trapezoids() 139 PixmapBytePad(width, in glamor_trapezoids()
|
| H A D | glamor_image.c | 39 uint32_t byte_stride = PixmapBytePad(w, drawable->depth); in glamor_put_image_gl() 115 uint32_t byte_stride = PixmapBytePad(w, drawable->depth); in glamor_get_image_gl()
|
| H A D | glamor_spans.c | 220 d += PixmapBytePad(w, drawable->depth); in glamor_get_spans_gl() 354 s += PixmapBytePad(w, drawable->depth); in glamor_set_spans_gl()
|
| H A D | glamor_transfer.c | 200 bits, PixmapBytePad(w, pixmap->drawable.depth)); in glamor_download_rect()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shm.c | 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() [all …]
|
| H A D | panoramiX.c | 1212 ScratchPitch = PixmapBytePad(w, depth); in XineramaGetImageData()
|
| H A D | panoramiXprocs.c | 1114 pitch = PixmapBytePad(width, drawables[0]->depth); in PanoramiXCopyArea() 2028 widthBytesLine = PixmapBytePad(w, pDraw->depth); in PanoramiXGetImage()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmisc.c | 72 PixmapBytePad(pScreenInfo->dwStride, in winUpdateFBPointer()
|
| H A D | winshadddnl.c | 210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbgetsp.c | 59 pchardstStart += PixmapBytePad(*pwidth, pDrawable->depth); in fbGetSpans()
|
| H A D | fbimage.c | 71 srcStride = PixmapBytePad(w, pDrawable->depth) / sizeof(FbStip); in fbPutImage() 235 dstStride = PixmapBytePad(w, pDrawable->depth); in fbGetImage()
|
| H A D | fbsetsp.c | 74 src += PixmapBytePad(*pwidth, pDrawable->depth); in fbSetSpans()
|
| H A D | fboverlay.c | 136 PixmapBytePad(width, depth), in fbOverlayCreateScreenResources()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 122 pPixmap->devKind = PixmapBytePad(pPixmap->drawable.width, in miModifyPixmapHeader() 191 PixmapBytePad(pScrInitParms->width, in miCreateScreenResources()
|
| H A D | mibitblt.c | 222 pbits = xallocarray(height, PixmapBytePad(width, pSrcDrawable->depth)); in miCopyArea() 639 linelength = PixmapBytePad(w, depth); in miGetImage()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | servermd.h | 123 #define PixmapBytePad(w, d) \ macro
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Pixmap.c | 58 pPixmap->devKind = PixmapBytePad(width, depth); in xnestCreatePixmap()
|
| H A D | GCOps.c | 88 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in xnestPutImage()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-shm.c | 216 stride = PixmapBytePad(width, depth); in xwl_shm_create_pixmap()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxpixmap.c | 123 pPixmap->devKind = PixmapBytePad(width, bpp); in dmxCreatePixmap()
|
| H A D | dmxgcops.c | 114 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in dmxPutImage()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_mixed.c | 202 pExaPixmap->sys_pitch = PixmapBytePad(width, depth); in exaModifyPixmapHeader_mixed()
|
| H A D | exa_accel.c | 234 PixmapBytePad(w, pDrawable->depth))) in exaPutImage() 1289 PixmapBytePad(w, pDrawable->depth)); in exaGetImage()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 91 rowbytes = PixmapBytePad(pScreen->width, pScreen->rootDepth); in RootlessUpdateScreenPixmap()
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitOutput.c | 884 pvfb->paddedBytesWidth = PixmapBytePad(pvfb->width, pvfb->depth); in vfbScreenInit()
|