Make dirtyrect use map container instead of vector 80/286080/11
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 27 Dec 2022 08:35:14 +0000 (17:35 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 31 Jan 2023 11:43:37 +0000 (20:43 +0900)
commitbcced0cd587dd23e7f7b5acca6824e46de2a991e
tree47dc7b75c777633173422371cc502f3442459c9d
parent4fc8109063295777c56c090736aedada518fcb2a
Make dirtyrect use map container instead of vector

Since we don't need to keep the order of dirtyrect now,
let we just use unordered_map to control dirtyrect items.

And also, let we change all UTC doesn't consider ther order of
damaged rect

Change-Id: I3aeb0eb0d1b7ff9b66c91ff149a6eba5d235ca5c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/utc-Dali-Actor.cpp
dali/internal/render/common/render-manager.cpp
dali/internal/update/common/scene-graph-scene.cpp
dali/internal/update/common/scene-graph-scene.h