X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fimaging%2Fcommon%2Floader-wbmp.h;h=ccc8038f33f0214fd8299a1173aeba53d72110e2;hb=9e785224f3659b53537ebbe6e15f999f5d5e64a0;hp=2e2a1a12eed03fc414b139d24dd7e43948001213;hpb=761f75cd51351b7a4e072130f4a2ad0b3e3231bb;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/imaging/common/loader-wbmp.h b/dali/internal/imaging/common/loader-wbmp.h old mode 100644 new mode 100755 index 2e2a1a1..ccc8038 --- a/dali/internal/imaging/common/loader-wbmp.h +++ b/dali/internal/imaging/common/loader-wbmp.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TIZEN_PLATFORM_LOADER_WBMP_H__ -#define __DALI_TIZEN_PLATFORM_LOADER_WBMP_H__ +#ifndef DALI_TIZEN_PLATFORM_LOADER_WBMP_H +#define DALI_TIZEN_PLATFORM_LOADER_WBMP_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ */ #include -#include +#include namespace Dali { @@ -39,7 +39,7 @@ class ResourceLoadingClient; * @param[out] bitmap The bitmap class where the decoded image will be stored * @return true if file decoded successfully, false otherwise */ -bool LoadBitmapFromWbmp( const ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ); +bool LoadBitmapFromWbmp( const Dali::ImageLoader::Input& input, Dali::Devel::PixelBuffer& bitmap ); /** * @param[in] input Information about the input image (including file pointer) @@ -47,9 +47,10 @@ bool LoadBitmapFromWbmp( const ImageLoader::Input& input, Dali::Devel::PixelBuff * @param[out] height of image * @return true if header loaded successfully, false otherwise */ -bool LoadWbmpHeader( const ImageLoader::Input& input, unsigned int& width, unsigned int& height ); +bool LoadWbmpHeader( const Dali::ImageLoader::Input& input, unsigned int& width, unsigned int& height ); -} +} // namespace TizenPlatform -} -#endif +} // namespace Dali + +#endif // DALI_TIZEN_PLATFORM_LOADER_WBMP_H