HomeSort by relevance Sort by last modified time
    Searched refs:RGB_FROM_PIXEL (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.h 89 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \
165 RGB_FROM_PIXEL(Pixel, fmt, r, g, b); \
SDL_RLEaccel.c 478 RGB_FROM_PIXEL(s, fmt, rs, gs, bs); \
479 RGB_FROM_PIXEL(d, fmt, rd, gd, bd); \
    [all...]
SDL_blit_A.c     [all...]
SDL_blit_N.c 606 RGB_FROM_PIXEL(Pixel, srcfmt, sR, sG, sB); \
    [all...]

Completed in 185 milliseconds