X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fimage-loader%2Fimage-atlas-impl.h;h=94601a25434db578ccd05e131392bf3e7d02f95c;hb=593ab514474062b4d3de55682e63627a79b2eb5a;hp=a773ea7de6523b15ce104ce709e00c324cf22d56;hpb=1ff26466c5458cda1de2997cd4e27b014ff0275a;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/image-loader/image-atlas-impl.h b/dali-toolkit/internal/image-loader/image-atlas-impl.h index a773ea7..94601a2 100644 --- a/dali-toolkit/internal/image-loader/image-atlas-impl.h +++ b/dali-toolkit/internal/image-loader/image-atlas-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_IMAGE_ATLAS_IMPL_H__ -#define __DALI_TOOLKIT_IMAGE_ATLAS_IMPL_H__ +#ifndef DALI_TOOLKIT_IMAGE_ATLAS_IMPL_H +#define DALI_TOOLKIT_IMAGE_ATLAS_IMPL_H /* - * Copyright (c) 2015 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. @@ -22,13 +22,12 @@ #include #include #include -#include #include // INTERNAL INCLUDES #include -#include #include +#include namespace Dali { @@ -47,6 +46,11 @@ public: typedef Toolkit::ImageAtlas::SizeType SizeType; /** + * @copydoc ImageAtlas::PackToAtlas( const std::vector&, Dali::Vector& ) + */ + static Texture PackToAtlas( const std::vector& pixelData, Dali::Vector& textureRects ); + + /** * Constructor * @param [in] width The atlas width in pixels. * @param [in] height The atlas height in pixels. @@ -188,4 +192,4 @@ inline Internal::ImageAtlas& GetImplementation( Toolkit::ImageAtlas& imageAtlas } // namespace Dali -#endif /* __DALI_TOOLKIT_IMAGE_ATLAS_IMPL_H__ */ +#endif // DALI_TOOLKIT_IMAGE_ATLAS_IMPL_H