]> 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)
committerPo Lu <luangruo@yahoo.com>
Mon, 25 Dec 2023 03:21:15 +0000 (11:21 +0800)
commit995dd36da1df70c55ef2e72d4ff5b2641cc83292
treef00cd748784e04cb919c9f74e32c540ec0542dca
parent62f2c4386259f998442e8098d8a368835a36fb65
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.
src/sfnt.c