Home
last modified time | relevance | path

Searched refs:PIXEL_FROM_RGBA (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit.h396 #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 DSDL_RLEaccel.c920 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 DSDL_blit_N.c2271 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 DSDL_draw.h312 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