Home
last modified time | relevance | path

Searched refs:LSBFirst (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/pcf/
A Dpcf.h168 #define LSBFirst 0 macro
190 ( ( (f) & PCF_BYTE_MASK ) ? MSBFirst : LSBFirst )
192 ( ( (f) & PCF_BIT_MASK ) ? MSBFirst : LSBFirst )
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11modes.c132 if (BitmapBitOrder(display) == LSBFirst) { in X11_GetPixelFormatFromVisualInfo()
139 if (BitmapBitOrder(display) == LSBFirst) { in X11_GetPixelFormatFromVisualInfo()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng-x.c710 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng_x_display_image()
A Drpng2-x.c1641 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng2_x_redisplay_image()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/
A Dxtiff.c755 if (ImageByteOrder(xDisplay) == LSBFirst) { /* DECstation 5000 */ in GetTIFFImage()

Completed in 12 milliseconds