Home
last modified time | relevance | path

Searched refs:SDL_Swap16 (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h74 SDL_Swap16(Uint16 x) in SDL_Swap16() function
81 SDL_Swap16(Uint16 x)
88 SDL_Swap16(Uint16 x)
97 SDL_Swap16(Uint16 x)
103 extern _inline Uint16 SDL_Swap16(Uint16);
104 #pragma aux SDL_Swap16 = \
110 SDL_Swap16(Uint16 x)
239 #define SDL_SwapBE16(X) SDL_Swap16(X)
244 #define SDL_SwapLE16(X) SDL_Swap16(X)
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c84 SDLTest_AssertCheck( SDL_Swap16(value16) == swapped16, in platform_testEndianessAndSwap()
86 value16, SDL_Swap16(value16) ); in platform_testEndianessAndSwap()
A Dtestplatform.c120 SDL_Swap16(value16)); in TestEndian()
122 if (SDL_Swap16(value16) != swapped16) { in TestEndian()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_tga.c306 p[x] = SDL_Swap16(p[x]); in IMG_LoadTGA_RW()
A DIMG_bmp.c560 pix[i] = SDL_Swap16(pix[i]); in LoadBMP_RW()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_bmp.c521 pix[i] = SDL_Swap16(pix[i]); in SDL_LoadBMP_RW()
A DSDL_yuv.c1146 *dstUV++ = SDL_Swap16(*srcUV++); in SDL_ConvertPixels_SwapNV()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c1017 ch = SDL_Swap16(ch); in UCS2_to_UTF8()

Completed in 17 milliseconds