Home
last modified time | relevance | path

Searched refs:IMAGE_BYTE_ORDER (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dservermd.h58 #define IMAGE_BYTE_ORDER LSBFirst macro
61 #define IMAGE_BYTE_ORDER MSBFirst macro
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipushpxl.c110 if (screenInfo.bitmapBitOrder == IMAGE_BYTE_ORDER) in miPushPixels()
169 if (screenInfo.bitmapBitOrder == IMAGE_BYTE_ORDER) in miPushPixels()
219 if (screenInfo.bitmapBitOrder == IMAGE_BYTE_ORDER) in miPushPixels()
H A Dmicoord.h37 #if IMAGE_BYTE_ORDER == MSBFirst
H A Dmibitblt.c305 #if IMAGE_BYTE_ORDER == MSBFirst in miGetPlane()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_picture.c76 Bool is_little_endian = IMAGE_BYTE_ORDER == LSBFirst; in glamor_get_tex_format_type_from_pictformat()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c672 pXWDHeader->byte_order = IMAGE_BYTE_ORDER; in vfbWriteXWDFileHeader()
1012 screen_info->imageByteOrder = IMAGE_BYTE_ORDER; in InitOutput()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A DInitOutput.c937 pScreenInfo->imageByteOrder = IMAGE_BYTE_ORDER; in InitOutput()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.c655 pScreenInfo->imageByteOrder = IMAGE_BYTE_ORDER; in InitOutput()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c887 pScreenInfo->imageByteOrder = IMAGE_BYTE_ORDER; in KdSetPixmapFormats()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c1334 screen_info->imageByteOrder = IMAGE_BYTE_ORDER; in InitOutput()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c1979 #if IMAGE_BYTE_ORDER != BITMAP_BIT_ORDER && BITMAP_SCANLINE_UNIT != 8 in ReformatImage()
1988 if (IMAGE_BYTE_ORDER != order) in ReformatImage()
1992 if (IMAGE_BYTE_ORDER != order) in ReformatImage()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c945 scrpriv->ximg->byte_order = IMAGE_BYTE_ORDER; in hostx_screen_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c592 scrp->imageByteOrder = IMAGE_BYTE_ORDER; in xf86SetDepthBpp()