X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fnative-image-source-impl.h;h=be0bf0fa5d01ca87b9c6f510754244c564edaeb4;hb=e936904101a177bd8ca931ef63ded869b65546c7;hp=5175e2df1bd9491383238482961983789571e1a5;hpb=9305301eab0db6e42a68ef5facd89f8b8ee05b30;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/native-image-source-impl.h b/adaptors/common/native-image-source-impl.h index 5175e2d..be0bf0f 100755 --- a/adaptors/common/native-image-source-impl.h +++ b/adaptors/common/native-image-source-impl.h @@ -46,8 +46,8 @@ public: * @param[in] nativeImageSource contains either: pixmap of type X11 Pixmap , a Ecore_X_Pixmap or is empty * @return A smart-pointer to a newly allocated image. */ - static NativeImageSource* New(unsigned int width, - unsigned int height, + static NativeImageSource* New(uint32_t width, + uint32_t height, Dali::NativeImageSource::ColorDepth depth, Any nativeImageSource); /** @@ -58,7 +58,7 @@ public: /** * @copydoc Dali::NativeImageSource::GetPixels() */ - virtual bool GetPixels(std::vector &pixbuf, unsigned int &width, unsigned int &height, Pixel::Format& pixelFormat ) const = 0; + virtual bool GetPixels(std::vector &pixbuf, uint32_t &width, uint32_t &height, Pixel::Format& pixelFormat ) const = 0; /** * @copydoc Dali::NativeImageSource::EncodeToFile(const std::string& ) @@ -93,7 +93,7 @@ public: /** * @copydoc Dali::NativeImageSource::TargetTexture() */ - virtual unsigned int TargetTexture() = 0; + virtual uint32_t TargetTexture() = 0; /** * @copydoc Dali::NativeImageSource::PrepareTexture() @@ -103,12 +103,12 @@ public: /** * @copydoc Dali::NativeImageSource::GetWidth() */ - virtual unsigned int GetWidth() const = 0; + virtual uint32_t GetWidth() const = 0; /** * @copydoc Dali::NativeImageSource::GetHeight() */ - virtual unsigned int GetHeight() const = 0; + virtual uint32_t GetHeight() const = 0; /** * @copydoc Dali::NativeImageSource::RequiresBlending()