Sign in
flutter
/
third_party
/
harfbuzz
/
69f5da0629f1e5a307fc49fe58490aa92d1bd0e2
/
src
/
hb-subset-plan.cc
3f00d0b
[subset] Keep glyph set in plan
by Behdad Esfahbod
· 7 years ago
aba0a94
[subset] Add hb-subset-input.hh and make hb-subset.hh toplevel include
by Behdad Esfahbod
· 7 years ago
93fe0fa
[subset] Clean up hb_subset_input_t API
by Behdad Esfahbod
· 7 years ago
f39166f
[subset] Remove unused hb_subset_profile_t
by Behdad Esfahbod
· 7 years ago
c77ae40
Rename hb-*private.hh to hb-*.hh
by Behdad Esfahbod
· 7 years ago
aadb2a9
Add face-builder
by Behdad Esfahbod
· 7 years ago
fb58cb4
[subset] Only used reachable lookups for gsub closure.
by Garret Rieger
· 7 years ago
feb2389
[subset] Use gsub closure if ot layout is not being dropped.
by Garret Rieger
· 7 years ago
a5673da
[subset] Add drop_ot_layout setting to subset input.
by Garret Rieger
· 7 years ago
f751576
[vector] Use Crap pool in push() as well
by Behdad Esfahbod
· 7 years ago
251cc97
[subset] Switch to using hb_map_t inside of hb_subset_plan_t.
by Garret Rieger
· 7 years ago
65aeabd
Add hb_vector_t::push(const Type &v)
by Behdad Esfahbod
· 7 years ago
03b2754
[subset] Add const to the hb_subset_plan_t input to a couple functions in hb-subset-plan.
by Garret Rieger
· 7 years ago
37b9561
Remove hb_auto_array_t
by Behdad Esfahbod
· 7 years ago
5c3112a
s/hb_prealloced_array_t/hb_vector_t/g
by Behdad Esfahbod
· 7 years ago
a60ba79
s/finish/fini
by Behdad Esfahbod
· 7 years ago
d78393b
Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophints
by Rod Sheeter
· 7 years ago
e61f360
[subset] Fix memory leak in hb-subset-plan.
by Garret Rieger
· 7 years ago
9bd6d25
[subset] clone trim logic from fonttools glyf handling
by Rod Sheeter
· 7 years ago
74e0c13
[subset] drop hint tables if so flagged. Still need to dump glyf instructions.
by Rod Sheeter
· 7 years ago
e5ab34f
Misc fixes
by Behdad Esfahbod
· 7 years ago
49544eb
[subset] Refactor composite glyf iteration code into an Iterator outside of the accelerator.
by Garret Rieger
· 7 years ago
dc6d67d
[subset] Use gids_to_retain_sorted to produce old gid -> new gid mapping since it now has the more complete set.
by Garret Rieger
· 7 years ago
dcac9fe
[subset] Use complex glyph closure to populate gids_to_retain_sorted.
by Garret Rieger
· 7 years ago
73e1434
[subset] Add a DFS search to produce a closure of composite glyphs.
by Garret Rieger
· 7 years ago
b56c938
[subset] Add missing face reference in hb-subset-plan plus ensure all struct members are cleaned up on destroy.
by Garret Rieger
· 7 years ago
fa87770
[subset] First pass at hmtx
by Rod Sheeter
· 7 years ago
d008b62
Merge remote-tracking branch 'upstream/master' into fixed
by Garret Rieger
· 7 years ago
d5b33f2
[subset] hb_subset_input_t changes
by Behdad Esfahbod
· 7 years ago
afb1da3
auto-completed the wrong gids_to_retain
by Rod Sheeter
· 7 years ago
1330edc
Use functions to get new gids. Avoid 0; fonttools drops it from cmap.
by Rod Sheeter
· 7 years ago
3d421ce
[subset] Use auto_array_t where it does make sense
by Behdad Esfahbod
· 7 years ago
c8d4c2e
Initialize bad_indices on hb-subset (#775)
by Ebrahim Byagowi
· 7 years ago
203b647
Favor use of static instead HB_INTERNAL
by Ebrahim Byagowi
· 7 years ago
a981d79
Fix more build issues
by Behdad Esfahbod
· 7 years ago
6c4ca61
Hide more symbols of hb-subset (#771)
by Ebrahim Byagowi
· 7 years ago
c31fcf4
[subset] Replace auto_array with prealloced_array
by Behdad Esfahbod
· 7 years ago
844f48e
Fix symbol exporting and libstdc++ linkage of hb-subset (#769)
by Ebrahim Byagowi
· 7 years ago
0089443
Keep a second set of glyph ids in subset plan which is sorted by glyph id and always has gid 0
by Garret Rieger
· 7 years ago
3bc8155
Formatting for hb-subset-plan.
by Garret Rieger
· 7 years ago
59c658c
capture codepoints sorted so we can use them for cmap later. one day we will have a map
by Rod Sheeter
· 7 years ago
4223442
Fix include gaurds and include order in hb-subset-glyf and hb-subset-plan
by Garret Rieger
· 7 years ago
af02812
[subset] Change hb_subset API to remove hb_subset_face_t
by Behdad Esfahbod
· 7 years ago
b95aa20
glyph ids to retain should most likely keep the glyph id not the codepoint
by Rod Sheeter
· 7 years ago
9142871
Remove \ns leftover from fprintf
by Rod Sheeter
· 7 years ago
eb485bb
Horrid hack to assign new gids. Use DEBUG_MSG over fprintf
by Rod Sheeter
· 7 years ago
d0ce3c6
Resolve codepoints:glyph ids. Does not compile; undefined reference to OT::_hb_NullPool
by Rod Sheeter
· 7 years ago
25e9173
Make hb-subset-plan private.
by Garret Rieger
· 7 years ago
af46a4d
Move definition of hb_subset_input into hb-subset-private.hh.
by Garret Rieger
· 7 years ago
1cfe650
Add a basic sketch of hb-subset-plan.
by Garret Rieger
· 7 years ago