Searched refs:LSBFirst (Results 1 – 12 of 12) sorted by relevance
15 LSBFirst, \
406 ximage.byte_order = LSBFirst; in xmesa_DrawPixels_8R8G8B()408 ximage.bitmap_bit_order = LSBFirst; in xmesa_DrawPixels_8R8G8B()539 ximage.byte_order = LSBFirst; in xmesa_DrawPixels_5R6G5B()541 ximage.bitmap_bit_order = LSBFirst; in xmesa_DrawPixels_5R6G5B()
104 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
393 image.byte_order = LSBFirst; in convertBitmapToXImage()395 image.bitmap_bit_order = LSBFirst; in convertBitmapToXImage()
108 …printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_or… in main()
703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng_x_display_image()
1608 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng2_x_redisplay_image()
232 if (xim->byte_order == LSBFirst) { in flip_ximage_byte_order()238 xim->byte_order = LSBFirst; in flip_ximage_byte_order()239 xim->bitmap_bit_order = LSBFirst; in flip_ximage_byte_order()
3307 } else if (fb->byte_order == LSBFirst) {3506 case LSBFirst:3517 case LSBFirst:
766 #define LSBFirst 0 macro
199 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
2447 + if (ImageByteOrder(dpy) == LSBFirst) {