X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fvector-based%2Fvector-blob-atlas.h;h=592d4e07deeceaf4444f316e38e56f682193051b;hb=refs%2Fchanges%2F84%2F235784%2F5;hp=13b226d2ff8ce22165078b5c2f5b1d51e4b814fb;hpb=0302e2897031cbf4ab7f15a93eb784ab85d4507d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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..592d4e0 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,8 +1,8 @@ -#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. + * Copyright (c) 2020 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,9 +19,9 @@ // EXTERNAL INCLUDES #include -#include -#include -#include +#include +#include +#include #include // INTERNAL INCLUDES @@ -154,7 +154,7 @@ private: unsigned int mCursorX; unsigned int mCursorY; - BufferImage mAtlasTexture; + Texture mAtlasTexture; TextureSet mTextureSet; @@ -182,4 +182,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_VECTOR_BLOB_ATLAS_H__ +#endif // DALI_TOOLKIT_TEXT_VECTOR_BLOB_ATLAS_H