harfbuzz/test
Garret Rieger c0f3af91b8 [subset] speed up add_gid_and_children and adjust op limit.
Fix for fuzzer timeout: https://oss-fuzz.com/testcase-detail/5001604901240832.

- Operation limit is per glyph, so 100,000 should still be far more than needed.
- Switches from for(...) to while(...) loop for iteration. for(...) calls it.end() which in this case triggers a complete iteration.
- Cache CompositeGlyph size in the iterator to avoid needing to recalculate it.
2021-08-12 14:50:42 -06:00
..
api [test] hb_ot_layout_language_get_feature_tags() 2021-08-11 16:33:37 -06:00
fuzzing [subset] speed up add_gid_and_children and adjust op limit. 2021-08-12 14:50:42 -06:00
shape [util/hb-subset] Support ranges in --unicodes / --unicodes-file 2021-08-11 22:49:47 -06:00
subset [util] Move hb-subset away from main-font-text 2021-08-11 20:12:36 -06:00
Makefile.am [test] Rename shaping/ to shape/ 2021-08-11 18:49:59 -06:00
meson.build [test] Rename shaping/ to shape/ 2021-08-11 18:49:59 -06:00