Searched refs:RGB_FROM_PIXEL (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit.h | 123 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ macro 183 RGB_FROM_PIXEL(Pixel, fmt, r, g, b); \ 188 RGB_FROM_PIXEL(Pixel, fmt, r, g, b); \ 207 RGB_FROM_PIXEL(Pixel, fmt, r, g, b); \
|
A D | SDL_RLEaccel.c | 204 RGB_FROM_PIXEL(s, fmt, rs, gs, bs); \ 205 RGB_FROM_PIXEL(d, fmt, rd, gd, bd); \ 901 RGB_FROM_PIXEL(*src, sfmt, r, g, b); in copy_opaque_16() 919 RGB_FROM_PIXEL(*s, sfmt, r, g, b); in uncopy_opaque_16() 979 RGB_FROM_PIXEL(pix, sfmt, r, g, b); in uncopy_transl_16() 1013 RGB_FROM_PIXEL(pixel, sfmt, r, g, b); in uncopy_32()
|
A D | SDL_blit_N.c | 672 RGB_FROM_PIXEL(Pixel, srcfmt, sR, sG, sB); \ in Blit32to32KeyAltivec() 2265 RGB_FROM_PIXEL(Pixel, srcfmt, p0, p1, p2); in get_permutation() 2865 RGB_FROM_PIXEL(Pixel, srcfmt, sR, sG, sB); in BlitNtoNKey()
|
A D | SDL_blit_A.c | 1276 RGB_FROM_PIXEL(Pixel, srcfmt, sR, sG, sB); in BlitNtoNSurfaceAlphaKey()
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_draw.h | 261 DRAW_SETPIXEL_BLEND(RGB_FROM_PIXEL(*pixel, fmt, sr, sg, sb), \ 265 DRAW_SETPIXEL_ADD(RGB_FROM_PIXEL(*pixel, fmt, sr, sg, sb), \ 269 DRAW_SETPIXEL_MOD(RGB_FROM_PIXEL(*pixel, fmt, sr, sg, sb), \ 273 DRAW_SETPIXEL_MUL(RGB_FROM_PIXEL(*pixel, fmt, sr, sg, sb), \
|
Completed in 23 milliseconds