Khaled Hosny
7a219ca9f0
[ci] Install glib-utils on macOS
...
The glib utils have been split into a separate homebrew package.
Fixes https://github.com/harfbuzz/harfbuzz/issues/3747
3 years ago
Behdad Esfahbod
cb5ca6be29
[ft] Actually call check_changed() from _changed()
...
Ouch!
Fixes https://github.com/harfbuzz/harfbuzz/issues/3746
3 years ago
Behdad Esfahbod
fd535a240b
[ft] Remove check_changed from get_glyph_shape()
...
Leftover.
3 years ago
Behdad Esfahbod
7cdde6a241
[ClassDef] Write a loop as range for
3 years ago
Behdad Esfahbod
0cc2f3c218
[algs] Remove hb_pair_t()
3 years ago
Behdad Esfahbod
9eab3ac72d
[CoverageFormat2] Remove hand-written loop
...
While on a fuzzer-found test case (added) that loop was faster,
on real fonts, including NotoNastaliq in our benchmark, it was
actually slower, which intuitively I would have expected.
Still no idea why on that fuzzer case it's faster though. :(
3 years ago
Behdad Esfahbod
bbb4db90dd
[Coverage/SingleSubst] Move hand-written loop to Coverage
3 years ago
Behdad Esfahbod
7b95783efb
[Coverage] Internal rename
3 years ago
Behdad Esfahbod
afa65f2903
[Coverage] Minor type change
3 years ago
Behdad Esfahbod
b38587aa0b
[Coverage] Internal renames
3 years ago
Behdad Esfahbod
84d38df828
[Coverage] Minor use range-based loop
3 years ago
Behdad Esfahbod
b017b73ffe
[Coverage] Minor remove a couple unnecessary as_array()'s
3 years ago
Behdad Esfahbod
9e650b4e0c
[Coverage] Speedup intersect_set
3 years ago
Behdad Esfahbod
efa388074d
[subset/SingleSubsetFormat1] Use Coverage.intersect_set
3 years ago
Behdad Esfahbod
00dfbbce1c
[Coverage] Rename and templatize intersected_coverage_glyphs
3 years ago
Behdad Esfahbod
d0eb273791
[subset/GSUB/GPOS] Use more intersected_coverage_glyphs()
3 years ago
Behdad Esfahbod
450d834679
[subset/PairPosFormat1] Speed up significantly
3 years ago
Behdad Esfahbod
5d7556e184
Revert "[subst/SingleSubstFormat1] Rewrite nicer"
...
This reverts commit bababe1072
.
The hand-written code is still much faster :(.
3 years ago
Behdad Esfahbod
71ce931e6d
[PairPos] Don't compute newFormat
...
It was wrong, because it would be writing wrong values.
Test suite doesn't seem to catch any.
3 years ago
Behdad Esfahbod
02ca025443
[layout] Add large_int to Types
3 years ago
Behdad Esfahbod
bababe1072
[subst/SingleSubstFormat1] Rewrite nicer
3 years ago
Behdad Esfahbod
cf123e6a0d
[Coverage] Add get_population ()
3 years ago
Behdad Esfahbod
2ad3c0c770
Fix uninitialized variable
3 years ago
Behdad Esfahbod
fa471043fc
[subset] Fix previous commit
3 years ago
Behdad Esfahbod
c4d2ef9004
[subset] Speed up subsetting of SingleSubstFormat1_3
3 years ago
Behdad Esfahbod
d01e6babe6
[subset] Speed up SingleSubstFormat1_3 closure
3 years ago
Qunxin Liu
0f80076937
[subset] Do not repeat COLR table closure
3 years ago
Behdad Esfahbod
9fc31db6fa
[blob] Initialize members if ever on the stack
3 years ago
Behdad Esfahbod
60a9175f2c
[blob] Remove fini_shallow()
3 years ago
Behdad Esfahbod
bcd59b5142
[set/map] Remove init_shallow/fini_shallow()
3 years ago
Behdad Esfahbod
79b23cc25d
Fix another leak
3 years ago
Behdad Esfahbod
3fad942ee2
Try fix leak
3 years ago
Behdad Esfahbod
e1b5f2f806
[object] Call destructor in hb_object_destroy()
3 years ago
Behdad Esfahbod
9ea4ab6051
[object] Call constructor
3 years ago
Behdad Esfahbod
61c0438425
[map] Allow geting non-const value pointer out with has()
3 years ago
Behdad Esfahbod
00cfc5c17d
[map] Don't set out value in has() if not found
3 years ago
Behdad Esfahbod
485f043211
[map] Enable using hashmap with unique_ptr
3 years ago
Behdad Esfahbod
53fd4c9236
[set] A variable rename
3 years ago
Behdad Esfahbod
6826b2c3fd
[gsubgpos/closure] Minor condition use bool operator
3 years ago
Behdad Esfahbod
55a1e0bb11
[ot-map] Use hb_array for a return value
3 years ago
Behdad Esfahbod
a92d988d3d
Revert "[ci] Upgrade codecov-action to v3.1"
...
This reverts commit 5b8bff8dca
.
3 years ago
Behdad Esfahbod
5b8bff8dca
[ci] Upgrade codecov-action to v3.1
3 years ago
Behdad Esfahbod
8d923363db
[layout] Reduce number of closure rounds
3 years ago
Behdad Esfahbod
2eb561ebea
[ci] Upgrade macos runner from 10.15 to latest (11)
3 years ago
Behdad Esfahbod
aae8c74e05
[>64k:layout:SingleSubstFormat3] Fix masking
...
https://github.com/be-fonts/boring-expansion-spec/issues/31
3 years ago
Behdad Esfahbod
3c137ef041
[GPOS/CursivePos] Fix unsafe-to-break marking
...
Fixes test.
3 years ago
Behdad Esfahbod
7050021fed
[cursive-positioning.tests] Fix test specification
...
Still failing. Figuring out.
3 years ago
Behdad Esfahbod
5998cd00c8
[hebrew] Break out of reordering loop when pattern found
3 years ago
Behdad Esfahbod
42f1d7794b
Add tests for multiple cursive positioning
...
From https://github.com/harfbuzz/harfbuzz/issues/2469
3 years ago
Behdad Esfahbod
d861303797
[hebrew] Comment
3 years ago