Home
last modified time | relevance | path

Searched refs:cswap (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_rotate.c235 tColorRGBA c00, c01, c10, c11, cswap; in _transformSurfaceRGBA() local
274 cswap = c00; c00=c01; c01=cswap; in _transformSurfaceRGBA()
275 cswap = c10; c10=c11; c11=cswap; in _transformSurfaceRGBA()
278 cswap = c00; c00=c10; c10=cswap; in _transformSurfaceRGBA()
279 cswap = c01; c01=c11; c11=cswap; in _transformSurfaceRGBA()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.c641 tColorRGBA c00, c01, c10, c11, cswap; in _transformSurfaceRGBA() local
682 cswap = c00; c00=c01; c01=cswap; in _transformSurfaceRGBA()
683 cswap = c10; c10=c11; c11=cswap; in _transformSurfaceRGBA()
686 cswap = c00; c00=c10; c10=cswap; in _transformSurfaceRGBA()
687 cswap = c01; c01=c11; c11=cswap; in _transformSurfaceRGBA()

Completed in 5 milliseconds