Searched refs:bitmap_pad (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXWDFile.h70 /* 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 DCrBFData.c73 .bitmap_pad = 8,
H A DCrPFBData.c82 .bitmap_pad = 8,
H A DImUtil.c69 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 DGetImage.c108 format, 0, data, width, height, dpy->bitmap_pad, 0);
H A DPutImage.c639 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 DOpenDis.c293 dpy->bitmap_pad = u.setup->bitmapScanlinePad;
/xsrc/local/programs/xsetwallpaper/
H A Dxsetwallpaper.c61 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 Dshowfont.c75 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 Dcursor-test.c81 .bitmap_pad = 32,
H A Dtest_image.c270 ximage->bitmap_pad = 32;
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dcursor-test.c81 .bitmap_pad = 32,
H A Dtest_image.c286 ximage->bitmap_pad = 32;
/xsrc/external/mit/libXext/dist/src/
H A DXShm.c295 image->bitmap_pad = _XGetScanlinePad(dpy, depth);
309 image->bitmap_pad) >> 3;
/xsrc/external/mit/xwd/dist/
H A Dxwd.c459 header.bitmap_pad = (CARD32) image->bitmap_pad;
/xsrc/external/mit/ctwm/dist/
H A Dimage_xwd.c169 header.bitmap_pad, header.bytes_per_line);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dhostx.c643 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 Dxwud.c317 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 Dxm_dd.c408 ximage.bitmap_pad = 32;
539 ximage.bitmap_pad = 16;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_dd.c415 ximage.bitmap_pad = 32;
546 ximage.bitmap_pad = 16;
/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c727 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD;
731 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD_PROTO;
/xsrc/external/mit/xorg-server/dist/hw/vfb/
H A DInitOutput.c659 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD;
663 pXWDHeader->bitmap_pad = BITMAP_SCANLINE_PAD_PROTO;
/xsrc/external/mit/libXpm/dist/src/
H A Dcreate.c978 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 DXlib.h113 #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 Dcursor.c579 ximage.bitmap_pad = 32;

Completed in 31 milliseconds

12