Added PixelBuffer for image loading and operations. 26/134926/9
authorDavid Steele <david.steele@samsung.com>
Thu, 8 Jun 2017 18:13:03 +0000 (19:13 +0100)
committerDavid Steele <david.steele@samsung.com>
Mon, 26 Jun 2017 21:08:23 +0000 (21:08 +0000)
commit3845a7bc86ee7d72da33e35a3534d6a471556e1c
tree0c9893c5b3505121e76ef00b118ae82a2f592621
parent13a89dfbeb961e9f3b5e9701290b1c0eac0e86ff
Added PixelBuffer for image loading and operations.

Moved alpha masking from PixelData in Core to stand-alone C methods
in Adaptor.

Change-Id: I7eede320fdbc00e067241a4228b7e99ad958fe04
24 files changed:
adaptors/common/bitmap-loader-impl.cpp [deleted file]
adaptors/common/bitmap-loader-impl.h [deleted file]
adaptors/common/file.list
adaptors/common/pixel-buffer-impl.cpp [new file with mode: 0644]
adaptors/common/pixel-buffer-impl.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/bitmap-loader.cpp [deleted file]
adaptors/devel-api/adaptor-framework/bitmap-loader.h [deleted file]
adaptors/devel-api/adaptor-framework/image-loading.cpp
adaptors/devel-api/adaptor-framework/image-loading.h
adaptors/devel-api/adaptor-framework/pixel-buffer.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/pixel-buffer.h [new file with mode: 0644]
adaptors/devel-api/file.list
automated-tests/execute.sh
automated-tests/src/dali-adaptor-internal/CMakeLists.txt
automated-tests/src/dali-adaptor-internal/utc-Dali-Internal-PixelBuffer.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/CMakeLists.txt
automated-tests/src/dali-adaptor/utc-Dali-BitmapLoader.cpp [deleted file]
automated-tests/src/dali-adaptor/utc-Dali-ImageLoading.cpp
automated-tests/src/dali-adaptor/utc-Dali-PixelBuffer.cpp [new file with mode: 0644]
platform-abstractions/portable/alpha-mask.cpp [new file with mode: 0644]
platform-abstractions/portable/alpha-mask.h [new file with mode: 0644]
platform-abstractions/portable/pixel-manipulation.cpp [new file with mode: 0644]
platform-abstractions/portable/pixel-manipulation.h [new file with mode: 0644]
platform-abstractions/tizen/file.list