| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | servermd.h | 72 #define IMAGE_BYTE_ORDER LSBFirst /* Values for the VAX only */ 73 #define BITMAP_BIT_ORDER LSBFirst 92 #define IMAGE_BYTE_ORDER LSBFirst 93 #define BITMAP_BIT_ORDER LSBFirst 101 #define IMAGE_BYTE_ORDER LSBFirst 106 # define BITMAP_BIT_ORDER LSBFirst 143 # define IMAGE_BYTE_ORDER LSBFirst 144 # define BITMAP_BIT_ORDER LSBFirst 157 # define IMAGE_BYTE_ORDER LSBFirst 158 # define BITMAP_BIT_ORDER LSBFirst [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | fourcc.h | 17 LSBFirst, \ 37 LSBFirst, \ 57 LSBFirst, \ 78 LSBFirst, \ 98 LSBFirst, \ 118 LSBFirst, \
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | fourcc.h | 44 LSBFirst, \ 64 LSBFirst, \ 84 LSBFirst, \ 105 LSBFirst, \ 125 LSBFirst, \ 145 LSBFirst, \
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | fourcc.h | 44 LSBFirst, \ 64 LSBFirst, \ 84 LSBFirst, \ 104 LSBFirst, \ 124 LSBFirst, \ 144 LSBFirst, \ 164 LSBFirst, \
|
| H A D | servermd.h | 58 #define IMAGE_BYTE_ORDER LSBFirst 59 #define BITMAP_BIT_ORDER LSBFirst
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_fourcc.h | 147 LSBFirst, \ 167 LSBFirst, \ 187 LSBFirst, \
|
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | fontmisc.h | 41 #ifndef LSBFirst 42 #define LSBFirst 0 macro
|
| H A D | pcf.h | 64 #define PCF_BYTE_ORDER(f) (((f) & PCF_BYTE_MASK)?MSBFirst:LSBFirst) 65 #define PCF_BIT_ORDER(f) (((f) & PCF_BIT_MASK)?MSBFirst:LSBFirst)
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | fontmisc.h | 41 #ifndef LSBFirst 42 #define LSBFirst 0 macro
|
| H A D | pcf.h | 64 #define PCF_BYTE_ORDER(f) (((f) & PCF_BYTE_MASK)?MSBFirst:LSBFirst) 65 #define PCF_BIT_ORDER(f) (((f) & PCF_BIT_MASK)?MSBFirst:LSBFirst)
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fontmisc.h | 41 #ifndef LSBFirst 42 #define LSBFirst 0 macro
|
| H A D | pcf.h | 64 #define PCF_BYTE_ORDER(f) (((f) & PCF_BYTE_MASK)?MSBFirst:LSBFirst) 65 #define PCF_BIT_ORDER(f) (((f) & PCF_BIT_MASK)?MSBFirst:LSBFirst)
|
| H A D | bdftopcf.c | 97 bit = LSBFirst; 109 byte = LSBFirst;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | geode_fourcc.h | 35 LSBFirst, \ 55 LSBFirst, \ 75 LSBFirst, \ 97 LSBFirst,\
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | FS.h | 95 #ifndef LSBFirst 97 #define LSBFirst 0 macro
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CrBFData.c | 42 * bit_order=LSBFirst 43 * byte_order=LSBFirst 70 .byte_order = LSBFirst, 72 .bitmap_bit_order = LSBFirst,
|
| H A D | CrPFBData.c | 44 * bit_order=LSBFirst 45 * byte_order=LSBFirst 79 .byte_order = LSBFirst, 81 .bitmap_bit_order = LSBFirst,
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | fttools.c | 38 #ifndef LSBFirst 39 #define LSBFirst 0 macro 43 #define LOBYTE(s,byte) ((byte)==LSBFirst?*(char*)(s):*((char*)(s)+1)) 44 #define HIBYTE(s,byte) ((byte)==LSBFirst?*((char*)(s)+1):*(char*)(s))
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | fttools.c | 39 #ifndef LSBFirst 40 #define LSBFirst 0 macro 44 #define LOBYTE(s,byte) ((byte)==LSBFirst?*(char*)(s):*((char*)(s)+1)) 45 #define HIBYTE(s,byte) ((byte)==LSBFirst?*((char*)(s)+1):*(char*)(s))
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | format.c | 74 ? MSBFirst : LSBFirst; 79 ? MSBFirst : LSBFirst;
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | format.c | 75 ? MSBFirst : LSBFirst; 80 ? MSBFirst : LSBFirst;
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipushpxl.c | 111 if (screenInfo.bitmapBitOrder == LSBFirst) 118 if (screenInfo.bitmapBitOrder == LSBFirst) 184 if (screenInfo.bitmapBitOrder == LSBFirst) 189 if (screenInfo.bitmapBitOrder == LSBFirst) 240 if (screenInfo.bitmapBitOrder == LSBFirst) 245 if (screenInfo.bitmapBitOrder == LSBFirst)
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipushpxl.c | 111 if (screenInfo.bitmapBitOrder == LSBFirst) 115 else if (screenInfo.bitmapBitOrder == LSBFirst) 170 if (screenInfo.bitmapBitOrder == LSBFirst) 176 else if (screenInfo.bitmapBitOrder == LSBFirst) 220 if (screenInfo.bitmapBitOrder == LSBFirst) 226 else if (screenInfo.bitmapBitOrder == LSBFirst)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_video.h | 53 FOURCC_XVMC, XvYUV, LSBFirst, \ 61 FOURCC_RGB565, XvRGB, LSBFirst, \ 69 FOURCC_RGB888, XvRGB, LSBFirst, \ 79 FOURCC_NV12, XvYUV, LSBFirst, \ 88 FOURCC_AYUV, XvYUV, LSBFirst, \
|
| /xsrc/external/mit/freetype/dist/src/pcf/ |
| H A D | pcf.h | 181 #define LSBFirst 0 macro 203 ( ( (f) & PCF_BYTE_MASK ) ? MSBFirst : LSBFirst ) 205 ( ( (f) & PCF_BIT_MASK ) ? MSBFirst : LSBFirst )
|