[Tizen] Implement partial update accepted/tizen/unified/20191010.032822 submit/tizen/20191008.070110
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 15 Apr 2019 07:28:30 +0000 (16:28 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 8 Oct 2019 06:53:45 +0000 (15:53 +0900)
1. It works when the DALI_PARTIAL_UPDATE_AVAILABLE environment variable is set.
2. Add Update Size Hint property
  - By default, it works with the size of the render item.
    If you set the UPDATE_SIZE_HINT property, the update size hint determines the update area.
   ex)
      Vector2 updateSizeHint = Vector(width, height);
      mView1.SetProperty(Dali::DevelActor::Property::UPDATE_SIZE_HINT, updateSizeHint);

Change-Id: Ic008de12eb4b344004e3f6defa9eeb4a45e365a4


No differences found