equal
deleted
inserted
replaced
1 /* Copyright (c) 2009 The Khronos Group Inc. |
1 /* Copyright (c) 2009 The Khronos Group Inc. |
|
2 * Portions copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies) |
2 * |
3 * |
3 * Permission is hereby granted, free of charge, to any person obtaining a |
4 * Permission is hereby granted, free of charge, to any person obtaining a |
4 * copy of this software and/or associated documentation files (the |
5 * copy of this software and/or associated documentation files (the |
5 * "Materials"), to deal in the Materials without restriction, including |
6 * "Materials"), to deal in the Materials without restriction, including |
6 * without limitation the rights to use, copy, modify, merge, publish, |
7 * without limitation the rights to use, copy, modify, merge, publish, |
193 OWF_RECTANGLE* rectangle; |
194 OWF_RECTANGLE* rectangle; |
194 } source; |
195 } source; |
195 |
196 |
196 OWF_IMAGE* mask; |
197 OWF_IMAGE* mask; |
197 OWFsubpixel globalAlpha; |
198 OWFsubpixel globalAlpha; |
198 OWFboolean destinationFullyOpaque; |
|
199 OWFpixel* tsColor; |
|
200 } OWF_BLEND_INFO; |
199 } OWF_BLEND_INFO; |
201 |
200 |
202 |
201 |
203 /*!--------------------------------------------------------------------------- |
202 /*!--------------------------------------------------------------------------- |
204 * \brief Initialize image object |
203 * \brief Initialize image object |