X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fimage-atlas-manager.h;h=d2630c186730eaf136958502664b7218f92baefe;hb=12fc433eba468fe62254c4ebfb04d57697632077;hp=b8f5a11d308bdbbc7b21fcf596eaafc11336b1fc;hpb=ff4a3d03472a60aba7cd8ffe111e5fcd9527d967;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 b8f5a11..d2630c1 100644 --- a/dali-toolkit/internal/visuals/image-atlas-manager.h +++ b/dali-toolkit/internal/visuals/image-atlas-manager.h @@ -52,6 +52,15 @@ public: ImageAtlasManager(); /** + * @brief Check whether the image of url could be Atlas or not. + * + * @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. + * @return True if the image could be Atlas. + */ + bool CheckAtlasAvailable(const VisualUrl& url, const ImageDimensions& size) const; + + /** * @brief Add an image to the atlas. * * @note To make the atlasing efficient, an valid size should be provided.