comparison src/video/SDL_alphamult.c @ 3055:cd863dd2082b

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 07 Feb 2009 18:03:46 +0000
parents 8d93bfecb9dc
children f7b03b6838cb
comparison
equal deleted inserted replaced
3054:8d93bfecb9dc 3055:cd863dd2082b
48 } \ 48 } \
49 pixels += pitch; \ 49 pixels += pitch; \
50 } \ 50 } \
51 } 51 }
52 52
53 /* *INDENT-OFF* */
53 DEFINE_PREMULTIPLY_FUNC(ARGB8888) 54 DEFINE_PREMULTIPLY_FUNC(ARGB8888)
54 DEFINE_PREMULTIPLY_FUNC(RGBA8888) 55 DEFINE_PREMULTIPLY_FUNC(RGBA8888)
55 DEFINE_PREMULTIPLY_FUNC(ABGR8888) 56 DEFINE_PREMULTIPLY_FUNC(ABGR8888)
56 DEFINE_PREMULTIPLY_FUNC(BGRA8888) 57 DEFINE_PREMULTIPLY_FUNC(BGRA8888)
58 /* *INDENT-ON* */
57 59
58 /* vi: set ts=4 sw=4 expandtab: */ 60 /* vi: set ts=4 sw=4 expandtab: */