| /xsrc/external/mit/libX11/dist/src/ |
| CrBFData.c | 45 * bitmap_unit=8 71 .bitmap_unit = 8,
|
| CrPFBData.c | 47 * bitmap_unit=8 80 .bitmap_unit = 8,
|
| 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 > 32 | [all...] |
| 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...] |
| OpenDis.c | 292 dpy->bitmap_unit = u.setup->bitmapScanlineUnit;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| 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/libXpm/dist/src/ |
| XpmI.h | 265 * for a bitmap_unit containing a pixel with coordinates x and y for image 283 (((x) + img->xoffset) / img->bitmap_unit) * (img->bitmap_unit >> 3)
|
| scan.c | 551 * copy the source bitmap_unit or Zpixel into temp 580 if (image->bitmap_unit < 0) 584 ibu = image->bitmap_unit; 603 ibu = image->bitmap_unit;
|
| create.c | 979 switch (img->bitmap_unit) { 998 _XReverse_Bytes(bp, img->bitmap_unit >> 3); 1087 * copy the destination bitmap_unit or Zpixel to temp 1114 ibu = image->bitmap_unit; 1611 nbytes = ximage->bitmap_unit >> 3; 1614 i = ((x + ximage->xoffset) % ximage->bitmap_unit);
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| 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))
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| cursor-test.c | 79 .bitmap_unit = 32,
|
| test_image.c | 268 ximage->bitmap_unit = 32;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| cursor-test.c | 79 .bitmap_unit = 32,
|
| test_image.c | 284 ximage->bitmap_unit = 32;
|
| /xsrc/external/mit/libXext/dist/src/ |
| XShm.c | 293 image->bitmap_unit = dpy->bitmap_unit;
|
| /xsrc/external/mit/xwd/dist/ |
| xwd.c | 457 header.bitmap_unit = (CARD32) image->bitmap_unit;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/ |
| xlib_sw_winsys.c | 367 assert(ximage->bitmap_unit);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/ |
| xlib_sw_winsys.c | 358 assert(ximage->bitmap_unit);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| xm_dd.c | 413 ximage.bitmap_unit = 32; 544 ximage.bitmap_unit = 16;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| xm_dd.c | 406 ximage.bitmap_unit = 32; 537 ximage.bitmap_unit = 16;
|
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| InitOutput.c | 658 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT; 662 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT_PROTO;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| InitOutput.c | 726 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT; 730 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT_PROTO;
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| 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
|
| Xlibint.h | 89 int bitmap_unit; /* padding and data requirements */ member in struct:_XDisplay
|
| /xsrc/external/mit/xwud/dist/ |
| xwud.c | 320 in_image->bitmap_unit = header.bitmap_unit; 1237 printf("bitmap unit: %d\n", (int)header->bitmap_unit);
|