X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ffilters%2Femboss-filter.h;h=d61a8235563a02a199ad306071a86ad45a6e77db;hp=1e83c1acb361381d9f80e4615a44d01a24c41389;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=257a9991486e4e05335212b21ecc1f5a0aacbc63 diff --git a/dali-toolkit/internal/filters/emboss-filter.h b/dali-toolkit/internal/filters/emboss-filter.h index 1e83c1a..d61a823 100644 --- a/dali-toolkit/internal/filters/emboss-filter.h +++ b/dali-toolkit/internal/filters/emboss-filter.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_EMBOSS_FILTER_H__ -#define __DALI_TOOLKIT_INTERNAL_EMBOSS_FILTER_H__ +#ifndef DALI_TOOLKIT_INTERNAL_EMBOSS_FILTER_H +#define DALI_TOOLKIT_INTERNAL_EMBOSS_FILTER_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -21,7 +21,7 @@ // EXTERNAL INCLUDES #include #include -#include +#include #include "image-filter.h" namespace Dali @@ -74,16 +74,16 @@ private: private: // Attributes - RenderTask mRenderTaskForEmboss1; - RenderTask mRenderTaskForEmboss2; - RenderTask mRenderTaskForOutput; - FrameBufferImage mImageForEmboss1; - FrameBufferImage mImageForEmboss2; - Toolkit::ImageView mActorForInput1; - Toolkit::ImageView mActorForInput2; - Toolkit::Visual mRendererForEmboss1; - Toolkit::Visual mRendererForEmboss2; - Actor mActorForComposite; + RenderTask mRenderTaskForEmboss1; + RenderTask mRenderTaskForEmboss2; + RenderTask mRenderTaskForOutput; + FrameBufferImage mImageForEmboss1; + FrameBufferImage mImageForEmboss2; + Toolkit::ImageView mActorForInput1; + Toolkit::ImageView mActorForInput2; + Toolkit::Visual::Base mVisualForEmboss1; + Toolkit::Visual::Base mVisualForEmboss2; + Actor mActorForComposite; }; // class EmbossFilter } // namespace Internal @@ -92,5 +92,5 @@ private: // Attributes } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_EMBOSS_FILTER_H__ +#endif // DALI_TOOLKIT_INTERNAL_EMBOSS_FILTER_H