Lines Matching refs:Uint32
119 Uint32 *src = (Uint32 *)(from); \
120 Uint32 *dst = (Uint32 *)(to); \
122 Uint32 s = *src++; \
123 Uint32 d = *dst; \
124 Uint32 s1 = s & 0xff00ff; \
125 Uint32 d1 = d & 0xff00ff; \
145 Uint32 ALPHA = alpha >> 3; \
147 Uint32 s = *src++; \
148 Uint32 d = *dst; \
162 Uint32 ALPHA = alpha >> 3; \
164 Uint32 s = *src++; \
165 Uint32 d = *dst; \
183 Uint32 s, d; \
200 s = *(Uint32 *)src; \
201 d = *(Uint32 *)dst; \
226 *(Uint32 *)dst = d; \
245 Uint32 *src = (Uint32 *)(from); \
246 Uint32 *dst = (Uint32 *)(to); \
248 Uint32 s = *src++; \
249 Uint32 d = *dst; \
263 Uint32 s = *src++; \
264 Uint32 d = *dst; \
286 Uint32 s = *(Uint32 *)src; \
287 Uint32 d = *(Uint32 *)dst; \
288 *(Uint32 *)dst = ((s & (mask | mask << 16)) >> 1) \
575 Uint32 s = src; \
576 Uint32 d = dst; \
578 Uint32 s1 = s & 0xff00ff; \
579 Uint32 d1 = d & 0xff00ff; \
593 Uint32 s = src; \
594 Uint32 d = dst; \
605 Uint32 s = src; \
606 Uint32 d = dst; \
621 Uint32 Rmask;
622 Uint32 Gmask;
623 Uint32 Bmask;
624 Uint32 Amask;
701 Uint32 *src = (Uint32 *)srcbuf + (cofs - ofs); \ in RLEAlphaClipBlit()
722 RLEALPHACLIPBLIT(Uint32, Uint16, BLIT_TRANSL_888); in RLEAlphaClipBlit()
848 Uint32 src = *(Uint32 *)srcbuf; \ in SDL_RLEAlphaBlit()
869 RLEALPHABLIT(Uint32, Uint16, BLIT_TRANSL_888); in SDL_RLEAlphaBlit()
894 copy_opaque_16(void *dst, Uint32 * src, int n, in copy_opaque_16()
911 uncopy_opaque_16(Uint32 * dst, void *src, int n, in uncopy_opaque_16()
931 copy_transl_565(void *dst, Uint32 * src, int n, in copy_transl_565()
935 Uint32 *d = dst; in copy_transl_565()
950 copy_transl_555(void *dst, Uint32 * src, int n, in copy_transl_555()
954 Uint32 *d = dst; in copy_transl_555()
969 uncopy_transl_16(Uint32 * dst, void *src, int n, in uncopy_transl_16()
973 Uint32 *s = src; in uncopy_transl_16()
976 Uint32 pix = *s++; in uncopy_transl_16()
988 copy_32(void *dst, Uint32 * src, int n, in copy_32()
992 Uint32 *d = dst; in copy_32()
1005 uncopy_32(Uint32 * dst, void *src, int n, in uncopy_32()
1009 Uint32 *s = src; in uncopy_32()
1012 Uint32 pixel = *s++; in uncopy_32()
1037 int (*copy_opaque) (void *, Uint32 *, int, in RLEAlphaSurface()
1039 int (*copy_transl) (void *, Uint32 *, int, in RLEAlphaSurface()
1124 Uint32 *src = (Uint32 *) surface->pixels; in RLEAlphaSurface()
1241 static Uint32
1247 static Uint32
1253 static Uint32
1263 static Uint32
1266 return *(const Uint32 *) srcbuf; in getpix_32()
1269 typedef Uint32(*getpix_func) (const Uint8 *);
1285 Uint32 ckey, rgbmask; in RLEColorkeySurface()
1474 Uint32 *dst; in UnRLEAlpha()
1477 int (*uncopy_opaque) (Uint32 *, void *, int, in UnRLEAlpha()
1479 int (*uncopy_transl) (Uint32 *, void *, int, in UnRLEAlpha()