X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fvector-based%2Fglyphy-shader%2Fglyphy-shader.h;h=4a16cd2d800d59b171e01e49a8b4d56bf4166005;hb=b8da2e53925b9abb9fa362560069e8ca4aa62f81;hp=b3bbcf745bb52c9254f435062293899e46ff9708;hpb=726e147d14bb18ef193b102a36d8068b62db89ed;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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..4a16cd2 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,8 +1,8 @@ -#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. + * 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. @@ -20,17 +20,14 @@ // INTERNEL INCLUDES #include -#include +#include namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief A Shader based on GLyphy authored by Behdad Esfahbod & Maysum Panju. * @@ -39,13 +36,12 @@ namespace Text class GlyphyShader : public Shader { public: - /** * @brief Create the blob atlas. * * @param[in] atlasInfo The metrics of the texture atlas storing vector data. */ - static GlyphyShader New( const Vector4& atlasInfo ); + static GlyphyShader New(const Vector4& atlasInfo); /** * @brief Create an uninitialized GlyphyShader handle. @@ -60,9 +56,7 @@ public: ~GlyphyShader(); private: // Not intended for application developer - - GlyphyShader( Shader handle ); - + GlyphyShader(Shader handle); }; } // namespace Text @@ -71,4 +65,4 @@ private: // Not intended for application developer } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_GLYPHY_SHADER_H__ +#endif // DALI_TOOLKIT_TEXT_GLYPHY_SHADER_H