Home
last modified time | relevance | path

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

/external/freetype/src/pcf/
Dpcf.h181 #define LSBFirst 0 macro
203 ( ( (f) & PCF_BYTE_MASK ) ? MSBFirst : LSBFirst )
205 ( ( (f) & PCF_BIT_MASK ) ? MSBFirst : LSBFirst )
/external/skia/tools/window/unix/
DRasterWindowContext_unix.cpp78 image.byte_order = LSBFirst; in onSwapBuffers()
80 image.bitmap_bit_order = LSBFirst; in onSwapBuffers()
/external/libpng/contrib/gregbook/
Drpng-x.c710 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng_x_display_image()
Drpng2-x.c1641 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng2_x_redisplay_image()
/external/v4l-utils/contrib/test/
Dpixfmt-test.c945 if ((LSBFirst == xi->byte_order) in create_ximage()
964 (LSBFirst == xi->byte_order) ? in create_ximage()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c278 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()