equal
deleted
inserted
replaced
1 /* Copyright (c) 2009 The Khronos Group Inc. |
1 /* Copyright (c) 2009 The Khronos Group Inc. |
|
2 * Portions Copyright (c) 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, |
304 * |
305 * |
305 *----------------------------------------------------------------------------*/ |
306 *----------------------------------------------------------------------------*/ |
306 OWF_API_CALL void |
307 OWF_API_CALL void |
307 OWF_Image_SetPixelBuffer(OWF_IMAGE* image, void* buffer); |
308 OWF_Image_SetPixelBuffer(OWF_IMAGE* image, void* buffer); |
308 |
309 |
309 |
|
310 /*!--------------------------------------------------------------------------- |
310 /*!--------------------------------------------------------------------------- |
311 * \brief Blit (1:1 copy) pixels from image to another w/ clipping. |
311 * \brief Blit (1:1 copy) pixels from image to another w/ clipping. |
312 * |
312 * |
313 * \param dst Destination image |
313 * \param dst Destination image |
314 * \param dstRect Destination rectangle |
314 * \param dstRect Destination rectangle |