(ImageLoader) Added synchronous method to get closest image size
authorDavid Steele <david.steele@partner.samsung.com>
Wed, 19 Feb 2014 20:43:47 +0000 (20:43 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Mon, 3 Mar 2014 18:34:53 +0000 (18:34 +0000)
commite4b4fbeed764f3252f8e99d59e12bdc85f05c5e5
treeeae042b27d4c3e577127188457a82748023709f8
parentd656e4f2cb7d2789346b1cac6cd06b565d4929ca
(ImageLoader) Added synchronous method to get closest image size

[Issue#]       N/A
[Problem]      Can't synchronously determine what the loaded image size will be
[Cause]        Not implemented
[Solution]     Added a new method to the platform abstraction to get the closest
size for a given requested size and orientation correction.
Changed image implementation to set the correct image size on creation.

Change-Id: I7dab185ecc18e6f8605a3c3996d6586c47e5fb6e
[Verification] Build Repo
Signed-off-by: David Steele <david.steele@partner.samsung.com>
automated-tests/dali-test-suite-utils/test-platform-abstraction.h
automated-tests/dali-test-suite/images/utc-Dali-Image.cpp
dali/integration-api/platform-abstraction.h
dali/integration-api/resource-request.h
dali/internal/event/images/encoded-buffer-image-impl.cpp
dali/internal/event/images/image-factory.cpp
dali/internal/event/images/image-impl.cpp
dali/internal/event/images/image-impl.h
dali/public-api/images/image.cpp