X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fimage-loader%2Fimage-atlas-impl.h;h=29806275ec9c6cd4a4f27f41bf3e8e2459c5de22;hb=306ab4095235efd0289e9da4e3994f456cbda2aa;hp=a773ea7de6523b15ce104ce709e00c324cf22d56;hpb=193fa3dcbfa6b46bb9d3d1c079f2ca4eb25747a1;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..2980627 100644 --- a/dali-toolkit/internal/image-loader/image-atlas-impl.h +++ b/dali-toolkit/internal/image-loader/image-atlas-impl.h @@ -27,8 +27,8 @@ // INTERNAL INCLUDES #include -#include #include +#include namespace Dali { @@ -47,6 +47,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.