efl_ui_textpath: make sure variables are not uses uninitialized
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 20 Sep 2019 08:36:17 +0000 (10:36 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 23 Sep 2019 21:32:19 +0000 (06:32 +0900)
commitee490bb669e3362e8c07227dfb483ebd6c9ff03b
tree14eb933bf664b4aae0fe0c27df9732bf9ae388af
parente5bb9229697891adb986b5e9df86122123fd235a
efl_ui_textpath: make sure variables are not uses uninitialized

First and last could have been uninitialized for their first use in some
cases. Make sure we set the x y coordinates to 0 to begin with.

Coverity IDs: 1401458, 1404747

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D10044
src/lib/elementary/efl_ui_textpath.c