Home | History | Annotate | Download | only in video

Lines Matching full:blitter

30  * decoder. Added per-surface alpha blitter. Added per-pixel alpha
31 * format, encoder and blitter.
623 #define CHOOSE_BLIT(blitter, alpha, fmt) \
627 case 1: blitter(1, Uint8, OPAQUE_BLIT); break; \
628 case 2: blitter(2, Uint8, OPAQUE_BLIT); break; \
629 case 3: blitter(3, Uint8, OPAQUE_BLIT); break; \
630 case 4: blitter(4, Uint16, OPAQUE_BLIT); break; \
645 blitter(2, Uint8, ALPHA_BLIT16_565_50); \
648 blitter(2, Uint8, ALPHA_BLIT16_565MMX); \
650 blitter(2, Uint8, ALPHA_BLIT16_565); \
661 blitter(2, Uint8, ALPHA_BLIT16_555_50); \
664 blitter(2, Uint8, ALPHA_BLIT16_555MMX); \
666 blitter(2, Uint8, ALPHA_BLIT16_555); \
674 blitter(2, Uint8, ALPHA_BLIT_ANY); \
679 blitter(3, Uint8, ALPHA_BLIT_ANY); \
689 blitter(4, Uint16, ALPHA_BLIT32_888_50MMX);\
691 blitter(4, Uint16, ALPHA_BLIT32_888_50);\
696 blitter(4, Uint16, ALPHA_BLIT32_888MMX);\
698 blitter(4, Uint16, ALPHA_BLIT32_888); \
701 blitter(4, Uint16, ALPHA_BLIT_ANY); \
709 #define CHOOSE_BLIT(blitter, alpha, fmt) \
713 case 1: blitter(1, Uint8, OPAQUE_BLIT); break; \
714 case 2: blitter(2, Uint8, OPAQUE_BLIT); break; \
715 case 3: blitter(3, Uint8, OPAQUE_BLIT); break; \
716 case 4: blitter(4, Uint16, OPAQUE_BLIT); break; \
731 blitter(2, Uint8, ALPHA_BLIT16_565_50); \
733 blitter(2, Uint8, ALPHA_BLIT16_565); \
744 blitter(2, Uint8, ALPHA_BLIT16_555_50); \
746 blitter(2, Uint8, ALPHA_BLIT16_555); \
754 blitter(2, Uint8, ALPHA_BLIT_ANY); \
759 blitter(3, Uint8, ALPHA_BLIT_ANY); \
767 blitter(4, Uint16, ALPHA_BLIT32_888_50); \
769 blitter(4, Uint16, ALPHA_BLIT32_888); \
771 blitter(4, Uint16, ALPHA_BLIT_ANY); \
1020 * clipped blitter: Ptype is the destination pixel type,
1190 * non-clipped blitter. Ptype is the destination pixel type,