| /xsrc/external/mit/libX11/dist/src/ |
| CrBFData.c | 73 .bitmap_pad = 8,
|
| CrPFBData.c | 82 .bitmap_pad = 8,
|
| ImUtil.c | 69 return(dpy->bitmap_pad); 118 * For XY formats, bitmap_unit is always less than or equal to bitmap_pad. 355 image->bitmap_pad = xpad; 368 ROUNDUP((bits_per_pixel * width), image->bitmap_pad); 376 ROUNDUP((width + offset), image->bitmap_pad); 405 (image->bitmap_pad != 8 && 406 image->bitmap_pad != 16 && 407 image->bitmap_pad != 32) || 417 image->bitmap_pad); 420 ROUNDUP((image->width + image->xoffset), image->bitmap_pad); [all...] |
| GetImage.c | 108 format, 0, data, width, height, dpy->bitmap_pad, 0);
|
| PutImage.c | 639 dpy->bitmap_pad) >> 3; 888 dpy->bitmap_pad) >> 3) * image->depth; 969 dest_scanline_pad = dpy->bitmap_pad; 975 dest_scanline_pad = image->bitmap_pad; 992 img.bitmap_pad = dest_scanline_pad;
|
| OpenDis.c | 293 dpy->bitmap_pad = u.setup->bitmapScanlinePad;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| XWDFile.h | 70 /* bitmap_pad applies to pixmaps (non-bitmaps) only. 72 CARD32 bitmap_pad; member in struct:_xwd_file_header 77 * or bitmap_pad (pixmaps). It is the delta (in bytes) to get
|
| /xsrc/local/programs/xsetwallpaper/ |
| xsetwallpaper.c | 61 int bitmap_pad, srcx, srcy, dstx, dsty; local 168 bitmap_pad = 32; 170 bitmap_pad = 16; 172 bitmap_pad = 8; 174 ZPixmap, 0, (char *)data, imagew, imageh, bitmap_pad, 0);
|
| /xsrc/external/mit/showfont/dist/ |
| showfont.c | 75 static int bitmap_pad = 0; /* -bitmap_pad: ImageRect bitmap format */ variable 86 /* set from bitmap_pad to ImageRectMin, ImageMaxWidth, or ImageMax */ 130 switch (bitmap_pad) { 141 fprintf(stderr, "bogus bitmap pad value: %d\n", bitmap_pad); 350 " [-lsb] [-msb] [-LSB] [-MSB] [-unit #] [-pad #] [-bitmap_pad value]\n" 399 bitmap_pad = atoi(argv[i]); 401 usage("-bitmap_pad requires an argument", 1);
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| cursor-test.c | 81 .bitmap_pad = 32,
|
| test_image.c | 270 ximage->bitmap_pad = 32;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| cursor-test.c | 81 .bitmap_pad = 32,
|
| test_image.c | 286 ximage->bitmap_pad = 32;
|
| /xsrc/external/mit/libXext/dist/src/ |
| XShm.c | 295 image->bitmap_pad = _XGetScanlinePad(dpy, depth); 309 image->bitmap_pad) >> 3;
|
| /xsrc/external/mit/xwd/dist/ |
| xwd.c | 459 header.bitmap_pad = (CARD32) image->bitmap_pad;
|
| /xsrc/external/mit/ctwm/dist/ |
| image_xwd.c | 169 header.bitmap_pad, header.bytes_per_line);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| hostx.c | 643 int bitmap_pad; local 710 bitmap_pad = ( HostX.depth > 16 )? 32 : (( HostX.depth > 8 )? 16 : 8 ); 720 bitmap_pad,
|
| /xsrc/external/mit/xwud/dist/ |
| xwud.c | 317 in_image->bitmap_pad = header.bitmap_pad; 795 src_image->bitmap_pad, 0); 1239 printf("bitmap pad: %d\n", (int)header->bitmap_pad);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| xm_dd.c | 415 ximage.bitmap_pad = 32; 546 ximage.bitmap_pad = 16;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| xm_dd.c | 408 ximage.bitmap_pad = 32; 539 ximage.bitmap_pad = 16;
|
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| InitOutput.c | 659 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD; 663 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD_PROTO;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| InitOutput.c | 727 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD; 731 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD_PROTO;
|
| /xsrc/external/mit/libXpm/dist/src/ |
| create.c | 866 int bitmap_pad; local 868 /* first get bitmap_pad */ 870 bitmap_pad = 32; 872 bitmap_pad = 16; 874 bitmap_pad = 8; 878 width, height, bitmap_pad, 0);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| Xlib.h | 113 #define BitmapPad(dpy) (((_XPrivDisplay)(dpy))->bitmap_pad) 364 int bitmap_pad; /* 8, 16, 32 either XY or ZPixmap */ member in struct:_XImage 382 int /* bitmap_pad */, 510 int bitmap_pad; /* padding requirements on bitmaps */ member in struct:_XDisplay 1446 int /* bitmap_pad */,
|
| Xlibint.h | 90 int bitmap_pad; /* padding requirements on bitmaps */ member in struct:_XDisplay
|