From: Tom Robinson Date: Wed, 13 Jul 2016 13:53:25 +0000 (+0100) Subject: Moved Core Rendering API from devel-api to public-api X-Git-Tag: dali_1.1.43~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=7bc9bb47cb9c552982e9144b202861190eeadc96 Moved Core Rendering API from devel-api to public-api Change-Id: I72164c72cb27f34aa971468044e63e89d40cb72f --- diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/mesh-builder.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/mesh-builder.h index 16cd93d..d22f9c8 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/mesh-builder.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/mesh-builder.h @@ -1,7 +1,8 @@ #ifndef MESH_BUILDER_H #define MESH_BUILDER_H + /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -17,12 +18,8 @@ * */ +// EXTERNAL INCLUDES #include -#include -#include -#include -#include -#include namespace Dali { @@ -32,6 +29,7 @@ TextureSet CreateTextureSet(); TextureSet CreateTextureSet( Image image ); Geometry CreateQuadGeometry(); PropertyBuffer CreatePropertyBuffer(); + } #endif // MESH_BUILDER_H diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-actor-utils.cpp b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-actor-utils.cpp index 5a8a5d1..f8d7bf8 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-actor-utils.cpp +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-actor-utils.cpp @@ -21,7 +21,6 @@ // EXTERNAL INCLUDES #include #include -#include // INTERNAL INCLUDES #include "mesh-builder.h" diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-actor-utils.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-actor-utils.h index c5c5d0a..28953cb 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-actor-utils.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-actor-utils.h @@ -1,5 +1,5 @@ -#ifndef __DALI_TEST_ACTOR_UTILS_H__ -#define __DALI_TEST_ACTOR_UTILS_H__ +#ifndef DALI_TEST_ACTOR_UTILS_H +#define DALI_TEST_ACTOR_UTILS_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. @@ -58,4 +58,4 @@ Image GetTexture( Actor actor ); } // namespace Dali -#endif // __DALI_TEST_ACTOR_UTILS_H__ +#endif // DALI_TEST_ACTOR_UTILS_H diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-bitmap-loader.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-bitmap-loader.h index 6b2c94a..acdc94a 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-bitmap-loader.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-bitmap-loader.h @@ -1,5 +1,5 @@ -#ifndef __DALI_TOOLKIT_BITMAP_LOADER_H__ -#define __DALI_TOOLKIT_BITMAP_LOADER_H__ +#ifndef DALI_TOOLKIT_BITMAP_LOADER_H +#define DALI_TOOLKIT_BITMAP_LOADER_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. * @@ -16,14 +16,14 @@ * limitations under the License. */ -#define __DALI_BITMAP_LOADER_H__ +#define DALI_BITMAP_LOADER_H #include #include -#include #include +#include +#include #include -#include namespace Dali { @@ -63,4 +63,4 @@ public: // Not intended for application developers } // Dali -#endif /* __DALI_TOOLKIT_BITMAP_LOADER_H__ */ +#endif // DALI_TOOLKIT_BITMAP_LOADER_H diff --git a/automated-tests/src/dali-toolkit/utc-Dali-BubbleEmitter.cpp b/automated-tests/src/dali-toolkit/utc-Dali-BubbleEmitter.cpp index f17e30e..4c711f3 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-BubbleEmitter.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-BubbleEmitter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/automated-tests/src/dali-toolkit/utc-Dali-ControlRenderer.cpp b/automated-tests/src/dali-toolkit/utc-Dali-ControlRenderer.cpp index 43caadd..3518778 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-ControlRenderer.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-ControlRenderer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -17,9 +17,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include using namespace Dali; diff --git a/automated-tests/src/dali-toolkit/utc-Dali-DebugRenderer.cpp b/automated-tests/src/dali-toolkit/utc-Dali-DebugRenderer.cpp index 52f16ed..3092aff 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-DebugRenderer.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-DebugRenderer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -14,10 +14,11 @@ * limitations under the License. * */ + #include #include -#include -#include +#include +#include #include // for setting environment variable: DALI_DEBUG_RENDERING diff --git a/automated-tests/src/dali-toolkit/utc-Dali-ImageView.cpp b/automated-tests/src/dali-toolkit/utc-Dali-ImageView.cpp index 709282a..6348940 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-ImageView.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-ImageView.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/automated-tests/src/dali-toolkit/utc-Dali-RendererFactory.cpp b/automated-tests/src/dali-toolkit/utc-Dali-RendererFactory.cpp index 0e33b72..aef0a65 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-RendererFactory.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-RendererFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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,9 +18,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include using namespace Dali; diff --git a/automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp b/automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp index 52f4f87..8e3e0cf 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp @@ -17,7 +17,7 @@ #include #include -#include +#include #include #include #include diff --git a/automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp b/automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp index e0b3bfd..a072343 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -17,7 +17,7 @@ #include #include -#include +#include #include #include #include diff --git a/dali-toolkit/devel-api/image-atlas/image-atlas.h b/dali-toolkit/devel-api/image-atlas/image-atlas.h index 5ef9195..2bc97ae 100644 --- a/dali-toolkit/devel-api/image-atlas/image-atlas.h +++ b/dali-toolkit/devel-api/image-atlas/image-atlas.h @@ -1,7 +1,7 @@ -#ifndef __DALI_TOOLKIT_IMAGE_ATLAS_H__ -#define __DALI_TOOLKIT_IMAGE_ATLAS_H__ +#ifndef DALI_TOOLKIT_IMAGE_ATLAS_H +#define DALI_TOOLKIT_IMAGE_ATLAS_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -24,7 +24,7 @@ #include #include #include -#include +#include namespace Dali { @@ -153,4 +153,4 @@ public: // Not intended for developer use } // namespace Dali -#endif /* __DALI_TOOLKIT_IMAGE_ATLAS_H__ */ +#endif // DALI_TOOLKIT_IMAGE_ATLAS_H diff --git a/dali-toolkit/devel-api/shader-effects/dissolve-effect.h b/dali-toolkit/devel-api/shader-effects/dissolve-effect.h index 99036fd..fdea5d0 100644 --- a/dali-toolkit/devel-api/shader-effects/dissolve-effect.h +++ b/dali-toolkit/devel-api/shader-effects/dissolve-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_SHADER_EFFECT_DISSOLVE_H__ -#define __DALI_TOOLKIT_SHADER_EFFECT_DISSOLVE_H__ +#ifndef DALI_TOOLKIT_SHADER_EFFECT_DISSOLVE_H_ +#define DALI_TOOLKIT_SHADER_EFFECT_DISSOLVE_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali { @@ -230,4 +230,4 @@ inline Property::Map CreateDissolveEffect( bool useHighPrecision = true ) } // namespace Dali -#endif // __DALI_TOOLKIT_SHADER_EFFECT_DISSOLVE_H__ +#endif // DALI_TOOLKIT_SHADER_EFFECT_DISSOLVE_H diff --git a/dali-toolkit/devel-api/transition-effects/cube-transition-effect.h b/dali-toolkit/devel-api/transition-effects/cube-transition-effect.h index 198d352..df51440 100644 --- a/dali-toolkit/devel-api/transition-effects/cube-transition-effect.h +++ b/dali-toolkit/devel-api/transition-effects/cube-transition-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_CUBE_TRANSITION_EFFECT_H__ -#define __DALI_TOOLKIT_CUBE_TRANSITION_EFFECT_H__ +#ifndef DALI_TOOLKIT_CUBE_TRANSITION_EFFECT_H +#define DALI_TOOLKIT_CUBE_TRANSITION_EFFECT_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -22,7 +22,7 @@ #include // EXTERNAL INCLUDES -#include +#include namespace Dali { @@ -221,4 +221,4 @@ public: // Not intended for developer use } // namespace Dali -#endif /* __DALI_TOOLKIT_CUBE_TRANSITION_EFFECT_H__ */ +#endif // DALI_TOOLKIT_CUBE_TRANSITION_EFFECT_H diff --git a/dali-toolkit/internal/controls/bloom-view/bloom-view-impl.cpp b/dali-toolkit/internal/controls/bloom-view/bloom-view-impl.cpp index 4f8e79e..e64289e 100644 --- a/dali-toolkit/internal/controls/bloom-view/bloom-view-impl.cpp +++ b/dali-toolkit/internal/controls/bloom-view/bloom-view-impl.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include // INTERNAL INCLUDES diff --git a/dali-toolkit/internal/controls/bubble-effect/bubble-actor.h b/dali-toolkit/internal/controls/bubble-effect/bubble-actor.h index 213a425..3033032 100644 --- a/dali-toolkit/internal/controls/bubble-effect/bubble-actor.h +++ b/dali-toolkit/internal/controls/bubble-effect/bubble-actor.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_BUBBLE_ACTOR_H_ -#define __DALI_TOOLKIT_INTERNAL_BUBBLE_ACTOR_H_ +#ifndef DALI_TOOLKIT_INTERNAL_BUBBLE_ACTOR_H +#define DALI_TOOLKIT_INTERNAL_BUBBLE_ACTOR_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -19,10 +19,10 @@ */ // EXTERNAL INCLUDES -#include #include +#include #include -#include +#include namespace Dali { @@ -151,4 +151,4 @@ private: } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_BUBBLE_ACTOR_H_ */ +#endif // DALI_TOOLKIT_INTERNAL_BUBBLE_ACTOR_H diff --git a/dali-toolkit/internal/controls/bubble-effect/bubble-effect.h b/dali-toolkit/internal/controls/bubble-effect/bubble-effect.h index 9fc065a..6e265f6 100644 --- a/dali-toolkit/internal/controls/bubble-effect/bubble-effect.h +++ b/dali-toolkit/internal/controls/bubble-effect/bubble-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_BUBBLE_EFFECT_H_ -#define __DALI_TOOLKIT_INTERNAL_BUBBLE_EFFECT_H_ +#ifndef DALI_TOOLKIT_INTERNAL_BUBBLE_EFFECT_H +#define DALI_TOOLKIT_INTERNAL_BUBBLE_EFFECT_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali { @@ -128,4 +128,4 @@ inline Shader CreateBubbleShader( unsigned int numBubble ) } // namespace Toolkit } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_BUBBLE_EFFECT_H_ */ +#endif // DALI_TOOLKIT_INTERNAL_BUBBLE_EFFECT_H diff --git a/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h b/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h index cbc1fc3..fecbd85 100644 --- a/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h +++ b/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H__ -#define __DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H__ +#ifndef DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H +#define DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -23,11 +23,11 @@ #include #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include // INTERNAL INCLUDES #include @@ -197,4 +197,4 @@ inline const Internal::BubbleEmitter& GetImpl(const Dali::Toolkit::BubbleEmitter } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H diff --git a/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp b/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp index 332d322..9d4d089 100644 --- a/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp +++ b/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp @@ -26,8 +26,8 @@ #include #include #include +#include #include -#include // INTERNAL INCLUDES #include diff --git a/dali-toolkit/internal/controls/model3d-view/model3d-view-impl.h b/dali-toolkit/internal/controls/model3d-view/model3d-view-impl.h index 9c24faa..51388f3 100644 --- a/dali-toolkit/internal/controls/model3d-view/model3d-view-impl.h +++ b/dali-toolkit/internal/controls/model3d-view/model3d-view-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_MODEL3D_VIEW_H__ -#define __DALI_TOOLKIT_INTERNAL_MODEL3D_VIEW_H__ +#ifndef DALI_TOOLKIT_INTERNAL_MODEL3D_VIEW_H +#define DALI_TOOLKIT_INTERNAL_MODEL3D_VIEW_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -19,7 +19,7 @@ */ // EXTERNAL INCLUDES -#include +#include // INTERNAL INCLUDES #include @@ -201,4 +201,4 @@ inline const Toolkit::Internal::Model3dView& GetImpl( const Toolkit::Model3dView } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_MODEL_VIEW_H__ +#endif // DALI_TOOLKIT_INTERNAL_MODEL_VIEW_H diff --git a/dali-toolkit/internal/controls/model3d-view/obj-loader.h b/dali-toolkit/internal/controls/model3d-view/obj-loader.h index a877bb9..5f4662d 100644 --- a/dali-toolkit/internal/controls/model3d-view/obj-loader.h +++ b/dali-toolkit/internal/controls/model3d-view/obj-loader.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_OBJ_LOADER_H__ -#define __DALI_TOOLKIT_INTERNAL_OBJ_LOADER_H__ +#ifndef DALI_TOOLKIT_INTERNAL_OBJ_LOADER_H +#define DALI_TOOLKIT_INTERNAL_OBJ_LOADER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -19,7 +19,7 @@ */ // EXTERNAL INCLUDES -#include +#include #include namespace Dali @@ -171,4 +171,4 @@ private: -#endif // __DALI_TOOLKIT_INTERNAL_OBJ_LOADER_H__ +#endif // DALI_TOOLKIT_INTERNAL_OBJ_LOADER_H diff --git a/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h b/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h index 1f4bc16..078859d 100644 --- a/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h +++ b/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H__ -#define __DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H__ +#ifndef DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H +#define DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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 // INTERNAL INCLUDES #include @@ -454,4 +454,5 @@ inline const Toolkit::Internal::PageTurnView& GetImplementation(const Toolkit::P } // namespace Toolkit } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H__ */ + +#endif // DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H diff --git a/dali-toolkit/internal/controls/renderers/border/border-renderer.h b/dali-toolkit/internal/controls/renderers/border/border-renderer.h index 56ff901..14eaf42 100644 --- a/dali-toolkit/internal/controls/renderers/border/border-renderer.h +++ b/dali-toolkit/internal/controls/renderers/border/border-renderer.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_BORDER_RENDERER_H__ -#define __DALI_TOOLKIT_INTERNAL_BORDER_RENDERER_H__ +#ifndef DALI_TOOLKIT_INTERNAL_BORDER_RENDERER_H +#define DALI_TOOLKIT_INTERNAL_BORDER_RENDERER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -17,8 +17,9 @@ * limitations under the License. * */ + // EXTERNAL INCLUDES -#include +#include // INTERNAL INCLUDES #include @@ -146,4 +147,4 @@ private: } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_BORDER_RENDERER_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_BORDER_RENDERER_H diff --git a/dali-toolkit/internal/controls/renderers/control-renderer-data-impl.h b/dali-toolkit/internal/controls/renderers/control-renderer-data-impl.h index 5092075..8349791 100644 --- a/dali-toolkit/internal/controls/renderers/control-renderer-data-impl.h +++ b/dali-toolkit/internal/controls/renderers/control-renderer-data-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_DATA_IMPL_H__ -#define __DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_DATA_IMPL_H__ +#ifndef DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_DATA_IMPL_H +#define DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_DATA_IMPL_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,8 +20,9 @@ // EXTERNAL INCLUDES #include -#include +#include +// INTERNAL INCLUDES #include namespace Dali @@ -74,4 +75,4 @@ struct Internal::ControlRenderer::Impl } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_DATA_IMPL_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_DATA_IMPL_H diff --git a/dali-toolkit/internal/controls/renderers/control-renderer-impl.h b/dali-toolkit/internal/controls/renderers/control-renderer-impl.h index 3880b0b..a1e91e6 100644 --- a/dali-toolkit/internal/controls/renderers/control-renderer-impl.h +++ b/dali-toolkit/internal/controls/renderers/control-renderer-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_H__ -#define __DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_H__ +#ifndef DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_H +#define DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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,15 +18,14 @@ * */ - // EXTERNAL INCLUDES -#include #include -#include +#include +#include // INTERNAL INCLUDES -#include #include +#include #include namespace Dali @@ -251,4 +250,4 @@ inline Internal::ControlRenderer& GetImplementation(Toolkit::ControlRenderer& re } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_H___ */ +#endif // DALI_TOOLKIT_INTERNAL_CONTROL_RENDERER_H diff --git a/dali-toolkit/internal/controls/renderers/gradient/gradient.h b/dali-toolkit/internal/controls/renderers/gradient/gradient.h index 64fd6b5..f08af99 100644 --- a/dali-toolkit/internal/controls/renderers/gradient/gradient.h +++ b/dali-toolkit/internal/controls/renderers/gradient/gradient.h @@ -1,5 +1,5 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_GRADIENT_H__ -#define __DALI_TOOLKIT_INTERNAL_GRADIENT_H__ +#ifndef DALI_TOOLKIT_INTERNAL_GRADIENT_H +#define DALI_TOOLKIT_INTERNAL_GRADIENT_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. @@ -19,11 +19,11 @@ */ //EXTERNAL INCLUDES -#include -#include #include #include -#include +#include +#include +#include namespace Dali { @@ -177,4 +177,4 @@ protected: } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_GRADIENT_RENDERER_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_GRADIENT_RENDERER_H diff --git a/dali-toolkit/internal/controls/renderers/image-atlas-manager.h b/dali-toolkit/internal/controls/renderers/image-atlas-manager.h index abe0123..fa1271e 100644 --- a/dali-toolkit/internal/controls/renderers/image-atlas-manager.h +++ b/dali-toolkit/internal/controls/renderers/image-atlas-manager.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_IMAGE_ATLAS_MANAGER_H__ -#define __DALI_TOOLKIT_IMAGE_ATLAS_MANAGER_H__ +#ifndef DALI_TOOLKIT_IMAGE_ATLAS_MANAGER_H +#define DALI_TOOLKIT_IMAGE_ATLAS_MANAGER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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 @@ #include #include #include -#include +#include // INTERNAL INCLUDES #include @@ -144,4 +144,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_ATLAS_MANAGER_H__ +#endif // DALI_TOOLKIT_ATLAS_MANAGER_H diff --git a/dali-toolkit/internal/controls/renderers/npatch/npatch-renderer.h b/dali-toolkit/internal/controls/renderers/npatch/npatch-renderer.h index 44754d7..1832e61 100644 --- a/dali-toolkit/internal/controls/renderers/npatch/npatch-renderer.h +++ b/dali-toolkit/internal/controls/renderers/npatch/npatch-renderer.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H__ -#define __DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H__ +#ifndef DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H +#define DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -23,11 +23,11 @@ // EXTERNAL INCLUDES #include -#include #include -#include -#include -#include +#include +#include +#include +#include namespace Dali { @@ -220,4 +220,4 @@ private: } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_N_PATCH_RENDERER_H diff --git a/dali-toolkit/internal/controls/renderers/renderer-factory-cache.h b/dali-toolkit/internal/controls/renderers/renderer-factory-cache.h index f6fd573..8d5b18e 100644 --- a/dali-toolkit/internal/controls/renderers/renderer-factory-cache.h +++ b/dali-toolkit/internal/controls/renderers/renderer-factory-cache.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H__ -#define __DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H__ +#ifndef DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H +#define DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -23,9 +23,9 @@ // EXTERNAL INCLUDES #include #include -#include -#include -#include +#include +#include +#include #include #include @@ -231,4 +231,4 @@ private: } // namespace Dali -#endif /*__DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H__ */ +#endif // DALI_TOOLKIT_RENDERER_FACTORY_CACHE_H diff --git a/dali-toolkit/internal/controls/renderers/svg/svg-rasterize-thread.h b/dali-toolkit/internal/controls/renderers/svg/svg-rasterize-thread.h index 556a7e6..cbdf376 100644 --- a/dali-toolkit/internal/controls/renderers/svg/svg-rasterize-thread.h +++ b/dali-toolkit/internal/controls/renderers/svg/svg-rasterize-thread.h @@ -1,5 +1,5 @@ -#ifndef __DALI_TOOLKIT_SVG_RASTERIZE_THREAD_H__ -#define __DALI_TOOLKIT_SVG_RASTERIZE_THREAD_H__ +#ifndef DALI_TOOLKIT_SVG_RASTERIZE_THREAD_H +#define DALI_TOOLKIT_SVG_RASTERIZE_THREAD_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. @@ -18,16 +18,16 @@ */ // EXTERNAL INCLUDES +#include #include #include #include -#include -#include #include +#include #include #include #include -#include +#include struct NSVGimage; struct NSVGrasterizer; @@ -213,4 +213,4 @@ private: } // namespace Dali -#endif /* __DALI_TOOLKIT_SVG_RASTERIZE_THREAD_H__ */ +#endif // DALI_TOOLKIT_SVG_RASTERIZE_THREAD_H diff --git a/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.cpp b/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.cpp index c06e400..1b9c422 100644 --- a/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.cpp +++ b/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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,11 +21,11 @@ // EXTERNAL INCLUDES #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace Dali { diff --git a/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h b/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h index 5261f60..1eb7725 100644 --- a/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h +++ b/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_BOUNCING_EFFECT_ACTOR_H__ -#define __DALI_TOOLKIT_INTERNAL_BOUNCING_EFFECT_ACTOR_H__ +#ifndef DALI_TOOLKIT_INTERNAL_BOUNCING_EFFECT_ACTOR_H +#define DALI_TOOLKIT_INTERNAL_BOUNCING_EFFECT_ACTOR_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -66,4 +66,4 @@ Actor CreateBouncingEffectActor( Property::Index& bouncePropertyIndex); } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_BOUNCING_EFFECT_ACTOR_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_BOUNCING_EFFECT_ACTOR_H diff --git a/dali-toolkit/internal/controls/super-blur-view/super-blur-view-impl.cpp b/dali-toolkit/internal/controls/super-blur-view/super-blur-view-impl.cpp index 47a0790..1e1ccad 100644 --- a/dali-toolkit/internal/controls/super-blur-view/super-blur-view-impl.cpp +++ b/dali-toolkit/internal/controls/super-blur-view/super-blur-view-impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -22,10 +22,10 @@ #include #include #include -#include #include +#include #include -#include +#include #include #include diff --git a/dali-toolkit/internal/filters/blur-two-pass-filter.cpp b/dali-toolkit/internal/filters/blur-two-pass-filter.cpp index 8d7fc12..b1dce92 100644 --- a/dali-toolkit/internal/filters/blur-two-pass-filter.cpp +++ b/dali-toolkit/internal/filters/blur-two-pass-filter.cpp @@ -24,10 +24,8 @@ #include #include #include +#include #include -#include - -// INTERNAL INCLUDES namespace Dali { diff --git a/dali-toolkit/internal/filters/emboss-filter.cpp b/dali-toolkit/internal/filters/emboss-filter.cpp index 275292c..aeedd0f 100644 --- a/dali-toolkit/internal/filters/emboss-filter.cpp +++ b/dali-toolkit/internal/filters/emboss-filter.cpp @@ -24,8 +24,8 @@ #include #include #include +#include #include -#include // INTERNAL INCLUDES #include diff --git a/dali-toolkit/internal/text/clipping/text-clipper.cpp b/dali-toolkit/internal/text/clipping/text-clipper.cpp index 2286a5b..11a8fc9 100644 --- a/dali-toolkit/internal/text/clipping/text-clipper.cpp +++ b/dali-toolkit/internal/text/clipping/text-clipper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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 namespace { diff --git a/dali-toolkit/internal/text/decorator/text-decorator.cpp b/dali-toolkit/internal/text/decorator/text-decorator.cpp index 0b3ff48..a33a9bc 100644 --- a/dali-toolkit/internal/text/decorator/text-decorator.cpp +++ b/dali-toolkit/internal/text/decorator/text-decorator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,17 +20,15 @@ // EXTERNAL INCLUDES #include - -#include #include +#include #include #include #include #include #include - -#include -#include +#include +#include // INTERNAL INCLUDES #include diff --git a/dali-toolkit/internal/text/rendering/atlas/atlas-manager.h b/dali-toolkit/internal/text/rendering/atlas/atlas-manager.h index 5542dd0..00fdc7a 100644 --- a/dali-toolkit/internal/text/rendering/atlas/atlas-manager.h +++ b/dali-toolkit/internal/text/rendering/atlas/atlas-manager.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_ATLAS_MANAGER_H__ -#define __DALI_TOOLKIT_ATLAS_MANAGER_H__ +#ifndef DALI_TOOLKIT_ATLAS_MANAGER_H +#define DALI_TOOLKIT_ATLAS_MANAGER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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,8 +21,8 @@ #include #include #include +#include #include -#include namespace Dali { @@ -283,4 +283,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_ATLAS_MANAGER_H__ +#endif // DALI_TOOLKIT_ATLAS_MANAGER_H diff --git a/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp b/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp index 3ee577f..437758c 100644 --- a/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp +++ b/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -19,10 +19,10 @@ #include // EXTERNAL INCLUDES -#include -#include -#include +#include +#include #include +#include // INTERNAL INCLUDES #include diff --git a/dali-toolkit/internal/text/rendering/vector-based/glyphy-shader/glyphy-shader.h b/dali-toolkit/internal/text/rendering/vector-based/glyphy-shader/glyphy-shader.h index b3bbcf7..a7d2061 100644 --- a/dali-toolkit/internal/text/rendering/vector-based/glyphy-shader/glyphy-shader.h +++ b/dali-toolkit/internal/text/rendering/vector-based/glyphy-shader/glyphy-shader.h @@ -1,5 +1,5 @@ -#ifndef __DALI_TOOLKIT_TEXT_GLYPHY_SHADER_H__ -#define __DALI_TOOLKIT_TEXT_GLYPHY_SHADER_H__ +#ifndef DALI_TOOLKIT_TEXT_GLYPHY_SHADER_H +#define DALI_TOOLKIT_TEXT_GLYPHY_SHADER_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. @@ -20,7 +20,7 @@ // INTERNEL INCLUDES #include -#include +#include namespace Dali { @@ -71,4 +71,4 @@ private: // Not intended for application developer } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_GLYPHY_SHADER_H__ +#endif // DALI_TOOLKIT_TEXT_GLYPHY_SHADER_H diff --git a/dali-toolkit/internal/text/rendering/vector-based/vector-based-renderer.cpp b/dali-toolkit/internal/text/rendering/vector-based/vector-based-renderer.cpp index 73fb666..b183524 100644 --- a/dali-toolkit/internal/text/rendering/vector-based/vector-based-renderer.cpp +++ b/dali-toolkit/internal/text/rendering/vector-based/vector-based-renderer.cpp @@ -19,10 +19,10 @@ #include // EXTERNAL INCLUDES -#include -#include -#include +#include +#include #include +#include // INTERNAL INCLUDES #include diff --git a/dali-toolkit/internal/text/rendering/vector-based/vector-blob-atlas.h b/dali-toolkit/internal/text/rendering/vector-based/vector-blob-atlas.h index 13b226d..14af3bb 100644 --- a/dali-toolkit/internal/text/rendering/vector-based/vector-blob-atlas.h +++ b/dali-toolkit/internal/text/rendering/vector-based/vector-blob-atlas.h @@ -1,5 +1,5 @@ -#ifndef __DALI_TOOLKIT_TEXT_VECTOR_BLOB_ATLAS_H__ -#define __DALI_TOOLKIT_TEXT_VECTOR_BLOB_ATLAS_H__ +#ifndef DALI_TOOLKIT_TEXT_VECTOR_BLOB_ATLAS_H +#define DALI_TOOLKIT_TEXT_VECTOR_BLOB_ATLAS_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. @@ -18,10 +18,10 @@ */ // EXTERNAL INCLUDES -#include #include -#include -#include +#include +#include +#include #include // INTERNAL INCLUDES @@ -182,4 +182,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_VECTOR_BLOB_ATLAS_H__ +#endif // DALI_TOOLKIT_TEXT_VECTOR_BLOB_ATLAS_H diff --git a/dali-toolkit/internal/text/text-scroller.cpp b/dali-toolkit/internal/text/text-scroller.cpp index 605e5b1..d1a5d2f 100644 --- a/dali-toolkit/internal/text/text-scroller.cpp +++ b/dali-toolkit/internal/text/text-scroller.cpp @@ -19,15 +19,15 @@ #include // EXTERNAL INCLUDES -#include -#include -#include -#include -#include -#include #include #include #include +#include +#include +#include +#include +#include +#include // INTERNAL INCLUDES #include diff --git a/dali-toolkit/internal/transition-effects/cube-transition-effect-impl.h b/dali-toolkit/internal/transition-effects/cube-transition-effect-impl.h index 8d1760e..5eda6b2 100644 --- a/dali-toolkit/internal/transition-effects/cube-transition-effect-impl.h +++ b/dali-toolkit/internal/transition-effects/cube-transition-effect-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_CUBE_TRANSITION_EFFECT_H__ -#define __DALI_TOOLKIT_INTERNAL_CUBE_TRANSITION_EFFECT_H__ +#ifndef DALI_TOOLKIT_INTERNAL_CUBE_TRANSITION_EFFECT_H +#define DALI_TOOLKIT_INTERNAL_CUBE_TRANSITION_EFFECT_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include // INTERNAL INCLUDES #include @@ -262,4 +262,4 @@ inline const Internal::CubeTransitionEffect& GetImpl(const Dali::Toolkit::CubeTr } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_CUBE_TRANSITION_EFFECT_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_CUBE_TRANSITION_EFFECT_H diff --git a/dali-toolkit/public-api/controls/control-impl.cpp b/dali-toolkit/public-api/controls/control-impl.cpp index 0a2c3c8..e47001a 100644 --- a/dali-toolkit/public-api/controls/control-impl.cpp +++ b/dali-toolkit/public-api/controls/control-impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -25,9 +25,9 @@ #include #include #include -#include #include -#include +#include +#include #include #include diff --git a/dali-toolkit/public-api/controls/control-impl.h b/dali-toolkit/public-api/controls/control-impl.h index 4779d58..2353cea 100644 --- a/dali-toolkit/public-api/controls/control-impl.h +++ b/dali-toolkit/public-api/controls/control-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_CONTROL_IMPL_H__ -#define __DALI_TOOLKIT_CONTROL_IMPL_H__ +#ifndef DALI_TOOLKIT_CONTROL_IMPL_H +#define DALI_TOOLKIT_CONTROL_IMPL_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -698,4 +698,4 @@ DALI_IMPORT_API const Internal::Control& GetImplementation( const Dali::Toolkit: } // namespace Dali -#endif // __DALI_TOOLKIT_CONTROL_IMPL_H__ +#endif // DALI_TOOLKIT_CONTROL_IMPL_H diff --git a/plugins/dali-script-v8/src/constants/constants-wrapper.cpp b/plugins/dali-script-v8/src/constants/constants-wrapper.cpp index eab1614..15252da 100644 --- a/plugins/dali-script-v8/src/constants/constants-wrapper.cpp +++ b/plugins/dali-script-v8/src/constants/constants-wrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -33,8 +33,8 @@ #include #include #include -#include -#include +#include +#include #include #include diff --git a/plugins/dali-script-v8/src/object/property-buffer-api.h b/plugins/dali-script-v8/src/object/property-buffer-api.h index 39b1707..c76607c 100644 --- a/plugins/dali-script-v8/src/object/property-buffer-api.h +++ b/plugins/dali-script-v8/src/object/property-buffer-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_PROPERTY_BUFFER_API_H__ -#define __DALI_V8PLUGIN_PROPERTY_BUFFER_API_H__ +#ifndef DALI_V8PLUGIN_PROPERTY_BUFFER_API_H +#define DALI_V8PLUGIN_PROPERTY_BUFFER_API_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali @@ -61,10 +61,10 @@ namespace PropertyBufferApi */ void SetData( const v8::FunctionCallbackInfo< v8::Value >& args ); -}; // namespace PropertyBufferApi +} // namespace PropertyBufferApi } // namespace V8Plugin } // namespace Dali -#endif // header __DALI_V8PLUGIN_PROPERTY_BUFFER_API_H__ +#endif // DALI_V8PLUGIN_PROPERTY_BUFFER_API_H diff --git a/plugins/dali-script-v8/src/object/property-buffer-wrapper.h b/plugins/dali-script-v8/src/object/property-buffer-wrapper.h index 7cb8b84..914b9a9 100644 --- a/plugins/dali-script-v8/src/object/property-buffer-wrapper.h +++ b/plugins/dali-script-v8/src/object/property-buffer-wrapper.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_PROPERTY_BUFFER_WRAPPER_H__ -#define __DALI_V8PLUGIN_PROPERTY_BUFFER_WRAPPER_H__ +#ifndef DALI_V8PLUGIN_PROPERTY_BUFFER_WRAPPER_H +#define DALI_V8PLUGIN_PROPERTY_BUFFER_WRAPPER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include // INTERNAL INCLUDES #include @@ -54,7 +54,7 @@ public: */ virtual ~PropertyBufferWrapper() { - }; + } /** * @brief Creates a new PropertyBuffer wrapped inside a Javascript Object. @@ -92,4 +92,4 @@ private: } // namespace Dali -#endif // __DALI_V8PLUGIN_PROPERTY_BUFFER_WRAPPER_H__ +#endif // DALI_V8PLUGIN_PROPERTY_BUFFER_WRAPPER_H diff --git a/plugins/dali-script-v8/src/rendering/geometry-api.h b/plugins/dali-script-v8/src/rendering/geometry-api.h index 2a8778f..6b994fb 100644 --- a/plugins/dali-script-v8/src/rendering/geometry-api.h +++ b/plugins/dali-script-v8/src/rendering/geometry-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_GEOMETRY_API_H__ -#define __DALI_V8PLUGIN_GEOMETRY_API_H__ +#ifndef DALI_V8PLUGIN_GEOMETRY_API_H +#define DALI_V8PLUGIN_GEOMETRY_API_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali @@ -70,4 +70,4 @@ namespace GeometryApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_GEOMETRY_API_H__ +#endif // DALI_V8PLUGIN_GEOMETRY_API_H diff --git a/plugins/dali-script-v8/src/rendering/geometry-wrapper.cpp b/plugins/dali-script-v8/src/rendering/geometry-wrapper.cpp index f57abfe..e4f6498 100644 --- a/plugins/dali-script-v8/src/rendering/geometry-wrapper.cpp +++ b/plugins/dali-script-v8/src/rendering/geometry-wrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. diff --git a/plugins/dali-script-v8/src/rendering/geometry-wrapper.h b/plugins/dali-script-v8/src/rendering/geometry-wrapper.h index 6272ffc..8608d92 100644 --- a/plugins/dali-script-v8/src/rendering/geometry-wrapper.h +++ b/plugins/dali-script-v8/src/rendering/geometry-wrapper.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_GEOMETRY_WRAPPER_H__ -#define __DALI_V8PLUGIN_GEOMETRY_WRAPPER_H__ +#ifndef DALI_V8PLUGIN_GEOMETRY_WRAPPER_H +#define DALI_V8PLUGIN_GEOMETRY_WRAPPER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include // INTERNAL INCLUDES #include @@ -104,4 +104,4 @@ private: } // namespace Dali -#endif // __DALI_V8PLUGIN_GEOMETRY_WRAPPER_H__ +#endif // DALI_V8PLUGIN_GEOMETRY_WRAPPER_H diff --git a/plugins/dali-script-v8/src/rendering/renderer-api.h b/plugins/dali-script-v8/src/rendering/renderer-api.h index 033729d..e65d3d8 100644 --- a/plugins/dali-script-v8/src/rendering/renderer-api.h +++ b/plugins/dali-script-v8/src/rendering/renderer-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_RENDERER_API_H__ -#define __DALI_V8PLUGIN_RENDERER_API_H__ +#ifndef DALI_V8PLUGIN_RENDERER_API_H +#define DALI_V8PLUGIN_RENDERER_API_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali @@ -68,4 +68,4 @@ namespace RendererApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_RENDERER_API_H__ +#endif // DALI_V8PLUGIN_RENDERER_API_H diff --git a/plugins/dali-script-v8/src/rendering/renderer-wrapper.h b/plugins/dali-script-v8/src/rendering/renderer-wrapper.h index d03669a..c5e676a 100644 --- a/plugins/dali-script-v8/src/rendering/renderer-wrapper.h +++ b/plugins/dali-script-v8/src/rendering/renderer-wrapper.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_RENDERER_WRAPPER_H__ -#define __DALI_V8PLUGIN_RENDERER_WRAPPER_H__ +#ifndef DALI_V8PLUGIN_RENDERER_WRAPPER_H +#define DALI_V8PLUGIN_RENDERER_WRAPPER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include // INTERNAL INCLUDES #include @@ -104,4 +104,4 @@ private: } // namespace Dali -#endif // __DALI_V8PLUGIN_RENDERER_WRAPPER_H__ +#endif // DALI_V8PLUGIN_RENDERER_WRAPPER_H diff --git a/plugins/dali-script-v8/src/rendering/sampler-api.h b/plugins/dali-script-v8/src/rendering/sampler-api.h index 1eac960..8cb5aa9 100644 --- a/plugins/dali-script-v8/src/rendering/sampler-api.h +++ b/plugins/dali-script-v8/src/rendering/sampler-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_SAMPLER_API_H__ -#define __DALI_V8PLUGIN_SAMPLER_API_H__ +#ifndef DALI_V8PLUGIN_SAMPLER_API_H +#define DALI_V8PLUGIN_SAMPLER_API_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali { @@ -64,4 +64,4 @@ namespace SamplerApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_SAMPLER_API_H__ +#endif // DALI_V8PLUGIN_SAMPLER_API_H diff --git a/plugins/dali-script-v8/src/rendering/sampler-wrapper.h b/plugins/dali-script-v8/src/rendering/sampler-wrapper.h index 5f2df3c..42c6300 100644 --- a/plugins/dali-script-v8/src/rendering/sampler-wrapper.h +++ b/plugins/dali-script-v8/src/rendering/sampler-wrapper.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_SAMPLER_WRAPPER_H__ -#define __DALI_V8PLUGIN_SAMPLER_WRAPPER_H__ +#ifndef DALI_V8PLUGIN_SAMPLER_WRAPPER_H +#define DALI_V8PLUGIN_SAMPLER_WRAPPER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include // INTERNAL INCLUDES #include @@ -100,4 +100,4 @@ private: } // namespace Dali -#endif // __DALI_V8PLUGIN_SAMPLER_WRAPPER_H__ +#endif // DALI_V8PLUGIN_SAMPLER_WRAPPER_H diff --git a/plugins/dali-script-v8/src/rendering/shader-api.h b/plugins/dali-script-v8/src/rendering/shader-api.h index 1c9e1a2..230e789 100644 --- a/plugins/dali-script-v8/src/rendering/shader-api.h +++ b/plugins/dali-script-v8/src/rendering/shader-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_SHADER_API_H__ -#define __DALI_V8PLUGIN_SHADER_API_H__ +#ifndef DALI_V8PLUGIN_SHADER_API_H +#define DALI_V8PLUGIN_SHADER_API_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali @@ -55,4 +55,4 @@ namespace ShaderApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_SHADER_API_H__ +#endif // DALI_V8PLUGIN_SHADER_API_H diff --git a/plugins/dali-script-v8/src/rendering/shader-wrapper.h b/plugins/dali-script-v8/src/rendering/shader-wrapper.h index b4cb2a0..a5833f9 100644 --- a/plugins/dali-script-v8/src/rendering/shader-wrapper.h +++ b/plugins/dali-script-v8/src/rendering/shader-wrapper.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_SHADER_WRAPPER_H__ -#define __DALI_V8PLUGIN_SHADER_WRAPPER_H__ +#ifndef DALI_V8PLUGIN_SHADER_WRAPPER_H +#define DALI_V8PLUGIN_SHADER_WRAPPER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include // INTERNAL INCLUDES #include @@ -104,4 +104,4 @@ private: } // namespace Dali -#endif // __DALI_V8PLUGIN_SHADER_WRAPPER_H__ +#endif // DALI_V8PLUGIN_SHADER_WRAPPER_H__ diff --git a/plugins/dali-script-v8/src/rendering/texture-set-api.h b/plugins/dali-script-v8/src/rendering/texture-set-api.h index c5dc357..8b4159d 100644 --- a/plugins/dali-script-v8/src/rendering/texture-set-api.h +++ b/plugins/dali-script-v8/src/rendering/texture-set-api.h @@ -1,5 +1,5 @@ -#ifndef __DALI_V8PLUGIN_TEXURE_SET_API_H__ -#define __DALI_V8PLUGIN_TEXURE_SET_API_H__ +#ifndef DALI_V8PLUGIN_TEXURE_SET_API_H +#define DALI_V8PLUGIN_TEXURE_SET_API_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali @@ -66,4 +66,4 @@ namespace TextureSetApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_TEXURE_SET_API_H__ +#endif // DALI_V8PLUGIN_TEXURE_SET_API_H diff --git a/plugins/dali-script-v8/src/rendering/texture-set-wrapper.h b/plugins/dali-script-v8/src/rendering/texture-set-wrapper.h index 9e0426a..aaf8ecc 100644 --- a/plugins/dali-script-v8/src/rendering/texture-set-wrapper.h +++ b/plugins/dali-script-v8/src/rendering/texture-set-wrapper.h @@ -1,5 +1,5 @@ -#ifndef __DALI_V8PLUGIN_TEXTURE_SET_WRAPPER_H__ -#define __DALI_V8PLUGIN_TEXTURE_SET_WRAPPER_H__ +#ifndef DALI_V8PLUGIN_TEXTURE_SET_WRAPPER_H +#define DALI_V8PLUGIN_TEXTURE_SET_WRAPPER_H /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include // INTERNAL INCLUDES #include @@ -104,4 +104,4 @@ private: } // namespace Dali -#endif // __DALI_V8PLUGIN_TEXTURE_SET_WRAPPER_H__ +#endif // DALI_V8PLUGIN_TEXTURE_SET_WRAPPER_H