| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | 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/libX11/dist/src/ |
| H A D | CrBFData.c | 73 .bitmap_pad = 8,
|
| H A D | CrPFBData.c | 82 .bitmap_pad = 8,
|
| H A D | 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...] |
| H A D | GetImage.c | 108 format, 0, data, width, height, dpy->bitmap_pad, 0);
|
| H A D | 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;
|
| H A D | OpenDis.c | 293 dpy->bitmap_pad = u.setup->bitmapScanlinePad;
|
| /xsrc/local/programs/xsetwallpaper/ |
| H A D | xsetwallpaper.c | 61 int bitmap_pad, srcx, srcy, dstx, dsty; local in function:main 160 bitmap_pad = 32; 162 bitmap_pad = 16; 164 bitmap_pad = 8; 166 ZPixmap, 0, (char *)data, imagew, imageh, bitmap_pad, 0);
|
| /xsrc/external/mit/showfont/dist/ |
| H A D | showfont.c | 75 static int bitmap_pad = 0; /* -bitmap_pad: ImageRect bitmap format */ variable in typeref:typename:int 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/ |
| H A D | cursor-test.c | 81 .bitmap_pad = 32,
|
| H A D | test_image.c | 270 ximage->bitmap_pad = 32;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | cursor-test.c | 81 .bitmap_pad = 32,
|
| H A D | test_image.c | 286 ximage->bitmap_pad = 32;
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XShm.c | 295 image->bitmap_pad = _XGetScanlinePad(dpy, depth); 309 image->bitmap_pad) >> 3;
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | xwd.c | 459 header.bitmap_pad = (CARD32) image->bitmap_pad;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | image_xwd.c | 169 header.bitmap_pad, header.bytes_per_line);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 643 int bitmap_pad; local in function:hostx_screen_init 710 bitmap_pad = ( HostX.depth > 16 )? 32 : (( HostX.depth > 8 )? 16 : 8 ); 720 bitmap_pad,
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | 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.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_dd.c | 408 ximage.bitmap_pad = 32; 539 ximage.bitmap_pad = 16;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_dd.c | 415 ximage.bitmap_pad = 32; 546 ximage.bitmap_pad = 16;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| H A D | InitOutput.c | 727 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD; 731 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD_PROTO;
|
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| H A D | InitOutput.c | 659 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD; 663 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD_PROTO;
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | create.c | 978 int bitmap_pad; local in function:CreateXImage 980 /* first get bitmap_pad */ 982 bitmap_pad = 32; 984 bitmap_pad = 16; 986 bitmap_pad = 8; 990 width, height, bitmap_pad, 0);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | 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 */,
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | cursor.c | 579 ximage.bitmap_pad = 32;
|