Behdad Esfahbod
|
6482fda519
|
[fuzzing] Fuzz glyph-id etc in test-ot-face
|
6 years ago |
Behdad Esfahbod
|
252632c477
|
[uniscribe] Fix use of deprecated API
|
6 years ago |
Behdad Esfahbod
|
bb380ec183
|
[cmap] Make null accelerator safe
Fixes https://github.com/harfbuzz/harfbuzz/issues/1146
|
6 years ago |
Behdad Esfahbod
|
f6fc5574d3
|
Add pointer magic operators to hb_atomic_ptr_t
|
6 years ago |
Behdad Esfahbod
|
f6e7cb51b1
|
Fix const-confusion in hb_array_t as well
|
6 years ago |
Behdad Esfahbod
|
0da22fb0ad
|
[null] Tweak hb_nonnull_ptr_t some more
|
6 years ago |
Behdad Esfahbod
|
03348ce005
|
Minor
|
6 years ago |
Behdad Esfahbod
|
b605db2f65
|
[aat] Clean up ankr table include mess
|
6 years ago |
Behdad Esfahbod
|
bce437cf0b
|
[test] Call test-ot-face.c test from hb-shape-fuzzer
Should increase coverage...
|
6 years ago |
Behdad Esfahbod
|
777c22425c
|
[test] More funcs in test-ot-face
|
6 years ago |
Behdad Esfahbod
|
17335a8161
|
Clean up buffer->swap_buffers() calls
That function checks for buffer->successful already. No need
to check at call site.
|
6 years ago |
Behdad Esfahbod
|
4eb52460c8
|
Fix >>
|
6 years ago |
Behdad Esfahbod
|
ae9ad1076e
|
Fix "Warning: extra ";" ignored."
|
6 years ago |
Behdad Esfahbod
|
d0163afb7b
|
Revert "Add operator char * to the naked array types as well"
This reverts commit db889c182e .
Was resulting in ambigious overloads...
|
6 years ago |
Behdad Esfahbod
|
c8f94a1ca6
|
Minor
|
6 years ago |
Behdad Esfahbod
|
9779e602ed
|
[test] Add test for empty face
|
6 years ago |
Behdad Esfahbod
|
0b0b38ec1e
|
Fix null accelerator's
Fixes all except for cmap. To be done separately.
Part of https://github.com/harfbuzz/harfbuzz/issues/1146
|
6 years ago |
Behdad Esfahbod
|
db889c182e
|
Add operator char * to the naked array types as well
|
6 years ago |
Behdad Esfahbod
|
d6fdae310f
|
Add operator char * to hb_nonnull_ptr_t
|
6 years ago |
Behdad Esfahbod
|
7430ff604a
|
Template casts in hb_nonnull_ptr_t
|
6 years ago |
Behdad Esfahbod
|
da408fce98
|
[blob] Allow null parent in create_sub_blob()
Like font and unicode.
|
6 years ago |
Behdad Esfahbod
|
fb0f30f55a
|
Add hb_nonnull_ptr_t
Towards fixing https://github.com/harfbuzz/harfbuzz/issues/1146
|
6 years ago |
Behdad Esfahbod
|
8d98c51d13
|
[kern] Third try fix access violation in Format3
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
|
6 years ago |
Behdad Esfahbod
|
f074da8c2b
|
[kern] Really fix access violation in Format3
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
|
6 years ago |
Behdad Esfahbod
|
93ef20a83b
|
Replace most uses of is_inert with is_immutable
|
6 years ago |
Behdad Esfahbod
|
0589787ff5
|
[kern] Fix access violation in Format3
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11245
|
6 years ago |
Behdad Esfahbod
|
5570c87f21
|
Port objects to use header.writable instead of immutable
Saves 4 or 8 bytes per object on 64bit archs.
|
6 years ago |
Behdad Esfahbod
|
ee351a38ec
|
[object] Add "writable"
|
6 years ago |
Ebrahim Byagowi
|
b8a78ce201
|
[BASE] Improvements (#1347)
|
6 years ago |
Ebrahim Byagowi
|
c560ca9251
|
[fuzz] A new testcase
|
6 years ago |
Khaled Hosny
|
2c68f34bdd
|
[os2] Capitalize table tag and struct
Other tables follow the case of the OT tag, except this one.
|
6 years ago |
Behdad Esfahbod
|
8034d1dda0
|
[kern] Implement Format1
Also, implement backwards kerning for Format1 in kern and kerx.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1350
|
6 years ago |
Behdad Esfahbod
|
46b3885c1a
|
[kern] Set subtable on sanitizer
|
6 years ago |
Behdad Esfahbod
|
74c7a2c6c8
|
[kern] Respect more flags
|
6 years ago |
Behdad Esfahbod
|
9f880bad0d
|
[kern] Minor
We like check_struct() more.
|
6 years ago |
Behdad Esfahbod
|
04b82b181d
|
Remove pointer cast operators from ArrayOf<>
ArrayOf<>, unlike UnsizedArrayOf<>, has data before the array.
This was confusing. Remove.
|
6 years ago |
Behdad Esfahbod
|
f1df441bed
|
[kern] Comment
|
6 years ago |
Behdad Esfahbod
|
095f5add0b
|
[kern] Push apply loop to each subtable
|
6 years ago |
Behdad Esfahbod
|
949dad89a8
|
[kern] Remove accelerator
It wasn't doing anything.
|
6 years ago |
Behdad Esfahbod
|
0382b7184a
|
Use as_array in more places
|
6 years ago |
Behdad Esfahbod
|
91de9dfcf3
|
Fix &array_of<>
|
6 years ago |
Behdad Esfahbod
|
9b7cb13794
|
Fixup
|
6 years ago |
Behdad Esfahbod
|
6e06fe162e
|
[kern] Implement Format3
Untested.
|
6 years ago |
Behdad Esfahbod
|
c6ef5dbd5c
|
Add cast operators to hb_array_t
|
6 years ago |
Behdad Esfahbod
|
72462eb765
|
Add UnsizedArrayOf::as_array() instead of hb_array() template
|
6 years ago |
Behdad Esfahbod
|
1cf075ecb6
|
Add get_size to UnsizedArrayOf
|
6 years ago |
Behdad Esfahbod
|
a4a7a62389
|
[kern] Add buffer message
|
6 years ago |
Behdad Esfahbod
|
de96e5c81c
|
[Crap] Avoid operator=
|
6 years ago |
Behdad Esfahbod
|
f9353bd68c
|
[aat] Rely on vector auto initialization
|
6 years ago |
Behdad Esfahbod
|
5a18d97b35
|
[aat] Remove unused forward declaration
|
6 years ago |