Home
last modified time | relevance | path

Searched refs:LSBFirst (Results 1 – 11 of 11) 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/skqp/tools/sk_app/unix/
DRasterWindowContext_unix.cpp75 image.byte_order = LSBFirst; in swapBuffers()
77 image.bitmap_bit_order = LSBFirst; in swapBuffers()
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp75 image.byte_order = LSBFirst; in swapBuffers()
77 image.bitmap_bit_order = LSBFirst; in swapBuffers()
/external/ImageMagick/MagickCore/
Dxwdfile.h_vms61 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
67 CARD32 bitmap_bit_order B32; /* bitmaps only: MSBFirst, LSBFirst */
Dxwindow.c5770 if ((ximage->byte_order == LSBFirst) || ((ximage->format == XYBitmap) && in XMakeImage()
5771 (ximage->bitmap_bit_order == LSBFirst))) in XMakeImage()
7220 case LSBFirst: in XMakeMagnifyImage()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c405 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()
Dxm_api.c107 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_subpicture.c111 …printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_or… in main()
/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/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c279 return (*cptr==1) ? LSBFirst : MSBFirst; in host_byte_order()