Searched refs:DISEMBLE_RGB (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_slow.c | 80 DISEMBLE_RGB(src, srcbpp, src_fmt, srcpixel, srcR, srcG, in SDL_Blit_Slow() 100 DISEMBLE_RGB(dst, dstbpp, dst_fmt, dstpixel, dstR, dstG, in SDL_Blit_Slow()
|
A D | SDL_blit_N.c | 2109 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, in BlitNto1() 2123 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, sR, sG, sB); in BlitNto1() 2141 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, in BlitNto1() 2155 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, sR, sG, sB); in BlitNto1() 2436 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, sR, sG, sB); in BlitNtoN() 2532 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, in BlitNto1Key() 2553 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, in BlitNto1Key()
|
A D | SDL_blit_A.c | 53 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, sR, sG, sB); in BlitNto1SurfaceAlpha() 147 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, sR, sG, sB); in BlitNto1SurfaceAlphaKey() 1235 DISEMBLE_RGB(src, srcbpp, srcfmt, Pixel, sR, sG, sB); in BlitNtoNSurfaceAlpha()
|
A D | SDL_blit.h | 178 #define DISEMBLE_RGB(buf, bpp, fmt, Pixel, r, g, b) \ macro
|
Completed in 13 milliseconds