X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Ftexture-upload-observer.h;h=1bf9944ca5051bca31c1d06d6a67e2b2f826a59f;hb=35bc4b3cfcdfb094a15cd8089ad1c19830287018;hp=d83a89e16f397df796575b762db6443ab40572b7;hpb=b5e36d614c9e00fb2295a7a0e7ad6f86ad744fc2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/texture-upload-observer.h b/dali-toolkit/internal/visuals/texture-upload-observer.h index d83a89e..1bf9944 100644 --- a/dali-toolkit/internal/visuals/texture-upload-observer.h +++ b/dali-toolkit/internal/visuals/texture-upload-observer.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_TEXTURE_UPLOAD_OBSERVER_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ * */ -#include +#include #include namespace Dali @@ -61,8 +61,10 @@ public: * @param[in] textureSet The TextureSet containing the Texture * @param[in] useAtlasing True if atlasing was used (note: this may be different to what was requested) * @param[in] atlasRect If using atlasing, this is the rectangle within the atlas to use. + * @param[in] preMultiplied True if the image had pre-multiplied alpha applied */ - virtual void UploadComplete( bool loadSuccess, int32_t textureId, TextureSet textureSet, bool useAtlasing, const Vector4& atlasRect ) = 0; + virtual void UploadComplete( bool loadSuccess, int32_t textureId, TextureSet textureSet, bool useAtlasing, + const Vector4& atlasRect, bool preMultiplied ) = 0; /** * @brief Returns the destruction signal.