Searched refs:PIXEL_FROM_RGBA (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit.h | 396 #define PIXEL_FROM_RGBA(Pixel, fmt, r, g, b, a) \ macro 409 PIXEL_FROM_RGBA(_pixel, fmt, r, g, b, a); \ 417 PIXEL_FROM_RGBA(_pixel, fmt, r, g, b, a); \ 438 PIXEL_FROM_RGBA(_pixel, fmt, r, g, b, a); \
|
A D | SDL_RLEaccel.c | 920 PIXEL_FROM_RGBA(*dst, dfmt, r, g, b, alpha); in uncopy_opaque_16() 980 PIXEL_FROM_RGBA(*dst, dfmt, r, g, b, a); in uncopy_transl_16() 1015 PIXEL_FROM_RGBA(*dst, dfmt, r, g, b, a); in uncopy_32()
|
A D | SDL_blit_N.c | 2271 PIXEL_FROM_RGBA(Pixel, dstfmt, p0, p1, p2, p3); in get_permutation() 2273 PIXEL_FROM_RGBA(Pixel, dstfmt, p0, p1, p2, 0); in get_permutation()
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_draw.h | 312 DRAW_SETPIXEL(PIXEL_FROM_RGBA(*pixel, fmt, sr, sg, sb, sa)) 316 PIXEL_FROM_RGBA(*pixel, fmt, sr, sg, sb, sa)) 320 PIXEL_FROM_RGBA(*pixel, fmt, sr, sg, sb, sa)) 324 PIXEL_FROM_RGBA(*pixel, fmt, sr, sg, sb, sa)) 328 PIXEL_FROM_RGBA(*pixel, fmt, sr, sg, sb, sa))
|
Completed in 18 milliseconds