Behdad Esfahbod
7595fa2d9a
[map] Fix copy-assignment operator
...
Ouch!
2 years ago
Behdad Esfahbod
41f4bdac35
[map] Fix resize during copy-construction/assignment
2 years ago
Behdad Esfahbod
3aad7c2ddf
[algs] Remove smart-pointers from hb_hash()
...
hb_deref() handles them. I think this code predated that.
2 years ago
Behdad Esfahbod
7bd101728a
[map] Minor use hb_iter instead of hb_array
2 years ago
Behdad Esfahbod
238fc14716
[map] Simplify iterators
2 years ago
Behdad Esfahbod
410c14bfa2
[map] Fix equality
...
Ouch!
2 years ago
Behdad Esfahbod
6dfd4a16e7
[ot-font] Remove stale TODO
2 years ago
Behdad Esfahbod
a0bde1e1ea
[open-type] Remove (Sorted)ArrayOf.sub_array()
2 years ago
Behdad Esfahbod
f2b5db700f
[vector] Remove .sub_array ()
2 years ago
Behdad Esfahbod
c7d57dcf26
[vector/array] Simplify qsort()
2 years ago
Behdad Esfahbod
1610008e62
[gsubgpos] Minor remove call to hb_iter
2 years ago
Behdad Esfahbod
19ec01d25c
[gsubgpos] Sprinkle const around
2 years ago
Behdad Esfahbod
561946c7d5
[layout] Comment
2 years ago
Behdad Esfahbod
2268207c19
[layout] Update comment
2 years ago
Behdad Esfahbod
658f8f4391
[layout] Comment
2 years ago
Behdad Esfahbod
27a8fe7d58
[layout] Only update buffer digest if buffer changed by a pause
2 years ago
Behdad Esfahbod
8b2a211123
[layout] Keep digest updated in the context
...
Don't recompute digest after every (applied) GSUB lookup.
2 years ago
Behdad Esfahbod
a5964a2d2a
[layout] Minor simplify
2 years ago
Behdad Esfahbod
443961971a
[perf] Add fa-words.txt and use in shape benchmark
2 years ago
Behdad Esfahbod
80b8758881
[layout] Add a buffer message for digest-skipped lookups
2 years ago
Behdad Esfahbod
afa71ee8ef
Fix alignment error
2 years ago
Behdad Esfahbod
dff1b809a0
[buffer] Add .digest() and use
2 years ago
Behdad Esfahbod
654a2eafc8
[layout] Use buffer-digest for GSUB as well
...
Combined with previous commit, this shows up to 12% speed up with
Roboto and the en-words (ie. short strings) benchmark, about 5%
for longer English tests, and no adverse effect on heavier fonts.
2 years ago
Behdad Esfahbod
15b6c32599
[layout] Use a buffer digest for GPOS to skip whole lookups
2 years ago
Behdad Esfahbod
a053b84cb9
[gsubgpos] Optimize set-digest initialization
...
Previously we were once collecting set-digest for each subtable,
and another time for each lookup.
Now we compute the one for each lookup simply from the ones for
its subtables.
2 years ago
Behdad Esfahbod
20654cd889
[set-digest] Minor no logic change
2 years ago
Behdad Esfahbod
95b9763dbc
[set-digest] Minor simplify
2 years ago
Behdad Esfahbod
9855b678f2
[cache] Minor rewrite assertion
2 years ago
Behdad Esfahbod
a10ff20562
[ft] Comment
2 years ago
Behdad Esfahbod
557be9502a
[test-vector] Fix test
2 years ago
Behdad Esfahbod
9027d15410
[test-iter] Fix leak
2 years ago
Behdad Esfahbod
afd716d4cd
[serialize] Don't free object-pool in reset()
2 years ago
Behdad Esfahbod
02949cf64f
[priority-queue] More assert adjustment
2 years ago
Behdad Esfahbod
620ddd762d
[priority-queue] Fix asserts
2 years ago
Behdad Esfahbod
57de568aad
[indic-table] Minor adjust empty lines
2 years ago
Behdad Esfahbod
281a2602cc
Update generated file
2 years ago
Behdad Esfahbod
f734c26c5c
[test-vector] Test inserting set and map
2 years ago
Behdad Esfahbod
0a97d27c2b
[test-iter] Add another test
2 years ago
Behdad Esfahbod
e9e985682a
[fallback-shape] Remove TODO
2 years ago
Behdad Esfahbod
6df8498da2
[sample.py] Fix warning
2 years ago
Behdad Esfahbod
49fe5c1e5a
[glib] Remove old cruft from pre-2011
2 years ago
Behdad Esfahbod
1bd1a37837
[test] Minor
2 years ago
Behdad Esfahbod
35aa492eb7
[main] sprintf -> snprintf
2 years ago
Behdad Esfahbod
72c6962012
[buffer-deserialize-text] Fix glyph name for glyph flags
...
Skip "#" in glyph names.
2 years ago
Behdad Esfahbod
dee26de76f
[test-buffer-serialize] Allow no font
2 years ago
Behdad Esfahbod
f6076890c5
Hide all mentions of name_table_overrides behind EXPERIMENTAL_API
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/3872
2 years ago
Behdad Esfahbod
ebc382a847
Revert "Avoid use values () in hb-hashmap if value_t has an overriden operator &"
...
This reverts commit b92e4cc009
.
2 years ago
Behdad Esfahbod
ff0d0d020e
[meta] Use std::decay
2 years ago
Behdad Esfahbod
9650f34a84
[CI] Remove coverage testing from macos-ci
2 years ago
Behdad Esfahbod
3a9ca6aa69
[CI] Try fixing macos-ci
2 years ago