X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fimage-atlas-manager.h;h=45e2a54e605d7f22d7b69064a6fa4dcdde152be3;hb=e3ca2d8166cf74b2b0072ce491e9a4275a98b1cc;hp=5907ca217dc178e6d45e232f7cf2b5b07e459641;hpb=1ff26466c5458cda1de2997cd4e27b014ff0275a;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/image-atlas-manager.h b/dali-toolkit/internal/visuals/image-atlas-manager.h index 5907ca2..45e2a54 100644 --- a/dali-toolkit/internal/visuals/image-atlas-manager.h +++ b/dali-toolkit/internal/visuals/image-atlas-manager.h @@ -64,7 +64,7 @@ public: * * @param [out] textureRect The texture area of the resource image in the atlas. * @param [in] url The URL of the resource image file to use. - * @param [in] size The width and height to fit the loaded image to. + * @param [in, out] size The width and height to fit the loaded image to. * @param [in] fittingMode The method used to fit the shape of the image before loading to the shape defined by the size parameter. * @param [in] orientationCorrection Reorient the image to respect any orientation metadata in its header. * @param [in] atlasUploadObserver The object to observe the uploading state inside ImageAtlas. @@ -72,7 +72,7 @@ public: */ TextureSet Add( Vector4& textureRect, const std::string& url, - ImageDimensions size = ImageDimensions(), + ImageDimensions& size, FittingMode::Type fittingMode = FittingMode::DEFAULT, bool orientationCorrection = true, AtlasUploadObserver* atlasUploadObserver = NULL ); @@ -120,7 +120,7 @@ protected: /** * Destructor */ - virtual ~ImageAtlasManager(); + ~ImageAtlasManager() override; /** * Undefined copy constructor.