projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a54bec2
)
; * src/sfnt.c: Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Mon, 18 Dec 2023 12:58:53 +0000
(20:58 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 18 Dec 2023 12:58:53 +0000
(20:58 +0800)
src/sfnt.c
patch
|
blob
|
history
diff --git
a/src/sfnt.c
b/src/sfnt.c
index 4d8d3d4b72f0a9d0d55b9938a090ea58c2c406c4..f67857c1893077c4052fd37b688f7537ce5b549a 100644
(file)
--- a/
src/sfnt.c
+++ b/
src/sfnt.c
@@
-4983,7
+4983,7
@@
sfnt_fedge_sort (struct sfnt_fedge *edges, size_t size)
guarantee that no steps generated extend past WIDTH, steps starting
after width might be omitted, and as such it must be accurate. */
-
TEST_STATIC
void
+
static
void
sfnt_poly_edges_exact (struct sfnt_fedge *edges, size_t nedges,
size_t height, size_t width,
sfnt_step_raster_proc proc, void *dcontext)