Searched refs:LSBFirst (Results 1 - 25 of 115) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dservermd.h72 #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 Dfourcc.h17 LSBFirst, \
37 LSBFirst, \
57 LSBFirst, \
78 LSBFirst, \
98 LSBFirst, \
118 LSBFirst, \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dfourcc.h44 LSBFirst, \
64 LSBFirst, \
84 LSBFirst, \
105 LSBFirst, \
125 LSBFirst, \
145 LSBFirst, \
/xsrc/external/mit/xorg-server/dist/include/
H A Dfourcc.h44 LSBFirst, \
64 LSBFirst, \
84 LSBFirst, \
104 LSBFirst, \
124 LSBFirst, \
144 LSBFirst, \
164 LSBFirst, \
H A Dservermd.h58 #define IMAGE_BYTE_ORDER LSBFirst
59 #define BITMAP_BIT_ORDER LSBFirst
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_fourcc.h147 LSBFirst, \
167 LSBFirst, \
187 LSBFirst, \
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfontmisc.h41 #ifndef LSBFirst
42 #define LSBFirst 0 macro
H A Dpcf.h64 #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 Dfontmisc.h41 #ifndef LSBFirst
42 #define LSBFirst 0 macro
H A Dpcf.h64 #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 Dfontmisc.h41 #ifndef LSBFirst
42 #define LSBFirst 0 macro
H A Dpcf.h64 #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 Dbdftopcf.c97 bit = LSBFirst;
109 byte = LSBFirst;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_fourcc.h35 LSBFirst, \
55 LSBFirst, \
75 LSBFirst, \
97 LSBFirst,\
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFS.h95 #ifndef LSBFirst
97 #define LSBFirst 0 macro
/xsrc/external/mit/libX11/dist/src/
H A DCrBFData.c42 * bit_order=LSBFirst
43 * byte_order=LSBFirst
70 .byte_order = LSBFirst,
72 .bitmap_bit_order = LSBFirst,
H A DCrPFBData.c44 * 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 Dfttools.c38 #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 Dfttools.c39 #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 Dformat.c74 ? MSBFirst : LSBFirst;
79 ? MSBFirst : LSBFirst;
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dformat.c75 ? MSBFirst : LSBFirst;
80 ? MSBFirst : LSBFirst;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipushpxl.c111 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 Dmipushpxl.c111 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 Dsna_video.h53 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 Dpcf.h181 #define LSBFirst 0 macro
203 ( ( (f) & PCF_BYTE_MASK ) ? MSBFirst : LSBFirst )
205 ( ( (f) & PCF_BIT_MASK ) ? MSBFirst : LSBFirst )

Completed in 34 milliseconds

12345