Searched refs:PIXEL_FROM_RGB (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_blit.h | 170 #define PIXEL_FROM_RGB(Pixel, fmt, r, g, b) \ macro 177 #define PIXEL_FROM_RGB(Pixel, fmt, r, g, b) \ macro 202 PIXEL_FROM_RGB(Pixel, fmt, r, g, b); \ 223 PIXEL_FROM_RGB(Pixel, fmt, r, g, b); \ 237 PIXEL_FROM_RGB(Pixel, fmt, r, g, b); \ 260 PIXEL_FROM_RGB(Pixel, fmt, r, g, b); \
|
D | SDL_RLEaccel.c | 482 PIXEL_FROM_RGB(d, fmt, rd, gd, bd); \ 1279 PIXEL_FROM_RGB(*d, dfmt, r, g, b); in copy_opaque_16() 1315 PIXEL_FROM_RGB(pix, dfmt, r, g, b); in copy_transl_565() 1333 PIXEL_FROM_RGB(pix, dfmt, r, g, b); in copy_transl_555() 1369 PIXEL_FROM_RGB(pixel, dfmt, r, g, b); in copy_32()
|