Ebrahim Byagowi
|
546ffc9faf
|
[glyf] minor
|
2019-10-13 07:17:03 +03:30 |
Ebrahim Byagowi
|
4299ea266e
|
[glyf] Move get_contour_points to GlyphHeader
|
2019-10-13 07:17:03 +03:30 |
Ebrahim Byagowi
|
dc45f22521
|
[ot-metrics] Don't use mixed scaled and not scaled for generating extents
|
2019-10-08 23:27:39 +03:30 |
Ebrahim Byagowi
|
6961766db2
|
[glyf] fix scaling direction
|
2019-10-08 16:26:48 +03:30 |
Ebrahim Byagowi
|
b2628f1a3e
|
[glyf] Move glyph bytes drop hints logic to GlyphHeader
|
2019-10-08 15:40:29 +03:30 |
Ebrahim Byagowi
|
1fb9c3b646
|
[glyf] Implement depth limit for add_gid_and_children
|
2019-10-08 15:40:29 +03:30 |
Ebrahim Byagowi
|
be0eddd418
|
[glyf] Move add_gid_and_children to glyf table
|
2019-10-08 15:40:29 +03:30 |
Ebrahim Byagowi
|
ad86806dcb
|
[glyf] Move subset related methods inside GlyphHeader
|
2019-10-08 15:40:29 +03:30 |
Ebrahim Byagowi
|
7839e23558
|
[glyf] minor
|
2019-10-08 15:40:29 +03:30 |
Ebrahim Byagowi
|
cbefbb2439
|
[glyf] Move padding removal logic to GlyphHeader
|
2019-10-08 15:40:29 +03:30 |
Ebrahim Byagowi
|
1ab8f9aa7a
|
[glyf] minor
|
2019-10-08 15:40:29 +03:30 |
Ebrahim Byagowi
|
13fb5612ad
|
[glyf] Aggregate get_offsets uses
|
2019-10-08 15:40:29 +03:30 |
Ebrahim Byagowi
|
d73cdcf361
|
[ot-font] Apply font scaling before turning to int
|
2019-10-08 11:11:18 +03:30 |
Ebrahim Byagowi
|
f2339964b7
|
[glyf] minor, remove GlyphHeader::simple_* helpers
|
2019-10-06 16:58:38 +03:30 |
Ebrahim Byagowi
|
2d7ca6a76a
|
[glyf] Move get_instruction_length inside GlyphHeader struct
|
2019-10-06 16:58:38 +03:30 |
Ebrahim Byagowi
|
50aef4d7f8
|
[glyf] cleanup
|
2019-10-06 16:58:38 +03:30 |
Ebrahim Byagowi
|
ee3f4630d7
|
[glyf] Remove get_composite_iter and refactor bytes_for_glyph for shape uses
|
2019-10-06 16:58:38 +03:30 |
Ebrahim Byagowi
|
8378ab96e2
|
[glyf] Rewrite composite iterator to new iterators convention
|
2019-10-06 13:49:45 +03:30 |
Ebrahim Byagowi
|
5752863640
|
[glyf][gvar] Make HB_NO_VAR buildable
|
2019-10-06 08:59:12 +03:30 |
Ebrahim Byagowi
|
b3afa81644
|
[glyf] Use common convention of other tables access, format
|
2019-10-06 08:59:12 +03:30 |
Ebrahim Byagowi
|
88bd342c0f
|
[glyf] minor
|
2019-10-06 08:59:12 +03:30 |
Michiharu Ariza
|
b9ff43c162
|
Implement gvar table and variable glyf
Split from Ariza's "[subset] TrueType/CFF2 variable font" work on #1594
|
2019-10-06 08:58:40 +03:30 |
Ebrahim Byagowi
|
cbc0646a6c
|
Minor, normalize for each calls
|
2019-09-24 12:09:20 +03:30 |
Ebrahim Byagowi
|
6e42a418c8
|
Minor, turn more of hb_apply to for each
|
2019-09-21 17:52:01 +04:30 |
Ebrahim Byagowi
|
d512087e4d
|
Rename GlyphID to HBGlyphID
Avoid collision with macOS's ATSUnicodeTypes.h GlyphID
|
2019-09-14 11:55:53 +04:30 |
Ebrahim Byagowi
|
dce42cef2b
|
[glyf] Move GlyphHeader::from_bytes to hb_bytes_t, introduce .as<T> ()
|
2019-08-27 17:38:09 +04:30 |
Ebrahim Byagowi
|
6e82d59b4f
|
[glyf] Revert the way indexToLocFormat is set
|
2019-08-27 12:33:42 +04:30 |
Ebrahim Byagowi
|
2f8e823331
|
[glyf] minor
|
2019-08-25 12:37:40 +04:30 |
Ebrahim Byagowi
|
07e467a30e
|
[glyf] Move GlyphHeader size checking to a static method
|
2019-08-25 01:10:37 +04:30 |
Ebrahim Byagowi
|
139d14dc89
|
[glyf] Move GlyphHeader related logics to its, making its fields protected
|
2019-08-24 17:50:25 +04:30 |
Ebrahim Byagowi
|
d57819cbdb
|
[glyf] format source
|
2019-08-24 17:00:54 +04:30 |
Ebrahim Byagowi
|
2aef3013f3
|
[subset] Consider instruction length place itself
Now fixes https://crbug.com/oss-fuzz/16639 completely
|
2019-08-24 16:11:21 +04:30 |
Ebrahim Byagowi
|
385e436692
|
Minor, fix gcc maybe-uninitialized complain
I guess all of its field will be initialized anyway here but lets make it more defensive
|
2019-06-07 10:49:57 -07:00 |
rsheeter
|
49879adbfc
|
[subset] Correct calculation of max offset; fixes bug where loca would erroneously be short
|
2019-05-31 19:43:30 -07:00 |
Rod Sheeter
|
1197bef26c
|
[subset] Per code review, use hb_array to avoid duplicated type name
|
2019-05-24 10:52:49 -07:00 |
Rod Sheeter
|
13b3cd307e
|
[subset] Address @behdad review feedback
|
2019-05-24 10:10:12 -07:00 |
Rod Sheeter
|
58ce477ac1
|
[subset] Report failure more often
|
2019-05-21 20:22:40 -07:00 |
Rod Sheeter
|
14e3b0cf41
|
[subset] Code review feedback
|
2019-05-21 20:09:36 -07:00 |
Rod Sheeter
|
349d692b0e
|
[subset] Iter in and out for loca
|
2019-05-21 12:38:53 -07:00 |
Rod Sheeter
|
95445d79be
|
[subset] Write loca using more idiomatic harfbuzzese
|
2019-05-21 11:14:31 -07:00 |
Rod Sheeter
|
3a43603ece
|
[subset] Fix memory leak caused by failure to cleanup glyf accelerator
|
2019-05-20 21:25:42 -07:00 |
Rod Sheeter
|
5cedda5e4a
|
[subset] Fix null pointer deref, tidy up a bit
|
2019-05-20 21:25:42 -07:00 |
Rod Sheeter
|
8a84b540c7
|
[subset] Tests passing using iterator based glyf
|
2019-05-20 21:25:42 -07:00 |
rsheeter
|
9d09ac13a1
|
[subset] Tweak hint stripping
|
2019-05-20 21:25:42 -07:00 |
rsheeter
|
3a4c928fcf
|
[subset] Fix glyf tests except hint stripping & local test asan
|
2019-05-20 21:25:42 -07:00 |
Rod Sheeter
|
b77dde8f13
|
[subset] Destroy blob
|
2019-05-20 21:25:35 -07:00 |
Rod Sheeter
|
14db6512f8
|
[subset] Correct flipped use short computation
|
2019-05-20 21:25:29 -07:00 |
Rod Sheeter
|
ab3fe5de2b
|
[subset] Glyf by iter now runs but fails tests
|
2019-05-20 21:25:16 -07:00 |
rsheeter
|
0d7fef2d50
|
[subset] Dinner time, checkpoint
|
2019-05-20 21:25:11 -07:00 |
rsheeter
|
240bc86e3a
|
[subset] Remove subset-glyf; want everything to point to new iter-based edition. Some of the code will resurface as impl builds out.
|
2019-05-20 21:25:05 -07:00 |