| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_image.c | 33 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 D | glamor_priv.h | 778 int w, int h, int leftPad, int format, char *bits);
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbimage.c | 35 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 D | fb.h | 902 int x, int y, int w, int h, int leftPad, int format, char *pImage);
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | GCOps.c | 80 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 D | GCOps.h | 27 int w, int h, int leftPad, int format, char *pImage);
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mibitblt.c | 691 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 D | dmxgcops.c | 100 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 D | dmxgcops.h | 48 int leftPad, int format, char *pBits);
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 175 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 D | xf86VGAarbiterPriv.h | 212 int y, int w, int h, int leftPad, int format,
|
| H A D | xf86VGAarbiter.c | 647 int leftPad, int format, char *pImage) in VGAarbiterPutImage() argument 654 leftPad, format, pImage); in VGAarbiterPutImage()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 99 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 D | exa_priv.h | 374 int x, int y, int w, int h, int leftPad, int format,
|
| H A D | exa_accel.c | 231 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 D | rootlessGC.c | 82 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 D | dispatch.c | 2027 (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 D | damage.c | 731 int y, int w, int h, int leftPad, int format, char *pImage) in damagePutImage() argument 747 leftPad, format, pImage); in damagePutImage()
|