X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=platform-abstractions%2Ftizen%2Fimage-loaders%2Floader-bmp.h;h=bb781dbd2e3a5516a440dce9197c6a051ae5007b;hb=f4b05fe51ddba1d7d2035103ef3cfcd1d4741d3c;hp=53286320ce0d02ace38bca3043ababb14b4ded1a;hpb=50ae95db7dc3fc532c64dfe62cb22c660bef9dfa;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/platform-abstractions/tizen/image-loaders/loader-bmp.h b/platform-abstractions/tizen/image-loaders/loader-bmp.h index 5328632..bb781db 100644 --- a/platform-abstractions/tizen/image-loaders/loader-bmp.h +++ b/platform-abstractions/tizen/image-loaders/loader-bmp.h @@ -23,12 +23,12 @@ namespace Dali { - -namespace Integration +namespace Devel { -class Bitmap; +class PixelBuffer; } + namespace TizenPlatform { @@ -47,7 +47,7 @@ const unsigned char MAGIC_BYTE_2 = 0x4D; * @param[out] bitmap The bitmap class where the decoded image will be stored * @return true if file decoded successfully, false otherwise */ -bool LoadBitmapFromBmp( const ImageLoader::Input& input, Integration::Bitmap& bitmap ); +bool LoadBitmapFromBmp( const ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ); /** * Loads the header of a BMP file and fills in the width and height appropriately.