]> git.eshelyaron.com Git - emacs.git/commit
Optimize font edge filling loop
authorPo Lu <luangruo@yahoo.com>
Mon, 25 Dec 2023 03:21:15 +0000 (11:21 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 25 Dec 2023 11:54:12 +0000 (12:54 +0100)
commit96b8bbb9a6453c9c19de7c991e222cea2542af90
tree09ec4275b59b6d1eee5a7b9f8386fe7b4d4c7094
parent6fb3ffebdac06095efa66795ac6dd058efc3ce54
Optimize font edge filling loop

* src/sfnt.c (sfnt_fedge_sort): Delete function.
(sfnt_poly_edges_exact): Don't sort edges, iterate through each
instead.
(main): Adjust tests.

(cherry picked from commit 995dd36da1df70c55ef2e72d4ff5b2641cc83292)
src/sfnt.c