Searched refs:SDL_COPY_MUL (Results 1 – 6 of 6) sorted by relevance
103 case SDL_COPY_MUL: in SDL_Blit_RGB888_RGB888_Blend()173 case SDL_COPY_MUL: in SDL_Blit_RGB888_RGB888_Blend_Scale()323 case SDL_COPY_MUL: in SDL_Blit_RGB888_RGB888_Modulate_Blend()411 case SDL_COPY_MUL: in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale()503 case SDL_COPY_MUL: in SDL_Blit_RGB888_BGR888_Blend()573 case SDL_COPY_MUL: in SDL_Blit_RGB888_BGR888_Blend_Scale()723 case SDL_COPY_MUL: in SDL_Blit_RGB888_BGR888_Modulate_Blend()811 case SDL_COPY_MUL: in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale()905 case SDL_COPY_MUL: in SDL_Blit_RGB888_ARGB8888_Blend()977 case SDL_COPY_MUL: in SDL_Blit_RGB888_ARGB8888_Blend_Scale()[all …]
121 switch (flags & (SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL)) { in SDL_Blit_Slow()150 case SDL_COPY_MUL: in SDL_Blit_Slow()
506 ~(SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL); in SDL_SetSurfaceBlendMode()520 surface->map->info.flags |= SDL_COPY_MUL; in SDL_SetSurfaceBlendMode()546 info.flags & (SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL)) { in SDL_GetSurfaceBlendMode()556 case SDL_COPY_MUL: in SDL_GetSurfaceBlendMode()891 SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL | in SDL_LowerBlitScaled()
133 …_COPY_MODULATE_ALPHA | SDL_COPY_BLEND | SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL | SDL_COPY_COLO… in SDL_ChooseBlitFunc()
39 #define SDL_COPY_MUL 0x00000080 macro
1435 (flags & (SDL_COPY_ADD | SDL_COPY_MOD | SDL_COPY_MUL)) || in SDL_RLESurface()
Completed in 27 milliseconds