| /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/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/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/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/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/ |
| Xlibint.h | 90 int bitmap_pad; /* padding requirements on bitmaps */ member in struct:_XDisplay
|
| 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 */,
|