Searched defs:PIXEL_FROM_RGB (Results 1 - 1 of 1) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/ |
H A 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); \
|
Completed in 98 milliseconds