X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fatlas%2Ftext-atlas-renderer.h;h=678e4584f048b98d2933c40049709f96a6ed0f94;hb=ca37fd65672a1f1628d0d09b8c39cb52f2acf66c;hp=f114b02f8d452c34e0181c04ac5ae3e0fe0f82d1;hpb=51bd29a1b76ba44dd3b0cc34db1193ab83fa7661;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.h b/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.h index f114b02..678e458 100644 --- a/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.h +++ b/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H__ -#define __DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H__ +#ifndef DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H +#define DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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,13 +23,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief Implementation of a text renderer based on dynamic atlases. * @@ -37,7 +34,6 @@ namespace Text class AtlasRenderer : public Renderer { public: - /** * @brief Create the renderer. */ @@ -46,14 +42,13 @@ public: /** * @copydoc Renderer::Render() */ - virtual Actor Render( ViewInterface& view, - Actor textControl, - Property::Index animatablePropertyIndex, - float& alignmentOffset, - int depth ); + virtual Actor Render(ViewInterface& view, + Actor textControl, + Property::Index animatablePropertyIndex, + float& alignmentOffset, + int depth); protected: - /** * @brief Constructor. */ @@ -65,15 +60,13 @@ protected: virtual ~AtlasRenderer(); private: - // Undefined - AtlasRenderer( const AtlasRenderer& handle ); + AtlasRenderer(const AtlasRenderer& handle); // Undefined - AtlasRenderer& operator=( const AtlasRenderer& handle ); + AtlasRenderer& operator=(const AtlasRenderer& handle); private: - struct Impl; Impl* mImpl; }; @@ -84,4 +77,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H__ +#endif // DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H