| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | XWDFile.h | 64 /* bitmap_unit applies to bitmaps (depth 1 format XY) only. 66 CARD32 bitmap_unit; member in struct:_xwd_file_header 76 /* bytes_per_line is pixmap_width padded to bitmap_unit (bitmaps)
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CrBFData.c | 45 * bitmap_unit=8 71 .bitmap_unit = 8,
|
| H A D | CrPFBData.c | 47 * bitmap_unit=8 80 .bitmap_unit = 8,
|
| H A D | ImUtil.c | 118 * For XY formats, bitmap_unit is always less than or equal to bitmap_pad. 119 * For XY formats, bitmap_unit is 8, 16, or 32 bits. 129 switch (img->bitmap_unit) { 148 _XReverse_Bytes (bp, img->bitmap_unit >> 3); 234 * for a bitmap_unit containing a pixel with coordinates x and y for image 254 (((x) + img->xoffset) / img->bitmap_unit) * (img->bitmap_unit >> 3) 339 image->bitmap_unit = dpy->bitmap_unit; 399 image->bits_per_pixel > 32 || image->bitmap_unit > 3 [all...] |
| H A D | PutImage.c | 594 #define ComposeIndex(bitmap_unit, bitmap_bit_order, byte_order) \ 595 (((bitmap_unit == 32) ? 2 : ((bitmap_unit == 16) ? 1 : 0)) \ 628 req->leftPad = total_xoffset & (dpy->bitmap_unit - 1); 644 swapfunc = SwapFunction[ComposeIndex(image->bitmap_unit, 647 [ComposeIndex(dpy->bitmap_unit, 650 half_order = HalfOrder[ComposeIndex(image->bitmap_unit, 654 half_order = HalfOrderWord[ComposeIndex(dpy->bitmap_unit, 686 total_xoffset &= (image->bitmap_unit - 1) >> 3; 709 swapfunc = SwapFunction[ComposeIndex(image->bitmap_unit, [all...] |
| H A D | OpenDis.c | 292 dpy->bitmap_unit = u.setup->bitmapScanlineUnit;
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | XpmI.h | 290 * for a bitmap_unit containing a pixel with coordinates x and y for image 308 (((x) + img->xoffset) / img->bitmap_unit) * (img->bitmap_unit >> 3)
|
| H A D | scan.c | 608 * copy the source bitmap_unit or Zpixel into temp 637 if (image->bitmap_unit < 0) 641 ibu = image->bitmap_unit; 660 ibu = image->bitmap_unit;
|
| H A D | create.c | 1097 switch (img->bitmap_unit) { 1116 _XReverse_Bytes(bp, img->bitmap_unit >> 3); 1205 * copy the destination bitmap_unit or Zpixel to temp 1232 ibu = image->bitmap_unit; 1802 nbytes = ximage->bitmap_unit >> 3; 1805 i = ((x + ximage->xoffset) % ximage->bitmap_unit);
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | xlib.c | 269 * Flip byte order on MSB machines where the bitmap_unit isn't 273 if (image->bitmap_unit != 8) 276 switch (image->bitmap_unit) { 375 if (image->bytes_per_line & ((image->bitmap_unit >> 3) - 1))
|
| H A D | cursor.c | 577 ximage.bitmap_unit = 32;
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | cursor-test.c | 79 .bitmap_unit = 32,
|
| H A D | test_image.c | 268 ximage->bitmap_unit = 32;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | cursor-test.c | 79 .bitmap_unit = 32,
|
| H A D | test_image.c | 284 ximage->bitmap_unit = 32;
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XShm.c | 293 image->bitmap_unit = dpy->bitmap_unit;
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | xwd.c | 457 header.bitmap_unit = (CARD32) image->bitmap_unit;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.c | 358 assert(ximage->bitmap_unit);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.c | 367 assert(ximage->bitmap_unit);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_dd.c | 406 ximage.bitmap_unit = 32; 537 ximage.bitmap_unit = 16;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_dd.c | 413 ximage.bitmap_unit = 32; 544 ximage.bitmap_unit = 16;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| H A D | InitOutput.c | 726 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT; 730 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT_PROTO;
|
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| H A D | InitOutput.c | 658 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT; 662 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT_PROTO;
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 111 #define BitmapUnit(dpy) (((_XPrivDisplay)(dpy))->bitmap_unit) 362 int bitmap_unit; /* quant. of scanline 8, 16, 32 */ member in struct:_XImage 509 int bitmap_unit; /* padding and data requirements */ member in struct:_XDisplay
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 320 in_image->bitmap_unit = header.bitmap_unit; 1237 printf("bitmap unit: %d\n", (int)header->bitmap_unit);
|