X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fimages%2Fimage-operations.h;h=17f83e565cabdacf010e3ccfc0e67e4f58d918d2;hb=72a164cbdc5629c7fc137bf2986b948bd7552cc1;hp=acb948fa5cf5962917e95dd39894498da1d87b04;hpb=f09cea89519b3a7bdee3266b1bd26f97150d95cc;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/images/image-operations.h b/dali/public-api/images/image-operations.h index acb948f..17f83e5 100644 --- a/dali/public-api/images/image-operations.h +++ b/dali/public-api/images/image-operations.h @@ -37,7 +37,7 @@ namespace Dali * This can only be used for images of up to 65535 x 65535 pixels. * @SINCE_1_0.0 */ -typedef Uint16Pair ImageDimensions; +typedef Dali::Uint16Pair ImageDimensions; /** * @brief Fitting options, used when resizing images to fit desired dimensions. @@ -49,6 +49,10 @@ typedef Uint16Pair ImageDimensions; */ namespace FittingMode { + /** + * @brief Enumeration for FittingMode type. + * @SINCE_1_0.0 + */ enum Type { SHRINK_TO_FIT, ///< Fit full image inside desired width & height, potentially not @SINCE_1_0.0 @@ -80,6 +84,10 @@ namespace FittingMode */ namespace SamplingMode { + /** + * @brief Enumeration for SamplingMode type. + * @SINCE_1_0.0 + */ enum Type { BOX, ///< Iteratively box filter to generate an image of 1/2, 1/4, @SINCE_1_0.0