X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fimages%2Fresource-image.h;h=4e388727bf97c4e14d82a16094e4f95d2b1949b3;hb=d80a089b3d60699c0c263f127b343d6d90370576;hp=e74e30acd940e4d269a3007ba083c1fcb2dbfbbb;hpb=00d878eebed0d9f91d0aecb7fdee90d9db2ef3ca;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/images/resource-image.h b/dali/public-api/images/resource-image.h index e74e30a..4e38872 100644 --- a/dali/public-api/images/resource-image.h +++ b/dali/public-api/images/resource-image.h @@ -78,6 +78,7 @@ public: * loops. * * @SINCE_1_0.0 + * @REMARK_STORAGE * @param [in] url The URL of the image file. * @return The width and height in pixels of the image. */ @@ -130,6 +131,7 @@ public: * @sa Dali::FittingMode::Type Dali::SamplingMode::Type * @SINCE_1_0.0 * @REMARK_INTERNET + * @REMARK_STORAGE * @param [in] url The URL of the image file to use. * @param [in] orientationCorrection Reorient the image to respect any orientation metadata in its header. * @return A handle to a newly allocated object @@ -141,6 +143,7 @@ public: * * @SINCE_1_0.0 * @REMARK_INTERNET + * @REMARK_STORAGE * @param [in] url The URL of the image file to use. * @param [in] 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.