Home
last modified time | relevance | path

Searched refs:PixmapBytePad (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_trapezoid.c115 stride = PixmapBytePad(width, mask_format->depth); in glamor_trapezoids()
139 PixmapBytePad(width, in glamor_trapezoids()
H A Dglamor_image.c39 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 Dglamor_spans.c220 d += PixmapBytePad(w, drawable->depth); in glamor_get_spans_gl()
354 s += PixmapBytePad(w, drawable->depth); in glamor_set_spans_gl()
H A Dglamor_transfer.c200 bits, PixmapBytePad(w, pixmap->drawable.depth)); in glamor_download_rect()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c485 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 DpanoramiX.c1212 ScratchPitch = PixmapBytePad(w, depth); in XineramaGetImageData()
H A DpanoramiXprocs.c1114 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 Dwinmisc.c72 PixmapBytePad(pScreenInfo->dwStride, in winUpdateFBPointer()
H A Dwinshadddnl.c210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbgetsp.c59 pchardstStart += PixmapBytePad(*pwidth, pDrawable->depth); in fbGetSpans()
H A Dfbimage.c71 srcStride = PixmapBytePad(w, pDrawable->depth) / sizeof(FbStip); in fbPutImage()
235 dstStride = PixmapBytePad(w, pDrawable->depth); in fbGetImage()
H A Dfbsetsp.c74 src += PixmapBytePad(*pwidth, pDrawable->depth); in fbSetSpans()
H A Dfboverlay.c136 PixmapBytePad(width, depth), in fbOverlayCreateScreenResources()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c122 pPixmap->devKind = PixmapBytePad(pPixmap->drawable.width, in miModifyPixmapHeader()
191 PixmapBytePad(pScrInitParms->width, in miCreateScreenResources()
H A Dmibitblt.c222 pbits = xallocarray(height, PixmapBytePad(width, pSrcDrawable->depth)); in miCopyArea()
639 linelength = PixmapBytePad(w, depth); in miGetImage()
/OK3568_Linux_fs/external/xserver/include/
H A Dservermd.h123 #define PixmapBytePad(w, d) \ macro
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DPixmap.c58 pPixmap->devKind = PixmapBytePad(width, depth); in xnestCreatePixmap()
H A DGCOps.c88 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in xnestPutImage()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-shm.c216 stride = PixmapBytePad(width, depth); in xwl_shm_create_pixmap()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpixmap.c123 pPixmap->devKind = PixmapBytePad(width, bpp); in dmxCreatePixmap()
H A Ddmxgcops.c114 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in dmxPutImage()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_mixed.c202 pExaPixmap->sys_pitch = PixmapBytePad(width, depth); in exaModifyPixmapHeader_mixed()
H A Dexa_accel.c234 PixmapBytePad(w, pDrawable->depth))) in exaPutImage()
1289 PixmapBytePad(w, pDrawable->depth)); in exaGetImage()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c91 rowbytes = PixmapBytePad(pScreen->width, pScreen->rootDepth); in RootlessUpdateScreenPixmap()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c884 pvfb->paddedBytesWidth = PixmapBytePad(pvfb->width, pvfb->depth); in vfbScreenInit()

12