Lines Matching refs:Uint32

44         Uint32 *src = 0;  in SDL_Blit_RGB888_RGB888_Scale()
45 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Scale()
59 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_RGB888_Scale()
73 Uint32 srcpixel; in SDL_Blit_RGB888_RGB888_Blend()
74 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_RGB888_Blend()
75 Uint32 dstpixel; in SDL_Blit_RGB888_RGB888_Blend()
76 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_RGB888_Blend()
79 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_RGB888_Blend()
80 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Blend()
122 Uint32 srcpixel; in SDL_Blit_RGB888_RGB888_Blend_Scale()
123 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_RGB888_Blend_Scale()
124 Uint32 dstpixel; in SDL_Blit_RGB888_RGB888_Blend_Scale()
125 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_RGB888_Blend_Scale()
136 Uint32 *src = 0; in SDL_Blit_RGB888_RGB888_Blend_Scale()
137 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Blend_Scale()
151 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_RGB888_Blend_Scale()
192 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_RGB888_Modulate()
193 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_RGB888_Modulate()
194 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_RGB888_Modulate()
195 Uint32 pixel; in SDL_Blit_RGB888_RGB888_Modulate()
196 Uint32 R, G, B; in SDL_Blit_RGB888_RGB888_Modulate()
199 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_RGB888_Modulate()
200 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Modulate()
223 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
224 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
225 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
226 Uint32 pixel; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
227 Uint32 R, G, B; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
238 Uint32 *src = 0; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
239 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
253 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_RGB888_Modulate_Scale()
275 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
276 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
277 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
278 const Uint32 modulateA = info->a; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
279 Uint32 srcpixel; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
280 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
281 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
282 Uint32 dstpixel; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
283 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
286 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
287 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Modulate_Blend()
342 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
343 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
344 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
345 const Uint32 modulateA = info->a; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
346 Uint32 srcpixel; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
347 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
348 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
349 Uint32 dstpixel; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
350 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
361 Uint32 *src = 0; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
362 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
376 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()
429 Uint32 pixel; in SDL_Blit_RGB888_BGR888_Scale()
430 Uint32 R, G, B; in SDL_Blit_RGB888_BGR888_Scale()
441 Uint32 *src = 0; in SDL_Blit_RGB888_BGR888_Scale()
442 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_BGR888_Scale()
456 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_BGR888_Scale()
473 Uint32 srcpixel; in SDL_Blit_RGB888_BGR888_Blend()
474 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_BGR888_Blend()
475 Uint32 dstpixel; in SDL_Blit_RGB888_BGR888_Blend()
476 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_BGR888_Blend()
479 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_BGR888_Blend()
480 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_BGR888_Blend()
522 Uint32 srcpixel; in SDL_Blit_RGB888_BGR888_Blend_Scale()
523 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_BGR888_Blend_Scale()
524 Uint32 dstpixel; in SDL_Blit_RGB888_BGR888_Blend_Scale()
525 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_BGR888_Blend_Scale()
536 Uint32 *src = 0; in SDL_Blit_RGB888_BGR888_Blend_Scale()
537 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_BGR888_Blend_Scale()
551 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_BGR888_Blend_Scale()
592 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_BGR888_Modulate()
593 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_BGR888_Modulate()
594 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_BGR888_Modulate()
595 Uint32 pixel; in SDL_Blit_RGB888_BGR888_Modulate()
596 Uint32 R, G, B; in SDL_Blit_RGB888_BGR888_Modulate()
599 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_BGR888_Modulate()
600 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_BGR888_Modulate()
623 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_BGR888_Modulate_Scale()
624 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_BGR888_Modulate_Scale()
625 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_BGR888_Modulate_Scale()
626 Uint32 pixel; in SDL_Blit_RGB888_BGR888_Modulate_Scale()
627 Uint32 R, G, B; in SDL_Blit_RGB888_BGR888_Modulate_Scale()
638 Uint32 *src = 0; in SDL_Blit_RGB888_BGR888_Modulate_Scale()
639 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_BGR888_Modulate_Scale()
653 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_BGR888_Modulate_Scale()
675 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
676 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
677 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
678 const Uint32 modulateA = info->a; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
679 Uint32 srcpixel; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
680 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
681 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
682 Uint32 dstpixel; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
683 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
686 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
687 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_BGR888_Modulate_Blend()
742 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
743 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
744 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
745 const Uint32 modulateA = info->a; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
746 Uint32 srcpixel; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
747 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
748 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
749 Uint32 dstpixel; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
750 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
761 Uint32 *src = 0; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
762 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
776 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()
829 Uint32 pixel; in SDL_Blit_RGB888_ARGB8888_Scale()
830 const Uint32 A = 0xFF; in SDL_Blit_RGB888_ARGB8888_Scale()
831 Uint32 R, G, B; in SDL_Blit_RGB888_ARGB8888_Scale()
842 Uint32 *src = 0; in SDL_Blit_RGB888_ARGB8888_Scale()
843 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_ARGB8888_Scale()
857 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_ARGB8888_Scale()
874 Uint32 srcpixel; in SDL_Blit_RGB888_ARGB8888_Blend()
875 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_ARGB8888_Blend()
876 Uint32 dstpixel; in SDL_Blit_RGB888_ARGB8888_Blend()
877 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_RGB888_ARGB8888_Blend()
880 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_ARGB8888_Blend()
881 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_ARGB8888_Blend()
925 Uint32 srcpixel; in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
926 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
927 Uint32 dstpixel; in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
928 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
939 Uint32 *src = 0; in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
940 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
954 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_ARGB8888_Blend_Scale()
997 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_ARGB8888_Modulate()
998 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_ARGB8888_Modulate()
999 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_ARGB8888_Modulate()
1000 const Uint32 modulateA = info->a; in SDL_Blit_RGB888_ARGB8888_Modulate()
1001 Uint32 pixel; in SDL_Blit_RGB888_ARGB8888_Modulate()
1002 const Uint32 A = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_RGB888_ARGB8888_Modulate()
1003 Uint32 R, G, B; in SDL_Blit_RGB888_ARGB8888_Modulate()
1006 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_ARGB8888_Modulate()
1007 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_ARGB8888_Modulate()
1030 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1031 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1032 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1033 const Uint32 modulateA = info->a; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1034 Uint32 pixel; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1035 const Uint32 A = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1036 Uint32 R, G, B; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1047 Uint32 *src = 0; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1048 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1062 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_ARGB8888_Modulate_Scale()
1084 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1085 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1086 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1087 const Uint32 modulateA = info->a; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1088 Uint32 srcpixel; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1089 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1090 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1091 Uint32 dstpixel; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1092 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1095 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1096 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend()
1153 const Uint32 modulateR = info->r; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1154 const Uint32 modulateG = info->g; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1155 const Uint32 modulateB = info->b; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1156 const Uint32 modulateA = info->a; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1157 Uint32 srcpixel; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1158 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1159 Uint32 srcR, srcG, srcB; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1160 Uint32 dstpixel; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1161 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1172 Uint32 *src = 0; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1173 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1187 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_ARGB8888_Modulate_Blend_Scale()
1242 Uint32 pixel; in SDL_Blit_BGR888_RGB888_Scale()
1243 Uint32 R, G, B; in SDL_Blit_BGR888_RGB888_Scale()
1254 Uint32 *src = 0; in SDL_Blit_BGR888_RGB888_Scale()
1255 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_RGB888_Scale()
1269 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_RGB888_Scale()
1286 Uint32 srcpixel; in SDL_Blit_BGR888_RGB888_Blend()
1287 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_RGB888_Blend()
1288 Uint32 dstpixel; in SDL_Blit_BGR888_RGB888_Blend()
1289 Uint32 dstR, dstG, dstB; in SDL_Blit_BGR888_RGB888_Blend()
1292 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_RGB888_Blend()
1293 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_RGB888_Blend()
1335 Uint32 srcpixel; in SDL_Blit_BGR888_RGB888_Blend_Scale()
1336 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_RGB888_Blend_Scale()
1337 Uint32 dstpixel; in SDL_Blit_BGR888_RGB888_Blend_Scale()
1338 Uint32 dstR, dstG, dstB; in SDL_Blit_BGR888_RGB888_Blend_Scale()
1349 Uint32 *src = 0; in SDL_Blit_BGR888_RGB888_Blend_Scale()
1350 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_RGB888_Blend_Scale()
1364 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_RGB888_Blend_Scale()
1405 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_RGB888_Modulate()
1406 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_RGB888_Modulate()
1407 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_RGB888_Modulate()
1408 Uint32 pixel; in SDL_Blit_BGR888_RGB888_Modulate()
1409 Uint32 R, G, B; in SDL_Blit_BGR888_RGB888_Modulate()
1412 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_RGB888_Modulate()
1413 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_RGB888_Modulate()
1436 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_RGB888_Modulate_Scale()
1437 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_RGB888_Modulate_Scale()
1438 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_RGB888_Modulate_Scale()
1439 Uint32 pixel; in SDL_Blit_BGR888_RGB888_Modulate_Scale()
1440 Uint32 R, G, B; in SDL_Blit_BGR888_RGB888_Modulate_Scale()
1451 Uint32 *src = 0; in SDL_Blit_BGR888_RGB888_Modulate_Scale()
1452 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_RGB888_Modulate_Scale()
1466 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_RGB888_Modulate_Scale()
1488 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1489 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1490 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1491 const Uint32 modulateA = info->a; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1492 Uint32 srcpixel; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1493 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1494 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1495 Uint32 dstpixel; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1496 Uint32 dstR, dstG, dstB; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1499 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1500 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_RGB888_Modulate_Blend()
1555 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1556 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1557 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1558 const Uint32 modulateA = info->a; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1559 Uint32 srcpixel; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1560 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1561 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1562 Uint32 dstpixel; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1563 Uint32 dstR, dstG, dstB; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1574 Uint32 *src = 0; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1575 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1589 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_RGB888_Modulate_Blend_Scale()
1652 Uint32 *src = 0; in SDL_Blit_BGR888_BGR888_Scale()
1653 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_BGR888_Scale()
1667 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_BGR888_Scale()
1681 Uint32 srcpixel; in SDL_Blit_BGR888_BGR888_Blend()
1682 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_BGR888_Blend()
1683 Uint32 dstpixel; in SDL_Blit_BGR888_BGR888_Blend()
1684 Uint32 dstR, dstG, dstB; in SDL_Blit_BGR888_BGR888_Blend()
1687 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_BGR888_Blend()
1688 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_BGR888_Blend()
1730 Uint32 srcpixel; in SDL_Blit_BGR888_BGR888_Blend_Scale()
1731 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_BGR888_Blend_Scale()
1732 Uint32 dstpixel; in SDL_Blit_BGR888_BGR888_Blend_Scale()
1733 Uint32 dstR, dstG, dstB; in SDL_Blit_BGR888_BGR888_Blend_Scale()
1744 Uint32 *src = 0; in SDL_Blit_BGR888_BGR888_Blend_Scale()
1745 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_BGR888_Blend_Scale()
1759 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_BGR888_Blend_Scale()
1800 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_BGR888_Modulate()
1801 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_BGR888_Modulate()
1802 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_BGR888_Modulate()
1803 Uint32 pixel; in SDL_Blit_BGR888_BGR888_Modulate()
1804 Uint32 R, G, B; in SDL_Blit_BGR888_BGR888_Modulate()
1807 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_BGR888_Modulate()
1808 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_BGR888_Modulate()
1831 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_BGR888_Modulate_Scale()
1832 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_BGR888_Modulate_Scale()
1833 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_BGR888_Modulate_Scale()
1834 Uint32 pixel; in SDL_Blit_BGR888_BGR888_Modulate_Scale()
1835 Uint32 R, G, B; in SDL_Blit_BGR888_BGR888_Modulate_Scale()
1846 Uint32 *src = 0; in SDL_Blit_BGR888_BGR888_Modulate_Scale()
1847 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_BGR888_Modulate_Scale()
1861 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_BGR888_Modulate_Scale()
1883 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1884 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1885 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1886 const Uint32 modulateA = info->a; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1887 Uint32 srcpixel; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1888 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1889 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1890 Uint32 dstpixel; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1891 Uint32 dstR, dstG, dstB; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1894 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1895 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_BGR888_Modulate_Blend()
1950 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1951 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1952 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1953 const Uint32 modulateA = info->a; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1954 Uint32 srcpixel; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1955 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1956 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1957 Uint32 dstpixel; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1958 Uint32 dstR, dstG, dstB; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1969 Uint32 *src = 0; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1970 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
1984 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_BGR888_Modulate_Blend_Scale()
2037 Uint32 pixel; in SDL_Blit_BGR888_ARGB8888_Scale()
2038 const Uint32 A = 0xFF; in SDL_Blit_BGR888_ARGB8888_Scale()
2039 Uint32 R, G, B; in SDL_Blit_BGR888_ARGB8888_Scale()
2050 Uint32 *src = 0; in SDL_Blit_BGR888_ARGB8888_Scale()
2051 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_ARGB8888_Scale()
2065 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_ARGB8888_Scale()
2082 Uint32 srcpixel; in SDL_Blit_BGR888_ARGB8888_Blend()
2083 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_ARGB8888_Blend()
2084 Uint32 dstpixel; in SDL_Blit_BGR888_ARGB8888_Blend()
2085 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_BGR888_ARGB8888_Blend()
2088 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_ARGB8888_Blend()
2089 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_ARGB8888_Blend()
2133 Uint32 srcpixel; in SDL_Blit_BGR888_ARGB8888_Blend_Scale()
2134 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_ARGB8888_Blend_Scale()
2135 Uint32 dstpixel; in SDL_Blit_BGR888_ARGB8888_Blend_Scale()
2136 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_BGR888_ARGB8888_Blend_Scale()
2147 Uint32 *src = 0; in SDL_Blit_BGR888_ARGB8888_Blend_Scale()
2148 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_ARGB8888_Blend_Scale()
2162 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_ARGB8888_Blend_Scale()
2205 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_ARGB8888_Modulate()
2206 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_ARGB8888_Modulate()
2207 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_ARGB8888_Modulate()
2208 const Uint32 modulateA = info->a; in SDL_Blit_BGR888_ARGB8888_Modulate()
2209 Uint32 pixel; in SDL_Blit_BGR888_ARGB8888_Modulate()
2210 const Uint32 A = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_BGR888_ARGB8888_Modulate()
2211 Uint32 R, G, B; in SDL_Blit_BGR888_ARGB8888_Modulate()
2214 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_ARGB8888_Modulate()
2215 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_ARGB8888_Modulate()
2238 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2239 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2240 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2241 const Uint32 modulateA = info->a; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2242 Uint32 pixel; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2243 const Uint32 A = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2244 Uint32 R, G, B; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2255 Uint32 *src = 0; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2256 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2270 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_ARGB8888_Modulate_Scale()
2292 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2293 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2294 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2295 const Uint32 modulateA = info->a; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2296 Uint32 srcpixel; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2297 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2298 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2299 Uint32 dstpixel; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2300 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2303 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2304 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend()
2361 const Uint32 modulateR = info->r; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2362 const Uint32 modulateG = info->g; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2363 const Uint32 modulateB = info->b; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2364 const Uint32 modulateA = info->a; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2365 Uint32 srcpixel; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2366 const Uint32 srcA = (flags & SDL_COPY_MODULATE_ALPHA) ? modulateA : 0xFF; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2367 Uint32 srcR, srcG, srcB; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2368 Uint32 dstpixel; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2369 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2380 Uint32 *src = 0; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2381 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2395 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGR888_ARGB8888_Modulate_Blend_Scale()
2450 Uint32 pixel; in SDL_Blit_ARGB8888_RGB888_Scale()
2451 Uint32 R, G, B; in SDL_Blit_ARGB8888_RGB888_Scale()
2462 Uint32 *src = 0; in SDL_Blit_ARGB8888_RGB888_Scale()
2463 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_RGB888_Scale()
2477 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_RGB888_Scale()
2494 Uint32 srcpixel; in SDL_Blit_ARGB8888_RGB888_Blend()
2495 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_RGB888_Blend()
2496 Uint32 dstpixel; in SDL_Blit_ARGB8888_RGB888_Blend()
2497 Uint32 dstR, dstG, dstB; in SDL_Blit_ARGB8888_RGB888_Blend()
2500 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_RGB888_Blend()
2501 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_RGB888_Blend()
2551 Uint32 srcpixel; in SDL_Blit_ARGB8888_RGB888_Blend_Scale()
2552 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_RGB888_Blend_Scale()
2553 Uint32 dstpixel; in SDL_Blit_ARGB8888_RGB888_Blend_Scale()
2554 Uint32 dstR, dstG, dstB; in SDL_Blit_ARGB8888_RGB888_Blend_Scale()
2565 Uint32 *src = 0; in SDL_Blit_ARGB8888_RGB888_Blend_Scale()
2566 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_RGB888_Blend_Scale()
2580 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_RGB888_Blend_Scale()
2629 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_RGB888_Modulate()
2630 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_RGB888_Modulate()
2631 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_RGB888_Modulate()
2632 Uint32 pixel; in SDL_Blit_ARGB8888_RGB888_Modulate()
2633 Uint32 R, G, B; in SDL_Blit_ARGB8888_RGB888_Modulate()
2636 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_RGB888_Modulate()
2637 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_RGB888_Modulate()
2660 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_RGB888_Modulate_Scale()
2661 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_RGB888_Modulate_Scale()
2662 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_RGB888_Modulate_Scale()
2663 Uint32 pixel; in SDL_Blit_ARGB8888_RGB888_Modulate_Scale()
2664 Uint32 R, G, B; in SDL_Blit_ARGB8888_RGB888_Modulate_Scale()
2675 Uint32 *src = 0; in SDL_Blit_ARGB8888_RGB888_Modulate_Scale()
2676 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_RGB888_Modulate_Scale()
2690 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_RGB888_Modulate_Scale()
2712 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2713 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2714 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2715 const Uint32 modulateA = info->a; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2716 Uint32 srcpixel; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2717 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2718 Uint32 dstpixel; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2719 Uint32 dstR, dstG, dstB; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2722 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2723 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend()
2781 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2782 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2783 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2784 const Uint32 modulateA = info->a; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2785 Uint32 srcpixel; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2786 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2787 Uint32 dstpixel; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2788 Uint32 dstR, dstG, dstB; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2799 Uint32 *src = 0; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2800 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2814 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_RGB888_Modulate_Blend_Scale()
2870 Uint32 pixel; in SDL_Blit_ARGB8888_BGR888_Scale()
2871 Uint32 R, G, B; in SDL_Blit_ARGB8888_BGR888_Scale()
2882 Uint32 *src = 0; in SDL_Blit_ARGB8888_BGR888_Scale()
2883 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_BGR888_Scale()
2897 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_BGR888_Scale()
2914 Uint32 srcpixel; in SDL_Blit_ARGB8888_BGR888_Blend()
2915 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_BGR888_Blend()
2916 Uint32 dstpixel; in SDL_Blit_ARGB8888_BGR888_Blend()
2917 Uint32 dstR, dstG, dstB; in SDL_Blit_ARGB8888_BGR888_Blend()
2920 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_BGR888_Blend()
2921 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_BGR888_Blend()
2971 Uint32 srcpixel; in SDL_Blit_ARGB8888_BGR888_Blend_Scale()
2972 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_BGR888_Blend_Scale()
2973 Uint32 dstpixel; in SDL_Blit_ARGB8888_BGR888_Blend_Scale()
2974 Uint32 dstR, dstG, dstB; in SDL_Blit_ARGB8888_BGR888_Blend_Scale()
2985 Uint32 *src = 0; in SDL_Blit_ARGB8888_BGR888_Blend_Scale()
2986 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_BGR888_Blend_Scale()
3000 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_BGR888_Blend_Scale()
3049 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_BGR888_Modulate()
3050 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_BGR888_Modulate()
3051 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_BGR888_Modulate()
3052 Uint32 pixel; in SDL_Blit_ARGB8888_BGR888_Modulate()
3053 Uint32 R, G, B; in SDL_Blit_ARGB8888_BGR888_Modulate()
3056 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_BGR888_Modulate()
3057 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_BGR888_Modulate()
3080 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_BGR888_Modulate_Scale()
3081 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_BGR888_Modulate_Scale()
3082 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_BGR888_Modulate_Scale()
3083 Uint32 pixel; in SDL_Blit_ARGB8888_BGR888_Modulate_Scale()
3084 Uint32 R, G, B; in SDL_Blit_ARGB8888_BGR888_Modulate_Scale()
3095 Uint32 *src = 0; in SDL_Blit_ARGB8888_BGR888_Modulate_Scale()
3096 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_BGR888_Modulate_Scale()
3110 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_BGR888_Modulate_Scale()
3132 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3133 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3134 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3135 const Uint32 modulateA = info->a; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3136 Uint32 srcpixel; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3137 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3138 Uint32 dstpixel; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3139 Uint32 dstR, dstG, dstB; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3142 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3143 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend()
3201 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3202 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3203 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3204 const Uint32 modulateA = info->a; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3205 Uint32 srcpixel; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3206 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3207 Uint32 dstpixel; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3208 Uint32 dstR, dstG, dstB; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3219 Uint32 *src = 0; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3220 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3234 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_BGR888_Modulate_Blend_Scale()
3300 Uint32 *src = 0; in SDL_Blit_ARGB8888_ARGB8888_Scale()
3301 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_ARGB8888_Scale()
3315 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_ARGB8888_Scale()
3329 Uint32 srcpixel; in SDL_Blit_ARGB8888_ARGB8888_Blend()
3330 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_ARGB8888_Blend()
3331 Uint32 dstpixel; in SDL_Blit_ARGB8888_ARGB8888_Blend()
3332 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_ARGB8888_ARGB8888_Blend()
3335 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_ARGB8888_Blend()
3336 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_ARGB8888_Blend()
3388 Uint32 srcpixel; in SDL_Blit_ARGB8888_ARGB8888_Blend_Scale()
3389 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_ARGB8888_Blend_Scale()
3390 Uint32 dstpixel; in SDL_Blit_ARGB8888_ARGB8888_Blend_Scale()
3391 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_ARGB8888_ARGB8888_Blend_Scale()
3402 Uint32 *src = 0; in SDL_Blit_ARGB8888_ARGB8888_Blend_Scale()
3403 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_ARGB8888_Blend_Scale()
3417 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_ARGB8888_Blend_Scale()
3468 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_ARGB8888_Modulate()
3469 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_ARGB8888_Modulate()
3470 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_ARGB8888_Modulate()
3471 const Uint32 modulateA = info->a; in SDL_Blit_ARGB8888_ARGB8888_Modulate()
3472 Uint32 pixel; in SDL_Blit_ARGB8888_ARGB8888_Modulate()
3473 Uint32 R, G, B, A; in SDL_Blit_ARGB8888_ARGB8888_Modulate()
3476 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_ARGB8888_Modulate()
3477 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_ARGB8888_Modulate()
3503 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3504 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3505 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3506 const Uint32 modulateA = info->a; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3507 Uint32 pixel; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3508 Uint32 R, G, B, A; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3519 Uint32 *src = 0; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3520 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3534 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale()
3559 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3560 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3561 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3562 const Uint32 modulateA = info->a; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3563 Uint32 srcpixel; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3564 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3565 Uint32 dstpixel; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3566 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3569 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3570 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend()
3630 const Uint32 modulateR = info->r; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3631 const Uint32 modulateG = info->g; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3632 const Uint32 modulateB = info->b; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3633 const Uint32 modulateA = info->a; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3634 Uint32 srcpixel; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3635 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3636 Uint32 dstpixel; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3637 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3648 Uint32 *src = 0; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3649 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3663 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale()
3721 Uint32 pixel; in SDL_Blit_RGBA8888_RGB888_Scale()
3722 Uint32 R, G, B; in SDL_Blit_RGBA8888_RGB888_Scale()
3733 Uint32 *src = 0; in SDL_Blit_RGBA8888_RGB888_Scale()
3734 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_RGB888_Scale()
3748 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_RGB888_Scale()
3765 Uint32 srcpixel; in SDL_Blit_RGBA8888_RGB888_Blend()
3766 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_RGB888_Blend()
3767 Uint32 dstpixel; in SDL_Blit_RGBA8888_RGB888_Blend()
3768 Uint32 dstR, dstG, dstB; in SDL_Blit_RGBA8888_RGB888_Blend()
3771 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_RGB888_Blend()
3772 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_RGB888_Blend()
3822 Uint32 srcpixel; in SDL_Blit_RGBA8888_RGB888_Blend_Scale()
3823 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_RGB888_Blend_Scale()
3824 Uint32 dstpixel; in SDL_Blit_RGBA8888_RGB888_Blend_Scale()
3825 Uint32 dstR, dstG, dstB; in SDL_Blit_RGBA8888_RGB888_Blend_Scale()
3836 Uint32 *src = 0; in SDL_Blit_RGBA8888_RGB888_Blend_Scale()
3837 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_RGB888_Blend_Scale()
3851 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_RGB888_Blend_Scale()
3900 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_RGB888_Modulate()
3901 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_RGB888_Modulate()
3902 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_RGB888_Modulate()
3903 Uint32 pixel; in SDL_Blit_RGBA8888_RGB888_Modulate()
3904 Uint32 R, G, B; in SDL_Blit_RGBA8888_RGB888_Modulate()
3907 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_RGB888_Modulate()
3908 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_RGB888_Modulate()
3931 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_RGB888_Modulate_Scale()
3932 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_RGB888_Modulate_Scale()
3933 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_RGB888_Modulate_Scale()
3934 Uint32 pixel; in SDL_Blit_RGBA8888_RGB888_Modulate_Scale()
3935 Uint32 R, G, B; in SDL_Blit_RGBA8888_RGB888_Modulate_Scale()
3946 Uint32 *src = 0; in SDL_Blit_RGBA8888_RGB888_Modulate_Scale()
3947 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_RGB888_Modulate_Scale()
3961 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_RGB888_Modulate_Scale()
3983 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3984 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3985 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3986 const Uint32 modulateA = info->a; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3987 Uint32 srcpixel; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3988 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3989 Uint32 dstpixel; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3990 Uint32 dstR, dstG, dstB; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3993 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
3994 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend()
4052 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4053 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4054 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4055 const Uint32 modulateA = info->a; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4056 Uint32 srcpixel; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4057 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4058 Uint32 dstpixel; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4059 Uint32 dstR, dstG, dstB; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4070 Uint32 *src = 0; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4071 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4085 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_RGB888_Modulate_Blend_Scale()
4141 Uint32 pixel; in SDL_Blit_RGBA8888_BGR888_Scale()
4142 Uint32 R, G, B; in SDL_Blit_RGBA8888_BGR888_Scale()
4153 Uint32 *src = 0; in SDL_Blit_RGBA8888_BGR888_Scale()
4154 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_BGR888_Scale()
4168 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_BGR888_Scale()
4185 Uint32 srcpixel; in SDL_Blit_RGBA8888_BGR888_Blend()
4186 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_BGR888_Blend()
4187 Uint32 dstpixel; in SDL_Blit_RGBA8888_BGR888_Blend()
4188 Uint32 dstR, dstG, dstB; in SDL_Blit_RGBA8888_BGR888_Blend()
4191 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_BGR888_Blend()
4192 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_BGR888_Blend()
4242 Uint32 srcpixel; in SDL_Blit_RGBA8888_BGR888_Blend_Scale()
4243 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_BGR888_Blend_Scale()
4244 Uint32 dstpixel; in SDL_Blit_RGBA8888_BGR888_Blend_Scale()
4245 Uint32 dstR, dstG, dstB; in SDL_Blit_RGBA8888_BGR888_Blend_Scale()
4256 Uint32 *src = 0; in SDL_Blit_RGBA8888_BGR888_Blend_Scale()
4257 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_BGR888_Blend_Scale()
4271 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_BGR888_Blend_Scale()
4320 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_BGR888_Modulate()
4321 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_BGR888_Modulate()
4322 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_BGR888_Modulate()
4323 Uint32 pixel; in SDL_Blit_RGBA8888_BGR888_Modulate()
4324 Uint32 R, G, B; in SDL_Blit_RGBA8888_BGR888_Modulate()
4327 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_BGR888_Modulate()
4328 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_BGR888_Modulate()
4351 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_BGR888_Modulate_Scale()
4352 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_BGR888_Modulate_Scale()
4353 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_BGR888_Modulate_Scale()
4354 Uint32 pixel; in SDL_Blit_RGBA8888_BGR888_Modulate_Scale()
4355 Uint32 R, G, B; in SDL_Blit_RGBA8888_BGR888_Modulate_Scale()
4366 Uint32 *src = 0; in SDL_Blit_RGBA8888_BGR888_Modulate_Scale()
4367 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_BGR888_Modulate_Scale()
4381 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_BGR888_Modulate_Scale()
4403 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4404 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4405 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4406 const Uint32 modulateA = info->a; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4407 Uint32 srcpixel; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4408 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4409 Uint32 dstpixel; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4410 Uint32 dstR, dstG, dstB; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4413 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4414 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend()
4472 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4473 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4474 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4475 const Uint32 modulateA = info->a; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4476 Uint32 srcpixel; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4477 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4478 Uint32 dstpixel; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4479 Uint32 dstR, dstG, dstB; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4490 Uint32 *src = 0; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4491 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4505 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_BGR888_Modulate_Blend_Scale()
4561 Uint32 pixel; in SDL_Blit_RGBA8888_ARGB8888_Scale()
4562 Uint32 R, G, B, A; in SDL_Blit_RGBA8888_ARGB8888_Scale()
4573 Uint32 *src = 0; in SDL_Blit_RGBA8888_ARGB8888_Scale()
4574 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_ARGB8888_Scale()
4588 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_ARGB8888_Scale()
4605 Uint32 srcpixel; in SDL_Blit_RGBA8888_ARGB8888_Blend()
4606 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_ARGB8888_Blend()
4607 Uint32 dstpixel; in SDL_Blit_RGBA8888_ARGB8888_Blend()
4608 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_RGBA8888_ARGB8888_Blend()
4611 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_ARGB8888_Blend()
4612 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_ARGB8888_Blend()
4664 Uint32 srcpixel; in SDL_Blit_RGBA8888_ARGB8888_Blend_Scale()
4665 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_ARGB8888_Blend_Scale()
4666 Uint32 dstpixel; in SDL_Blit_RGBA8888_ARGB8888_Blend_Scale()
4667 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_RGBA8888_ARGB8888_Blend_Scale()
4678 Uint32 *src = 0; in SDL_Blit_RGBA8888_ARGB8888_Blend_Scale()
4679 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_ARGB8888_Blend_Scale()
4693 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_ARGB8888_Blend_Scale()
4744 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_ARGB8888_Modulate()
4745 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_ARGB8888_Modulate()
4746 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_ARGB8888_Modulate()
4747 const Uint32 modulateA = info->a; in SDL_Blit_RGBA8888_ARGB8888_Modulate()
4748 Uint32 pixel; in SDL_Blit_RGBA8888_ARGB8888_Modulate()
4749 Uint32 R, G, B, A; in SDL_Blit_RGBA8888_ARGB8888_Modulate()
4752 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_ARGB8888_Modulate()
4753 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_ARGB8888_Modulate()
4779 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4780 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4781 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4782 const Uint32 modulateA = info->a; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4783 Uint32 pixel; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4784 Uint32 R, G, B, A; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4795 Uint32 *src = 0; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4796 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4810 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale()
4835 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4836 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4837 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4838 const Uint32 modulateA = info->a; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4839 Uint32 srcpixel; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4840 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4841 Uint32 dstpixel; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4842 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4845 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4846 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend()
4906 const Uint32 modulateR = info->r; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4907 const Uint32 modulateG = info->g; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4908 const Uint32 modulateB = info->b; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4909 const Uint32 modulateA = info->a; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4910 Uint32 srcpixel; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4911 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4912 Uint32 dstpixel; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4913 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4924 Uint32 *src = 0; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4925 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4939 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale()
4997 Uint32 pixel; in SDL_Blit_ABGR8888_RGB888_Scale()
4998 Uint32 R, G, B; in SDL_Blit_ABGR8888_RGB888_Scale()
5009 Uint32 *src = 0; in SDL_Blit_ABGR8888_RGB888_Scale()
5010 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_RGB888_Scale()
5024 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_RGB888_Scale()
5041 Uint32 srcpixel; in SDL_Blit_ABGR8888_RGB888_Blend()
5042 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_RGB888_Blend()
5043 Uint32 dstpixel; in SDL_Blit_ABGR8888_RGB888_Blend()
5044 Uint32 dstR, dstG, dstB; in SDL_Blit_ABGR8888_RGB888_Blend()
5047 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_RGB888_Blend()
5048 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_RGB888_Blend()
5098 Uint32 srcpixel; in SDL_Blit_ABGR8888_RGB888_Blend_Scale()
5099 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_RGB888_Blend_Scale()
5100 Uint32 dstpixel; in SDL_Blit_ABGR8888_RGB888_Blend_Scale()
5101 Uint32 dstR, dstG, dstB; in SDL_Blit_ABGR8888_RGB888_Blend_Scale()
5112 Uint32 *src = 0; in SDL_Blit_ABGR8888_RGB888_Blend_Scale()
5113 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_RGB888_Blend_Scale()
5127 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_RGB888_Blend_Scale()
5176 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_RGB888_Modulate()
5177 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_RGB888_Modulate()
5178 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_RGB888_Modulate()
5179 Uint32 pixel; in SDL_Blit_ABGR8888_RGB888_Modulate()
5180 Uint32 R, G, B; in SDL_Blit_ABGR8888_RGB888_Modulate()
5183 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_RGB888_Modulate()
5184 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_RGB888_Modulate()
5207 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_RGB888_Modulate_Scale()
5208 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_RGB888_Modulate_Scale()
5209 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_RGB888_Modulate_Scale()
5210 Uint32 pixel; in SDL_Blit_ABGR8888_RGB888_Modulate_Scale()
5211 Uint32 R, G, B; in SDL_Blit_ABGR8888_RGB888_Modulate_Scale()
5222 Uint32 *src = 0; in SDL_Blit_ABGR8888_RGB888_Modulate_Scale()
5223 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_RGB888_Modulate_Scale()
5237 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_RGB888_Modulate_Scale()
5259 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5260 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5261 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5262 const Uint32 modulateA = info->a; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5263 Uint32 srcpixel; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5264 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5265 Uint32 dstpixel; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5266 Uint32 dstR, dstG, dstB; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5269 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5270 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend()
5328 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5329 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5330 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5331 const Uint32 modulateA = info->a; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5332 Uint32 srcpixel; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5333 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5334 Uint32 dstpixel; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5335 Uint32 dstR, dstG, dstB; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5346 Uint32 *src = 0; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5347 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5361 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_RGB888_Modulate_Blend_Scale()
5417 Uint32 pixel; in SDL_Blit_ABGR8888_BGR888_Scale()
5418 Uint32 R, G, B; in SDL_Blit_ABGR8888_BGR888_Scale()
5429 Uint32 *src = 0; in SDL_Blit_ABGR8888_BGR888_Scale()
5430 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_BGR888_Scale()
5444 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_BGR888_Scale()
5461 Uint32 srcpixel; in SDL_Blit_ABGR8888_BGR888_Blend()
5462 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_BGR888_Blend()
5463 Uint32 dstpixel; in SDL_Blit_ABGR8888_BGR888_Blend()
5464 Uint32 dstR, dstG, dstB; in SDL_Blit_ABGR8888_BGR888_Blend()
5467 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_BGR888_Blend()
5468 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_BGR888_Blend()
5518 Uint32 srcpixel; in SDL_Blit_ABGR8888_BGR888_Blend_Scale()
5519 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_BGR888_Blend_Scale()
5520 Uint32 dstpixel; in SDL_Blit_ABGR8888_BGR888_Blend_Scale()
5521 Uint32 dstR, dstG, dstB; in SDL_Blit_ABGR8888_BGR888_Blend_Scale()
5532 Uint32 *src = 0; in SDL_Blit_ABGR8888_BGR888_Blend_Scale()
5533 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_BGR888_Blend_Scale()
5547 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_BGR888_Blend_Scale()
5596 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_BGR888_Modulate()
5597 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_BGR888_Modulate()
5598 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_BGR888_Modulate()
5599 Uint32 pixel; in SDL_Blit_ABGR8888_BGR888_Modulate()
5600 Uint32 R, G, B; in SDL_Blit_ABGR8888_BGR888_Modulate()
5603 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_BGR888_Modulate()
5604 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_BGR888_Modulate()
5627 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_BGR888_Modulate_Scale()
5628 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_BGR888_Modulate_Scale()
5629 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_BGR888_Modulate_Scale()
5630 Uint32 pixel; in SDL_Blit_ABGR8888_BGR888_Modulate_Scale()
5631 Uint32 R, G, B; in SDL_Blit_ABGR8888_BGR888_Modulate_Scale()
5642 Uint32 *src = 0; in SDL_Blit_ABGR8888_BGR888_Modulate_Scale()
5643 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_BGR888_Modulate_Scale()
5657 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_BGR888_Modulate_Scale()
5679 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5680 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5681 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5682 const Uint32 modulateA = info->a; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5683 Uint32 srcpixel; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5684 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5685 Uint32 dstpixel; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5686 Uint32 dstR, dstG, dstB; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5689 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5690 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend()
5748 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5749 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5750 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5751 const Uint32 modulateA = info->a; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5752 Uint32 srcpixel; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5753 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5754 Uint32 dstpixel; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5755 Uint32 dstR, dstG, dstB; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5766 Uint32 *src = 0; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5767 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5781 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_BGR888_Modulate_Blend_Scale()
5837 Uint32 pixel; in SDL_Blit_ABGR8888_ARGB8888_Scale()
5838 Uint32 R, G, B, A; in SDL_Blit_ABGR8888_ARGB8888_Scale()
5849 Uint32 *src = 0; in SDL_Blit_ABGR8888_ARGB8888_Scale()
5850 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_ARGB8888_Scale()
5864 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_ARGB8888_Scale()
5881 Uint32 srcpixel; in SDL_Blit_ABGR8888_ARGB8888_Blend()
5882 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_ARGB8888_Blend()
5883 Uint32 dstpixel; in SDL_Blit_ABGR8888_ARGB8888_Blend()
5884 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_ABGR8888_ARGB8888_Blend()
5887 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_ARGB8888_Blend()
5888 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_ARGB8888_Blend()
5940 Uint32 srcpixel; in SDL_Blit_ABGR8888_ARGB8888_Blend_Scale()
5941 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_ARGB8888_Blend_Scale()
5942 Uint32 dstpixel; in SDL_Blit_ABGR8888_ARGB8888_Blend_Scale()
5943 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_ABGR8888_ARGB8888_Blend_Scale()
5954 Uint32 *src = 0; in SDL_Blit_ABGR8888_ARGB8888_Blend_Scale()
5955 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_ARGB8888_Blend_Scale()
5969 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_ARGB8888_Blend_Scale()
6020 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_ARGB8888_Modulate()
6021 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_ARGB8888_Modulate()
6022 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_ARGB8888_Modulate()
6023 const Uint32 modulateA = info->a; in SDL_Blit_ABGR8888_ARGB8888_Modulate()
6024 Uint32 pixel; in SDL_Blit_ABGR8888_ARGB8888_Modulate()
6025 Uint32 R, G, B, A; in SDL_Blit_ABGR8888_ARGB8888_Modulate()
6028 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_ARGB8888_Modulate()
6029 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_ARGB8888_Modulate()
6055 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6056 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6057 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6058 const Uint32 modulateA = info->a; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6059 Uint32 pixel; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6060 Uint32 R, G, B, A; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6071 Uint32 *src = 0; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6072 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6086 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale()
6111 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6112 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6113 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6114 const Uint32 modulateA = info->a; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6115 Uint32 srcpixel; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6116 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6117 Uint32 dstpixel; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6118 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6121 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6122 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend()
6182 const Uint32 modulateR = info->r; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6183 const Uint32 modulateG = info->g; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6184 const Uint32 modulateB = info->b; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6185 const Uint32 modulateA = info->a; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6186 Uint32 srcpixel; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6187 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6188 Uint32 dstpixel; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6189 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6200 Uint32 *src = 0; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6201 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6215 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale()
6273 Uint32 pixel; in SDL_Blit_BGRA8888_RGB888_Scale()
6274 Uint32 R, G, B; in SDL_Blit_BGRA8888_RGB888_Scale()
6285 Uint32 *src = 0; in SDL_Blit_BGRA8888_RGB888_Scale()
6286 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_RGB888_Scale()
6300 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_RGB888_Scale()
6317 Uint32 srcpixel; in SDL_Blit_BGRA8888_RGB888_Blend()
6318 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_RGB888_Blend()
6319 Uint32 dstpixel; in SDL_Blit_BGRA8888_RGB888_Blend()
6320 Uint32 dstR, dstG, dstB; in SDL_Blit_BGRA8888_RGB888_Blend()
6323 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_RGB888_Blend()
6324 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_RGB888_Blend()
6374 Uint32 srcpixel; in SDL_Blit_BGRA8888_RGB888_Blend_Scale()
6375 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_RGB888_Blend_Scale()
6376 Uint32 dstpixel; in SDL_Blit_BGRA8888_RGB888_Blend_Scale()
6377 Uint32 dstR, dstG, dstB; in SDL_Blit_BGRA8888_RGB888_Blend_Scale()
6388 Uint32 *src = 0; in SDL_Blit_BGRA8888_RGB888_Blend_Scale()
6389 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_RGB888_Blend_Scale()
6403 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_RGB888_Blend_Scale()
6452 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_RGB888_Modulate()
6453 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_RGB888_Modulate()
6454 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_RGB888_Modulate()
6455 Uint32 pixel; in SDL_Blit_BGRA8888_RGB888_Modulate()
6456 Uint32 R, G, B; in SDL_Blit_BGRA8888_RGB888_Modulate()
6459 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_RGB888_Modulate()
6460 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_RGB888_Modulate()
6483 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_RGB888_Modulate_Scale()
6484 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_RGB888_Modulate_Scale()
6485 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_RGB888_Modulate_Scale()
6486 Uint32 pixel; in SDL_Blit_BGRA8888_RGB888_Modulate_Scale()
6487 Uint32 R, G, B; in SDL_Blit_BGRA8888_RGB888_Modulate_Scale()
6498 Uint32 *src = 0; in SDL_Blit_BGRA8888_RGB888_Modulate_Scale()
6499 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_RGB888_Modulate_Scale()
6513 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_RGB888_Modulate_Scale()
6535 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6536 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6537 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6538 const Uint32 modulateA = info->a; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6539 Uint32 srcpixel; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6540 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6541 Uint32 dstpixel; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6542 Uint32 dstR, dstG, dstB; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6545 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6546 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend()
6604 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6605 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6606 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6607 const Uint32 modulateA = info->a; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6608 Uint32 srcpixel; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6609 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6610 Uint32 dstpixel; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6611 Uint32 dstR, dstG, dstB; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6622 Uint32 *src = 0; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6623 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6637 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_RGB888_Modulate_Blend_Scale()
6693 Uint32 pixel; in SDL_Blit_BGRA8888_BGR888_Scale()
6694 Uint32 R, G, B; in SDL_Blit_BGRA8888_BGR888_Scale()
6705 Uint32 *src = 0; in SDL_Blit_BGRA8888_BGR888_Scale()
6706 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_BGR888_Scale()
6720 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_BGR888_Scale()
6737 Uint32 srcpixel; in SDL_Blit_BGRA8888_BGR888_Blend()
6738 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_BGR888_Blend()
6739 Uint32 dstpixel; in SDL_Blit_BGRA8888_BGR888_Blend()
6740 Uint32 dstR, dstG, dstB; in SDL_Blit_BGRA8888_BGR888_Blend()
6743 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_BGR888_Blend()
6744 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_BGR888_Blend()
6794 Uint32 srcpixel; in SDL_Blit_BGRA8888_BGR888_Blend_Scale()
6795 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_BGR888_Blend_Scale()
6796 Uint32 dstpixel; in SDL_Blit_BGRA8888_BGR888_Blend_Scale()
6797 Uint32 dstR, dstG, dstB; in SDL_Blit_BGRA8888_BGR888_Blend_Scale()
6808 Uint32 *src = 0; in SDL_Blit_BGRA8888_BGR888_Blend_Scale()
6809 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_BGR888_Blend_Scale()
6823 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_BGR888_Blend_Scale()
6872 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_BGR888_Modulate()
6873 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_BGR888_Modulate()
6874 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_BGR888_Modulate()
6875 Uint32 pixel; in SDL_Blit_BGRA8888_BGR888_Modulate()
6876 Uint32 R, G, B; in SDL_Blit_BGRA8888_BGR888_Modulate()
6879 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_BGR888_Modulate()
6880 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_BGR888_Modulate()
6903 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_BGR888_Modulate_Scale()
6904 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_BGR888_Modulate_Scale()
6905 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_BGR888_Modulate_Scale()
6906 Uint32 pixel; in SDL_Blit_BGRA8888_BGR888_Modulate_Scale()
6907 Uint32 R, G, B; in SDL_Blit_BGRA8888_BGR888_Modulate_Scale()
6918 Uint32 *src = 0; in SDL_Blit_BGRA8888_BGR888_Modulate_Scale()
6919 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_BGR888_Modulate_Scale()
6933 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_BGR888_Modulate_Scale()
6955 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6956 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6957 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6958 const Uint32 modulateA = info->a; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6959 Uint32 srcpixel; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6960 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6961 Uint32 dstpixel; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6962 Uint32 dstR, dstG, dstB; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6965 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
6966 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend()
7024 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7025 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7026 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7027 const Uint32 modulateA = info->a; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7028 Uint32 srcpixel; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7029 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7030 Uint32 dstpixel; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7031 Uint32 dstR, dstG, dstB; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7042 Uint32 *src = 0; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7043 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7057 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_BGR888_Modulate_Blend_Scale()
7113 Uint32 pixel; in SDL_Blit_BGRA8888_ARGB8888_Scale()
7114 Uint32 R, G, B, A; in SDL_Blit_BGRA8888_ARGB8888_Scale()
7125 Uint32 *src = 0; in SDL_Blit_BGRA8888_ARGB8888_Scale()
7126 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_ARGB8888_Scale()
7140 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_ARGB8888_Scale()
7157 Uint32 srcpixel; in SDL_Blit_BGRA8888_ARGB8888_Blend()
7158 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_ARGB8888_Blend()
7159 Uint32 dstpixel; in SDL_Blit_BGRA8888_ARGB8888_Blend()
7160 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_BGRA8888_ARGB8888_Blend()
7163 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_ARGB8888_Blend()
7164 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_ARGB8888_Blend()
7216 Uint32 srcpixel; in SDL_Blit_BGRA8888_ARGB8888_Blend_Scale()
7217 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_ARGB8888_Blend_Scale()
7218 Uint32 dstpixel; in SDL_Blit_BGRA8888_ARGB8888_Blend_Scale()
7219 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_BGRA8888_ARGB8888_Blend_Scale()
7230 Uint32 *src = 0; in SDL_Blit_BGRA8888_ARGB8888_Blend_Scale()
7231 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_ARGB8888_Blend_Scale()
7245 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_ARGB8888_Blend_Scale()
7296 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_ARGB8888_Modulate()
7297 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_ARGB8888_Modulate()
7298 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_ARGB8888_Modulate()
7299 const Uint32 modulateA = info->a; in SDL_Blit_BGRA8888_ARGB8888_Modulate()
7300 Uint32 pixel; in SDL_Blit_BGRA8888_ARGB8888_Modulate()
7301 Uint32 R, G, B, A; in SDL_Blit_BGRA8888_ARGB8888_Modulate()
7304 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_ARGB8888_Modulate()
7305 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_ARGB8888_Modulate()
7331 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7332 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7333 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7334 const Uint32 modulateA = info->a; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7335 Uint32 pixel; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7336 Uint32 R, G, B, A; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7347 Uint32 *src = 0; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7348 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7362 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale()
7387 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7388 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7389 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7390 const Uint32 modulateA = info->a; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7391 Uint32 srcpixel; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7392 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7393 Uint32 dstpixel; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7394 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7397 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7398 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend()
7458 const Uint32 modulateR = info->r; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7459 const Uint32 modulateG = info->g; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7460 const Uint32 modulateB = info->b; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7461 const Uint32 modulateA = info->a; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7462 Uint32 srcpixel; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7463 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7464 Uint32 dstpixel; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7465 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7476 Uint32 *src = 0; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7477 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()
7491 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale()