Searched refs:bitmap_unit (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXWDFile.h64 /* 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 DCrBFData.c45 * bitmap_unit=8
71 .bitmap_unit = 8,
H A DCrPFBData.c47 * bitmap_unit=8
80 .bitmap_unit = 8,
H A DImUtil.c118 * 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 DPutImage.c594 #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 DOpenDis.c292 dpy->bitmap_unit = u.setup->bitmapScanlineUnit;
/xsrc/external/mit/libXpm/dist/src/
H A DXpmI.h290 * 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 Dscan.c608 * 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 Dcreate.c1097 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 Dxlib.c269 * 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 Dcursor.c577 ximage.bitmap_unit = 32;
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dcursor-test.c79 .bitmap_unit = 32,
H A Dtest_image.c268 ximage->bitmap_unit = 32;
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dcursor-test.c79 .bitmap_unit = 32,
H A Dtest_image.c284 ximage->bitmap_unit = 32;
/xsrc/external/mit/libXext/dist/src/
H A DXShm.c293 image->bitmap_unit = dpy->bitmap_unit;
/xsrc/external/mit/xwd/dist/
H A Dxwd.c457 header.bitmap_unit = (CARD32) image->bitmap_unit;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c358 assert(ximage->bitmap_unit);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c367 assert(ximage->bitmap_unit);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_dd.c406 ximage.bitmap_unit = 32;
537 ximage.bitmap_unit = 16;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_dd.c413 ximage.bitmap_unit = 32;
544 ximage.bitmap_unit = 16;
/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c726 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT;
730 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT_PROTO;
/xsrc/external/mit/xorg-server/dist/hw/vfb/
H A DInitOutput.c658 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT;
662 pXWDHeader->bitmap_unit = BITMAP_SCANLINE_UNIT_PROTO;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h111 #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 Dxwud.c320 in_image->bitmap_unit = header.bitmap_unit;
1237 printf("bitmap unit: %d\n", (int)header->bitmap_unit);

Completed in 61 milliseconds

12