X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fimages%2Fbuffer-image.h;h=a6d72ad93f0fa704e2a24d61f091ef19aa35bf0a;hp=1515f1183197632cce6471868d7ee357a804ad6a;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/images/buffer-image.h b/dali/public-api/images/buffer-image.h index 1515f11..a6d72ad 100644 --- a/dali/public-api/images/buffer-image.h +++ b/dali/public-api/images/buffer-image.h @@ -35,8 +35,8 @@ namespace Internal DALI_INTERNAL class BufferImage; } -typedef unsigned char PixelBuffer; ///< pixel data buffer @SINCE_1_0.0 -typedef Rect RectArea; ///< rectangular area (x,y,w,h) @SINCE_1_0.0 +typedef uint8_t PixelBuffer; ///< pixel data buffer @SINCE_1_0.0 +typedef Rect RectArea; ///< rectangular area (x,y,w,h) @SINCE_1_0.0 /** @@ -84,8 +84,8 @@ public: * @note default resource management policies are Immediate and Never * */ - static BufferImage New(unsigned int width, - unsigned int height, + static BufferImage New(uint32_t width, + uint32_t height, Pixel::Format pixelformat=Pixel::RGBA8888) DALI_DEPRECATED_API; /** @@ -113,10 +113,10 @@ public: * @pre width & height are greater than zero */ static BufferImage New(PixelBuffer* pixelBuffer, - unsigned int width, - unsigned int height, + uint32_t width, + uint32_t height, Pixel::Format pixelFormat=Pixel::RGBA8888, - unsigned int stride=0) DALI_DEPRECATED_API; + uint32_t stride=0) DALI_DEPRECATED_API; /** * @DEPRECATED_1_2.41 @@ -200,7 +200,7 @@ public: * @SINCE_1_0.0 * @return The buffer size in bytes */ - unsigned int GetBufferSize() const DALI_DEPRECATED_API; + uint32_t GetBufferSize() const DALI_DEPRECATED_API; /** * @DEPRECATED_1_2.41 @@ -210,7 +210,7 @@ public: * @SINCE_1_0.0 * @return The buffer stride */ - unsigned int GetBufferStride() const DALI_DEPRECATED_API; + uint32_t GetBufferStride() const DALI_DEPRECATED_API; /** * @DEPRECATED_1_2.41