Sign in
flutter
/
third_party
/
harfbuzz
/
820505a186ff60e4bae9d717fe4d7ab2390e6fef
/
src
/
hb-ot-layout-gsub-table.hh
fc3c59a
Fix unused var warnings
by Behdad Esfahbod
· 10 years ago
bd047d3
[layout] Minor
by Behdad Esfahbod
· 10 years ago
1a23221
[layout] Don't check glyph props against lookup flags when recursing
by Behdad Esfahbod
· 10 years ago
095a125
[layout] Port sanitize() to use dispatch()
by Behdad Esfahbod
· 10 years ago
40c5892
[layout] Refactor Lookup::dispatch()
by Behdad Esfahbod
· 10 years ago
70366f5
[layout] Refactor get_subtable()
by Behdad Esfahbod
· 10 years ago
8e36ccf
[layout] Use dispatch() for add_coverage()
by Behdad Esfahbod
· 10 years ago
50b8dc7
[layout] Add may_dispatch()
by Behdad Esfahbod
· 10 years ago
de2118e
Make sanitize() a const method
by Behdad Esfahbod
· 10 years ago
6759ed9
Minor
by Behdad Esfahbod
· 10 years ago
6b599da
Remove unnecessary check in sanitize
by Behdad Esfahbod
· 10 years ago
7788993
[layout] Use setter method to set c->lookup_props
by Behdad Esfahbod
· 10 years ago
241eac9
Hide internals of lookup accelerators
by Behdad Esfahbod
· 10 years ago
00f6a8e
[ot] Print format in dispatch trace
by Behdad Esfahbod
· 10 years ago
5c87120
Fix misc warnings
by Behdad Esfahbod
· 10 years ago
8f3eebf
Make sure gsubgpos buffer vars are available during fallback_position
by Behdad Esfahbod
· 11 years ago
7627100
Mark unsigned integer literals with the u suffix
by Behdad Esfahbod
· 11 years ago
832a6f9
[indic] Don't reorder reph/pref if ligature was expanded
by Behdad Esfahbod
· 11 years ago
b5be231
[gsub] Adjust single-length ligature subst to act like single subst
by Behdad Esfahbod
· 11 years ago
aae6945
[gsub] Minor shuffling
by Behdad Esfahbod
· 11 years ago
b6b304f
[ot] Add TODO re zero-len MultipleSubst sequences
by Behdad Esfahbod
· 11 years ago
6faff8e
Add static storage classifier to inline functions
by Behdad Esfahbod
· 11 years ago
333cc6e
[otlayout] Remove unused is_inplace()
by Behdad Esfahbod
· 11 years ago
101303d
[otlayout] More shuffling around
by Behdad Esfahbod
· 11 years ago
91689de
[otlayout] Add _hb_glyph_info_set_glyph_props()
by Behdad Esfahbod
· 11 years ago
3ddf892
[otlayout] Renaming
by Behdad Esfahbod
· 11 years ago
03058c3
[otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values
by Behdad Esfahbod
· 11 years ago
4990186
[otlayout] Guard against use of ReverseChain through Context
by Behdad Esfahbod
· 11 years ago
e714fe6
[otlayout] Simplify ligate_input()
by Behdad Esfahbod
· 11 years ago
6b65a76
[otlayout] Fix (Chain)Context recursion!
by Behdad Esfahbod
· 11 years ago
6c48f20
[otlayout] Add structs for JSTF table
by Behdad Esfahbod
· 12 years ago
45f3d98
[OTLayout] Merge / templateize apply_string()
by Behdad Esfahbod
· 12 years ago
780cd93
[OTLayout] Minor
by Behdad Esfahbod
· 12 years ago
2e0c44f
[OTLayout] Add is_inplace() method to GSUB
by Behdad Esfahbod
· 12 years ago
5d59f99
[OTLayout] Make MultipleSubst in-place for sequences of len=1
by Behdad Esfahbod
· 12 years ago
54f84a6
[OTLayout] Whitespace
by Behdad Esfahbod
· 12 years ago
0dc3a4e
Obssesive optimization
by Behdad Esfahbod
· 12 years ago
ee5464d
[OTLayout] Move code around
by Behdad Esfahbod
· 12 years ago
9c5a9ee
[OTLayout] Rename process() to dispatch()
by Behdad Esfahbod
· 12 years ago
99fa9ea
Minor
by Behdad Esfahbod
· 12 years ago
607feb7
[OTLayout] Ignore default-ignorables when matching GSUB/GPOS
by Behdad Esfahbod
· 12 years ago
407fc12
[OTLayout] Remove bogus caching of glyph property
by Behdad Esfahbod
· 12 years ago
8303593
Minor
by Behdad Esfahbod
· 12 years ago
3038ae6
[OTLayout] Minor
by Behdad Esfahbod
· 12 years ago
b67881b
[OTLayout] Remove operator() from Coverage
by Behdad Esfahbod
· 12 years ago
4c4e8f0
[OTLayout] Reuse apply context for recursion
by Behdad Esfahbod
· 12 years ago
26514d5
[OTLayout] More collect_glyphs()
by Behdad Esfahbod
· 12 years ago
c6fb843
[OTLayout] Templatize process_recurse_func
by Behdad Esfahbod
· 12 years ago
9b34677
[OTLayout] Clean up closure() a bit
by Behdad Esfahbod
· 12 years ago
f48ec0e
[OTLayout] Add process() tracing
by Behdad Esfahbod
· 12 years ago
ed2e135
[OTLayout] More Extension templatizing
by Behdad Esfahbod
· 12 years ago
7dddd4e
[OTLayout] More templatizing Extension
by Behdad Esfahbod
· 12 years ago
653eeb2
Make Extension a template
by Behdad Esfahbod
· 12 years ago
08f1eed
Minor
by Behdad Esfahbod
· 12 years ago
be218c6
Pass this object to trace macros
by Behdad Esfahbod
· 12 years ago
c779d82
Fix warnings
by Behdad Esfahbod
· 12 years ago
ec35a72
[OTLayout] Port apply() operator to process() template
by Behdad Esfahbod
· 12 years ago
2005fa5
[OTLayout] Port would_apply() and get_coverage() to process() templates
by Behdad Esfahbod
· 12 years ago
44fc237
[OTLayout] Port closure() to process() template
by Behdad Esfahbod
· 12 years ago
e8cfdd7
Start implementing collect_glyphs() operation
by Behdad Esfahbod
· 12 years ago
7d52e66
Whitespace
by Behdad Esfahbod
· 12 years ago
5a08ecf
Implement hb_ot_layout_get_glyph_class()
by Behdad Esfahbod
· 12 years ago
0bc7a38
[OT] Fix ReverseChainingSubst
by Behdad Esfahbod
· 12 years ago
fabd311
[OT] Port Arabic fallback shaping to synthetic GSUB
by Behdad Esfahbod
· 13 years ago
1d3947a
Minor
by Behdad Esfahbod
· 13 years ago
b3b89b6
[OT] Add SubstLookup serialize API
by Behdad Esfahbod
· 13 years ago
a930c68
[OT] More serialize. Implements all basic GSUB subtables
by Behdad Esfahbod
· 13 years ago
1b38b4e
Minor
by Behdad Esfahbod
· 13 years ago
2bd9fe3
Refactor
by Behdad Esfahbod
· 13 years ago
2941683
[OT] Implement serialize() for AlternateSubst
by Behdad Esfahbod
· 13 years ago
1f07e33
[OT] Implement serialize() for MultiSubst
by Behdad Esfahbod
· 13 years ago
4912030
Minor
by Behdad Esfahbod
· 13 years ago
c61be03
[OT] A bit more serialize
by Behdad Esfahbod
· 13 years ago
abcc5ac
[OT] Improve serialize syntax
by Behdad Esfahbod
· 13 years ago
bc5be24
[OT] Restart work on serialize()
by Behdad Esfahbod
· 13 years ago
5e399a8
Minor
by Behdad Esfahbod
· 13 years ago
a177d02
[GSUB] Move ligation logic over
by Behdad Esfahbod
· 13 years ago
191fa88
[GSUB] Merge Ligature and context input matching
by Behdad Esfahbod
· 13 years ago
93814ca
Start converging Ligature and match_input
by Behdad Esfahbod
· 13 years ago
7c8e844
Use namespace for OpenType tables
by Behdad Esfahbod
· 13 years ago
472f229
[GSUB] Generalize would_apply()
by Behdad Esfahbod
· 13 years ago
afbcc24
[GSUB] Wire the font, not just the face, down to substitute()
by Behdad Esfahbod
· 13 years ago
22148b8
Use Coverage digests in would_apply
by Behdad Esfahbod
· 13 years ago
6c459c8
Minor
by Behdad Esfahbod
· 13 years ago
0120ce9
[GSUB/GPOS] Remove unused get_coverage() methods
by Behdad Esfahbod
· 13 years ago
1336ecd
[GSUB/GPOS] Use Coverage digests as gatekeeper
by Behdad Esfahbod
· 13 years ago
a878c58
[GSUB/GPOS] Add add_coverage()
by Behdad Esfahbod
· 13 years ago
03b0921
[GSUB] Minor
by Behdad Esfahbod
· 13 years ago
c2e42c3
Minor
by Behdad Esfahbod
· 13 years ago
03f67bc
More refactoring glyph class access
by Behdad Esfahbod
· 13 years ago
05bd1b6
[GSUB/GPOS] Move glyph props matching around
by Behdad Esfahbod
· 13 years ago
7fbbf86
[GSUB] Minor
by Behdad Esfahbod
· 13 years ago
6cdfd14
Fix build on Mac
by Behdad Esfahbod
· 13 years ago
a973b5c
[GSUB] Further adjustments to mark-attachment vs ligation interaction
by Behdad Esfahbod
· 13 years ago
d1d69ec
[GSUB] Don't ligate glyphs attached to different components of ligatures
by Behdad Esfahbod
· 13 years ago
f24bcfb
Minor
by Behdad Esfahbod
· 13 years ago
fe20c0f
[GSUB] Fix mark component stuff when ligatures form ligatures!
by Behdad Esfahbod
· 13 years ago
2ec3ba4
[GSUB/GPOS] Minor
by Behdad Esfahbod
· 13 years ago
cb3d340
[GSUB] Don't set new lig_id on mark ligatures
by Behdad Esfahbod
· 13 years ago
338fe66
[GSUB] Minor
by Behdad Esfahbod
· 13 years ago
Next »