Lines Matching refs:Uint16

663 Blit16to16SurfaceAlpha128(SDL_BlitInfo * info, Uint16 mask)  in Blit16to16SurfaceAlpha128()
667 Uint16 *srcp = (Uint16 *) info->src; in Blit16to16SurfaceAlpha128()
669 Uint16 *dstp = (Uint16 *) info->dst; in Blit16to16SurfaceAlpha128()
684 Uint16 d = *dstp, s = *srcp; in Blit16to16SurfaceAlpha128()
713 Uint16 d = *dstp, s; in Blit16to16SurfaceAlpha128()
715 s = (Uint16) prev_sw; in Blit16to16SurfaceAlpha128()
717 s = (Uint16) (prev_sw >> 16); in Blit16to16SurfaceAlpha128()
731 Uint16 d = *dstp, s = *srcp; in Blit16to16SurfaceAlpha128()
750 Uint16 d = *dstp, s = *srcp; in Blit16to16SurfaceAlpha128()
773 Uint16 *srcp = (Uint16 *) info->src; in Blit565to565SurfaceAlphaMMX()
775 Uint16 *dstp = (Uint16 *) info->dst; in Blit565to565SurfaceAlphaMMX()
810 *dstp++ = (Uint16)(d | d >> 16); in Blit565to565SurfaceAlphaMMX()
823 *dstp++ = (Uint16)(d | d >> 16); in Blit565to565SurfaceAlphaMMX()
835 *dstp++ = (Uint16)(d | d >> 16); in Blit565to565SurfaceAlphaMMX()
910 Uint16 *srcp = (Uint16 *) info->src; in Blit555to555SurfaceAlphaMMX()
912 Uint16 *dstp = (Uint16 *) info->dst; in Blit555to555SurfaceAlphaMMX()
948 *dstp++ = (Uint16)(d | d >> 16); in Blit555to555SurfaceAlphaMMX()
961 *dstp++ = (Uint16)(d | d >> 16); in Blit555to555SurfaceAlphaMMX()
973 *dstp++ = (Uint16)(d | d >> 16); in Blit555to555SurfaceAlphaMMX()
1050 Uint16 *srcp = (Uint16 *) info->src; in Blit565to565SurfaceAlpha()
1052 Uint16 *dstp = (Uint16 *) info->dst; in Blit565to565SurfaceAlpha()
1070 *dstp++ = (Uint16)(d | d >> 16); in Blit565to565SurfaceAlpha()
1089 Uint16 *srcp = (Uint16 *) info->src; in Blit555to555SurfaceAlpha()
1091 Uint16 *dstp = (Uint16 *) info->dst; in Blit555to555SurfaceAlpha()
1109 *dstp++ = (Uint16)(d | d >> 16); in Blit555to555SurfaceAlpha()
1126 Uint16 *dstp = (Uint16 *) info->dst; in BlitARGBto565PixelAlpha()
1140 *dstp = (Uint16)((s >> 8 & 0xf800) + (s >> 5 & 0x7e0) + (s >> 3 & 0x1f)); in BlitARGBto565PixelAlpha()
1152 *dstp = (Uint16)(d | d >> 16); in BlitARGBto565PixelAlpha()
1172 Uint16 *dstp = (Uint16 *) info->dst; in BlitARGBto555PixelAlpha()
1187 *dstp = (Uint16)((s >> 9 & 0x7c00) + (s >> 6 & 0x3e0) + (s >> 3 & 0x1f)); in BlitARGBto555PixelAlpha()
1199 *dstp = (Uint16)(d | d >> 16); in BlitARGBto555PixelAlpha()