| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | |
| | | /* GIMP RGB C-Source image dump (alpha.c) */ |
| | | |
| | | const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAdd = { |
| | | static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAdd = { |
| | | 80, 60, 3, |
| | | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
| | | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
| | |
| | | return surface; |
| | | } |
| | | |
| | | const SDLTest_SurfaceImage_t SDLTest_imageBlitBlend = { |
| | | static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlend = { |
| | | 80, 60, 3, |
| | | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
| | | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
| | |
| | | return surface; |
| | | } |
| | | |
| | | const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendMod = { |
| | | static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendMod = { |
| | | 80, 60, 3, |
| | | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
| | | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
| | |
| | | return surface; |
| | | } |
| | | |
| | | const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendNone = { |
| | | static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendNone = { |
| | | 80, 60, 3, |
| | | "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" |
| | | "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" |
| | |
| | | return surface; |
| | | } |
| | | |
| | | const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAll = { |
| | | static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAll = { |
| | | 80, 60, 3, |
| | | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
| | | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
| | |
| | | ); |
| | | return surface; |
| | | } |
| | | |
| | | /* vi: set ts=4 sw=4 expandtab: */ |