Searched refs:LSBFirst (Results 1 – 11 of 11) sorted by relevance
181 #define LSBFirst 0 macro203 ( ( (f) & PCF_BYTE_MASK ) ? MSBFirst : LSBFirst )205 ( ( (f) & PCF_BIT_MASK ) ? MSBFirst : LSBFirst )
75 image.byte_order = LSBFirst; in swapBuffers()77 image.bitmap_bit_order = LSBFirst; in swapBuffers()
61 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */67 CARD32 bitmap_bit_order B32; /* bitmaps only: MSBFirst, LSBFirst */
5770 if ((ximage->byte_order == LSBFirst) || ((ximage->format == XYBitmap) && in XMakeImage()5771 (ximage->bitmap_bit_order == LSBFirst))) in XMakeImage()7220 case LSBFirst: in XMakeMagnifyImage()
405 ximage.byte_order = LSBFirst; in xmesa_DrawPixels_8R8G8B()407 ximage.bitmap_bit_order = LSBFirst; in xmesa_DrawPixels_8R8G8B()536 ximage.byte_order = LSBFirst; in xmesa_DrawPixels_5R6G5B()538 ximage.bitmap_bit_order = LSBFirst; in xmesa_DrawPixels_5R6G5B()
107 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
111 …printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_or… in main()
710 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng_x_display_image()
1641 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng2_x_redisplay_image()
279 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()