Behdad Esfahbod
|
10f8556c73
|
[sanitize] Add "fastpath" for ArrayOfOffset16To<> objects with max size
|
1 year ago |
Behdad Esfahbod
|
68b7891459
|
[sanitize] Add "fastpath" for ArrayOfOffset16To<> objects with max size
Unfortunately this doesn't speed up NotoNastaliq or Gulzar as I was
hoping for. Their GSUB tables are not large enough for this to kick
in...
|
1 year ago |
Behdad Esfahbod
|
90752cd5b7
|
[type] Add HeadlessArray16Of
|
1 year ago |
Behdad Esfahbod
|
59abcda269
|
[sanitize] Add an ALWAYS_INLINE
Looks like it was always inlined anyway.
|
1 year ago |
Behdad Esfahbod
|
45a1721230
|
[ot-font] Prefer CFF2 over CFF1
|
1 year ago |
أحمد المحمودي
|
43d0aff672
|
[introspection] Pass both libharfbuzz_gobject & libharfbuzz as positional parameters
Fixes #4304
|
1 year ago |
Behdad Esfahbod
|
25297408de
|
[COLR] Fix PaintComposite sanitize timeout
Was timing out after recent sanitize() change.
Fixes https://oss-fuzz.com/testcase-detail/5692635449524224
|
1 year ago |
dependabot[bot]
|
a8c655e651
|
Bump actions/checkout from 3.5.1 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.1...c85c95e3d7251135ab7dc9ce3241c5835cc595a9)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
Behdad Esfahbod
|
de2c10732d
|
[ot-map] Speed up for default shaper
Sort late, the reduced number of features.
|
1 year ago |
Behdad Esfahbod
|
8156c5a685
|
[ot-map] Minor micro-optimize
|
1 year ago |
Behdad Esfahbod
|
5ac9eaa035
|
[sanitize] Minor micro-optimize
|
1 year ago |
Behdad Esfahbod
|
e8948d634e
|
[set-digest] Micro-optimize more
|
1 year ago |
Behdad Esfahbod
|
cb73ba7104
|
[set-digest] Fixup for previous commit
|
1 year ago |
Behdad Esfahbod
|
918ad89294
|
[set-digest] Early terminate add_range() if we're full
|
1 year ago |
Behdad Esfahbod
|
bb33675e60
|
[sanitize] Micro-optimize check_range()
|
1 year ago |
Behdad Esfahbod
|
d1c82a1cc6
|
[sanitize] Speed up check_struct()
Don't account for length here. Should not be a problem.
Fingers crossed fuzzers.
18% speed up in load_face_and_shape Gulzar-Regular.
|
1 year ago |
Behdad Esfahbod
|
ec94386622
|
[OffsetTo] Micro-optimize away a check
|
1 year ago |
Behdad Esfahbod
|
eae8278896
|
[GPOS] Micro-optimize lazy_some_gpos check
Speeds up 11% in:
BM_Font/load_face_and_shape/Roboto-Regular.ttf/hb
|
1 year ago |
Behdad Esfahbod
|
46e54a2390
|
[GPOS] Remove extra check
|
1 year ago |
Behdad Esfahbod
|
13438da16e
|
[benchmark-font] Minor move a variable
|
1 year ago |
Behdad Esfahbod
|
7f5380fe94
|
[Composite] Don't apply transformation if phantom_only
|
1 year ago |
Behdad Esfahbod
|
0cf759b0d4
|
[Glyph] Don't shift anchored Composite if phantom_only
Fixes https://oss-fuzz.com/testcase-detail/5114131137822720
|
1 year ago |
Behdad Esfahbod
|
645bde4738
|
[Glyph] Pass phantom-only to gvar only for SIMPLE glyphs
For Composites we need to get the translation offset deltas.
|
1 year ago |
Behdad Esfahbod
|
e92eefaabb
|
[gvar] Cache two values in shared_tuple_active_idx
Speeds up varc-hangul.ttf draw_glyph by 10%.
|
1 year ago |
Behdad Esfahbod
|
7d72fdd5bf
|
[benchmark-font] Do some work in draw_glyph callbacks
For no good reason other than matching what I'm adding to
skrifa benchmark. Doesn't seem to affect benchmarks whatsoever.
|
1 year ago |
Behdad Esfahbod
|
47b5ee6789
|
Merge pull request #4306 from harfbuzz/gpos-lazy-device
GPOS lazy Device
|
1 year ago |
Behdad Esfahbod
|
2d6091fc42
|
[GPOS] Make AnchorMatrix sanitize lazy again
Was reverted in the previous commit, because it was incomplete.
|
1 year ago |
Behdad Esfahbod
|
0887382cdf
|
[GPOS] Fix sanitize
|
1 year ago |
Behdad Esfahbod
|
83eb744e09
|
[sanizie] Inline check_range if not OPTIMIZE_SIZE
BM_Font/load_face_and_shape/NotoNastaliqUrdu-Regular.ttf/hb -0.1046 -0.1051 194 173 193 172
BM_Font/load_face_and_shape/NotoSerifMyanmar-Regular.otf/hb -0.2401 -0.2412 36 27 36 27
|
1 year ago |
Behdad Esfahbod
|
690af7aa69
|
[GPOS] Sanitize Device tables lazily
This speeds up face loading for variable fonts by 80%!
Comparing before to after
Benchmark Time CPU Time Old Time New CPU Old CPU New
---------------------------------------------------------------------------------------------------------------------------------------------------------------
BM_Font/load_face_and_shape/Roboto-Regular.ttf/hb -0.0368 -0.0366 20 20 20 19
BM_Font/load_face_and_shape/RobotoFlex-Variable.ttf/hb -0.7149 -0.7162 77 22 77 22
BM_Font/load_face_and_shape/RobotoFlex-Variable.ttf/var/hb -0.7241 -0.7255 80 22 79 22
BM_Font/load_face_and_shape/SourceSansPro-Regular.otf/hb -0.1441 -0.1445 28 24 28 24
BM_Font/load_face_and_shape/AdobeVFPrototype.otf/hb -0.7893 -0.7910 66 14 66 14
BM_Font/load_face_and_shape/AdobeVFPrototype.otf/var/hb -0.7865 -0.7882 67 14 66 14
BM_Font/load_face_and_shape/SourceSerifVariable-Roman.ttf/hb -0.8895 -0.8900 227 25 226 25
BM_Font/load_face_and_shape/SourceSerifVariable-Roman.ttf/var/hb -0.8895 -0.8900 226 25 225 25
BM_Font/load_face_and_shape/Comfortaa-Regular-new.ttf/hb -0.5512 -0.5531 42 19 42 19
BM_Font/load_face_and_shape/NotoNastaliqUrdu-Regular.ttf/hb -0.1511 -0.1510 227 192 225 191
BM_Font/load_face_and_shape/NotoSerifMyanmar-Regular.otf/hb -0.1494 -0.1498 41 35 40 34
OVERALL_GEOMEAN -0.6443 -0.6456 0 0 0 0
|
1 year ago |
Behdad Esfahbod
|
7a35668258
|
Minor variable fix
|
1 year ago |
Behdad Esfahbod
|
d338506ccf
|
[GPOS] Reuse sanitize_values_stride_unsafe in another function
|
1 year ago |
Behdad Esfahbod
|
0fceaef0f7
|
[benchmark-subset] Report in microseconds, not milli
We're in that range now. :)
|
1 year ago |
Behdad Esfahbod
|
547dc1a40e
|
[benchmark-font] Add load_face_and_shape benchmark
To measure face-loading performance
|
1 year ago |
Behdad Esfahbod
|
fcf70af134
|
[perf] Fix break
|
1 year ago |
Behdad Esfahbod
|
794fac327c
|
[glyf] Minor another range for loop
|
1 year ago |
Behdad Esfahbod
|
0ae1676626
|
[CompositeGlyph] Minor use a range for loop
|
1 year ago |
Behdad Esfahbod
|
05c01ad5d3
|
[SimpleGlyph] Minor use a range for loop
|
1 year ago |
Behdad Esfahbod
|
4123e0c757
|
[path-builder] Speed up mid-point calculation
|
1 year ago |
Behdad Esfahbod
|
73376b24cf
|
[subset/cff1] More error handling
|
1 year ago |
Behdad Esfahbod
|
cc44b3bce0
|
[subset/cff1] Handle an error condition
Fixes https://oss-fuzz.com/testcase-detail/5191907895279616
|
1 year ago |
Behdad Esfahbod
|
fc38c01ab0
|
Minor inline a function
|
1 year ago |
Behdad Esfahbod
|
a520177e52
|
[gvar] Remove unnecessary initialization
|
1 year ago |
Behdad Esfahbod
|
ca44c38c52
|
Add HB_ALWAYS_INLINE
With MSVC implementation as well.
|
1 year ago |
Behdad Esfahbod
|
0a00dc0c71
|
[draw] Add a few unlikely's
|
1 year ago |
Behdad Esfahbod
|
2d9c3da06a
|
[draw] Inline more functions
|
1 year ago |
Behdad Esfahbod
|
17f29c8111
|
[benchmark_font/draw_glyphs] Implement quadratic_to
Not interested in the fallback implementation here.
|
1 year ago |
Behdad Esfahbod
|
d26b3adebe
|
[draw-session] Inline small functions
|
1 year ago |
Behdad Esfahbod
|
7aba1e6dd2
|
[cache] Minor use a range for loop
|
1 year ago |
Behdad Esfahbod
|
afae537c3c
|
[cache] Minor remove .init()
Use constructor.
|
1 year ago |