efl gfx_path: introduce efl_gfx_path_reserve()
authorHermet Park <hermetpark@gmail.com>
Mon, 24 Dec 2018 04:52:13 +0000 (13:52 +0900)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Thu, 27 Dec 2018 03:34:52 +0000 (12:34 +0900)
Summary:
This method reserves path commands buffer in advance.
If user know the count of path commands coming,
they can reserve commands buffer in advance to avoid buffer growing job.

This reserved buffer would grow up by double size, if the buffer is full.

@feature

Reviewers: #committers, cedric

Reviewed By: #committers, cedric

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7456


No differences found