Home
last modified time | relevance | path

Searched refs:leftPad (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_image.c33 int w, int h, int leftPad, int format, char *bits) in glamor_put_image_gl() argument
55 if (format == XYPixmap && drawable->depth == 1 && leftPad == 0) in glamor_put_image_gl()
92 int w, int h, int leftPad, int format, char *bits) in glamor_put_image_bail() argument
95 fbPutImage(drawable, gc, depth, x, y, w, h, leftPad, format, bits); in glamor_put_image_bail()
101 int w, int h, int leftPad, int format, char *bits) in glamor_put_image() argument
104 glamor_put_image_gl(drawable, gc, depth, x, y, w, h, leftPad, format, bits)) in glamor_put_image()
106 glamor_put_image_bail(drawable, gc, depth, x, y, w, h, leftPad, format, bits); in glamor_put_image()
H A Dglamor_priv.h778 int w, int h, int leftPad, int format, char *bits);
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbimage.c35 int x, int y, int w, int h, int leftPad, int format, char *pImage) in fbPutImage() argument
47 srcStride = BitmapBytePad(w + leftPad) / sizeof(FbStip); in fbPutImage()
53 pGC->alu, TRUE, x, y, w, h, src, srcStride, leftPad); in fbPutImage()
56 srcStride = BitmapBytePad(w + leftPad) / sizeof(FbStip); in fbPutImage()
65 TRUE, x, y, w, h, src, srcStride, leftPad); in fbPutImage()
H A Dfb.h902 int x, int y, int w, int h, int leftPad, int format, char *pImage);
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGCOps.c80 int w, int h, int leftPad, int format, char *pImage) in xnestPutImage() argument
85 depth, format, leftPad, (char *) pImage, in xnestPutImage()
88 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in xnestPutImage()
H A DGCOps.h27 int w, int h, int leftPad, int format, char *pImage);
/OK3568_Linux_fs/external/xserver/mi/
H A Dmibitblt.c691 int x, int y, int w, int h, int leftPad, int format, char *pImage) in miPutImage() argument
715 leftPad, w, h, x, y); in miPutImage()
727 bytesPer = (long) h *BitmapBytePad(w + leftPad); in miPutImage()
734 (*pGC->ops->PutImage) (pDraw, pGC, 1, x, y, w, h, leftPad, in miPutImage()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgcops.c100 int leftPad, int format, char *pBits) in dmxPutImage() argument
111 depth, format, leftPad, pBits, w, h, in dmxPutImage()
114 PixmapBytePad(w, depth) : BitmapBytePad(w + leftPad)); in dmxPutImage()
H A Ddmxgcops.h48 int leftPad, int format, char *pBits);
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c175 int leftPad, int format, char *pBits) in DRIPutImage() argument
183 pGC->ops->PutImage(dst, pGC, depth, x, y, w, h, leftPad, format, pBits); in DRIPutImage()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h212 int y, int w, int h, int leftPad, int format,
H A Dxf86VGAarbiter.c647 int leftPad, int format, char *pImage) in VGAarbiterPutImage() argument
654 leftPad, format, pImage); in VGAarbiterPutImage()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c99 int x, int y, int w, int h, int leftPad, int format, in ExaCheckPutImage() argument
115 pGC->ops->PutImage(pDrawable, pGC, depth, x, y, w, h, leftPad, format, in ExaCheckPutImage()
H A Dexa_priv.h374 int x, int y, int w, int h, int leftPad, int format,
H A Dexa_accel.c231 int w, int h, int leftPad, int format, char *bits) in exaPutImage() argument
235 ExaCheckPutImage(pDrawable, pGC, depth, x, y, w, h, leftPad, format, in exaPutImage()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c82 int leftPad, int format, char *pBits);
518 int leftPad, int format, char *pBits) in RootlessPutImage() argument
526 pGC->ops->PutImage(dst, pGC, depth, x, y, w, h, leftPad, format, pBits); in RootlessPutImage()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2027 (stuff->leftPad >= (unsigned int) screenInfo.bitmapScanlinePad)) in ProcPutImage()
2029 length = BitmapBytePad(stuff->width + stuff->leftPad); in ProcPutImage()
2033 (stuff->leftPad >= (unsigned int) screenInfo.bitmapScanlinePad)) in ProcPutImage()
2035 length = BitmapBytePad(stuff->width + stuff->leftPad); in ProcPutImage()
2039 if ((pDraw->depth != stuff->depth) || (stuff->leftPad != 0)) in ProcPutImage()
2064 stuff->leftPad, stuff->format, tmpImage); in ProcPutImage()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c731 int y, int w, int h, int leftPad, int format, char *pImage) in damagePutImage() argument
747 leftPad, format, pImage); in damagePutImage()