Efl.Ui.Textpath: draw text immediately in the position.set
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 21 May 2019 01:47:58 +0000 (10:47 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:52 +0000 (17:17 +0900)
commit92a77498f561d2c08ebce721e141d86b026f53d0
treec12c6af6647ba64d8b3ee29d0256546a4ce0c7b3
parent9c453b186fdc6e9890bc6ca2c43f834fa3042a50
Efl.Ui.Textpath: draw text immediately in the position.set

Summary:
Efl.Ui.Textpath was drawing its text on the job. Because of this, textpath was
slower than other objects which are scrolling on the same scroller.
So this patch makes textpath not use job in the position.set.

Reviewers: Hermet, jsuya

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8924
src/lib/elementary/efl_ui_textpath.c