Sign in
flutter
/
third_party
/
harfbuzz
/
b169a52c1e3c5d16adcf3e80cba37bb86adcbe77
/
src
/
hb-ot-layout-common.hh
89ad3c6
Rename add_class to collect_class
by Behdad Esfahbod
· 5 years ago
5cf53c0
Rename add_coverage to collect_coverage
by Behdad Esfahbod
· 5 years ago
262eced
[subset] FeatureVariations subsetting is wrong
by Behdad Esfahbod
· 5 years ago
2dda6dd
minor, tweak spacing
by Ebrahim Byagowi
· 5 years ago
0d56959
[subset] fixes dangling object_t issue in FeatureVariationRecord
by Qunxin Liu
· 5 years ago
57b7de0
[subset] Fail ClassDefFormat1 serialization if no space available
by Ebrahim Byagowi
· 5 years ago
c8cc1e3
fix issues in ClassDefFormat1 serialize:
by Qunxin Liu
· 5 years ago
e0c3979
typo fix
by Qunxin Liu
· 5 years ago
5d345d0
[subset] Limit the number of lookup indices processed subsetting Feature.
by Garret Rieger
· 5 years ago
834a224
[subset] Put a limit on the number of lookup indices that can be visited during closures
by Garret Rieger
· 5 years ago
07acd1a
[subset] Rename src_base args to base to match sanitize methods
by Ebrahim Byagowi
· 5 years ago
188a0a4
removed default base; replaced w/ bias if required
by ariza
· 5 years ago
d383603
Limit OT::Lookup subtables (#2219)
by Ebrahim Byagowi
· 5 years ago
414529e
[subset] Limit the number of feature indices processed during script subsetting.
by Garret Rieger
· 5 years ago
c66ee21
Limit the number of feature indices processed during feature collection.
by Garret Rieger
· 5 years ago
fcd7f33
[subset] GDEF glyphClassDef subsetting support
by Qunxin Liu
· 5 years ago
5f23a76
[cff] Don't remove coords const qualification
by Ebrahim Byagowi
· 5 years ago
4dc3db7
Minor, fix warnings raised when built with -std=c++2a
by Ebrahim Byagowi
· 5 years ago
72cbfb9
remove empty lookup subtables
by ariza
· 5 years ago
e565d1f
[subset] subset lookup/feature/script lists for GSUB/GPOS
by Qunxin Liu
· 5 years ago
8ffc9ad
[subset] layout closure_features and store them in subset-plan
by Qunxin Liu
· 5 years ago
dc03a99
Fix collect lookups logic of FeatureTableSubstitution (#2097)
by Ebrahim Byagowi
· 5 years ago
a32ecc1
Fix collect lookups logic of FeatureVariationRecord
by Ebrahim Byagowi
· 5 years ago
0b39c48
[subset] closure lookups for GSUB/GPOS
by Qunxin Liu
· 5 years ago
257a197
Fail serialize when map has incorrect value
by Ebrahim Byagowi
· 5 years ago
ce114d6
minor, tweak spaces
by Ebrahim Byagowi
· 5 years ago
858b627
[machinery] Remove CastR<>()
by Behdad Esfahbod
· 5 years ago
9fb0305
Rename start/end to first/last in RangeRecord
by Behdad Esfahbod
· 5 years ago
b33a0d6
fuzzer crash fix: Null-dereference WRITE
by Qunxin Liu
· 5 years ago
b66094a
[subset] GSUB Lookup Type 6: ChainContextSubst
by Qunxin Liu
· 5 years ago
eff91bb
Add missing pop() for the failure case of script subsetting.
by Garret Rieger
· 5 years ago
831daf4
Enforce HB_MAX_LANGSYS limit during layout subsetting.
by Garret Rieger
· 5 years ago
9871461
Enforce HB_MAX_SCRIPTS during subsetting of the script table.
by Garret Rieger
· 5 years ago
36f18ce
Add subset_offset_array helper function which simplifies subsetting offset arrays during stream operations.
by Garret Rieger
· 5 years ago
0558413
Minor, tweak spaces
by Ebrahim Byagowi
· 6 years ago
faace94
Merge pull request #1807 from harfbuzz/subset-varstore
by Behdad Esfahbod
· 6 years ago
b0c3eb0
[subset] GPOS Lookup Type 3: CursivePos
by Qunxin Liu
· 6 years ago
d512087
Rename GlyphID to HBGlyphID
by Ebrahim Byagowi
· 6 years ago
0e294c4
Rename VAR to HB_VAR_ARRAY
by Behdad Esfahbod
· 6 years ago
c379fae
Fix a few struct size declarations
by Behdad Esfahbod
· 6 years ago
0313ef8
bug fix in optimizing coverage table format (#1942)
by qxliu76
· 6 years ago
a0b4ac4
Turn 8 spaces to tab across the project
by Ebrahim Byagowi
· 6 years ago
68ac767
added skip(), get_next_value() to inc_bimap to subset VarStore with retain-gids
by blueshade7
· 6 years ago
634390e
added VariationStore serializer to be used by HVAR/VVAR subsetters
by blueshade7
· 6 years ago
6c725c7
[config] Add HB_NO_LAYOUT_FEATURE_PARAMS
by Behdad Esfahbod
· 6 years ago
c8f529a
[config] Add HB_NO_HINTING, enabled by HB_TINY
by Behdad Esfahbod
· 6 years ago
a849873
[config] Add HB_NO_VAR to disable variations support, enabled by HB_TINY
by Behdad Esfahbod
· 6 years ago
1834cf8
[serialize] Pass offset to serialize_subset()
by Behdad Esfahbod
· 6 years ago
9260441
[serialize] Pass offset to serialize_copy()
by Behdad Esfahbod
· 6 years ago
962f95c
[subset] Switch SingleSubst to use iterators in serialize.
by Garret Rieger
· 6 years ago
889dc1e
[iter] Remove sort categorization
by Behdad Esfahbod
· 6 years ago
5137628
[iter] Track strictly-sorted iterators
by Behdad Esfahbod
· 6 years ago
a487fc3
Another extra semi-colon
by Behdad Esfahbod
· 6 years ago
4d67743
[subset] Use more auto typing
by Behdad Esfahbod
· 6 years ago
a27a31b
Minor
by Behdad Esfahbod
· 6 years ago
2ade008
[serialize] More rewrite
by Behdad Esfahbod
· 6 years ago
99ed6e2
[serialize] Fix a TODO
by Behdad Esfahbod
· 6 years ago
25a5b28
Fix sanitize fail of extension sublookups
by Behdad Esfahbod
· 6 years ago
9c0c358
Minor
by Behdad Esfahbod
· 6 years ago
5d4437f
Minor
by Behdad Esfahbod
· 6 years ago
ed972d5
[iter] Rewrite test functions
by Behdad Esfahbod
· 6 years ago
4c9e0c3
[serialize] LangSys subset->copy
by Behdad Esfahbod
· 6 years ago
af571db
[meta] Replace most hb_enable_if with hb_requires
by Behdad Esfahbod
· 6 years ago
83e3eab
Whitespace
by Behdad Esfahbod
· 6 years ago
e33ad25
[serialize] FeatureVariations subset->copy
by Behdad Esfahbod
· 6 years ago
4c2fd05
[iter] Implement range-based for loops
by Behdad Esfahbod
· 6 years ago
36bb24f
[dispatch] Forward arguments in all dispatch multiplexers
by Behdad Esfahbod
· 6 years ago
88a4147
[serializer] Accept exact type in serialize_subset/copy()
by Behdad Esfahbod
· 6 years ago
9258878
Remove space between right angle brackets now that we have C++11 (#1689)
by Ebrahim Byagowi
· 6 years ago
699de68
Delete default assignment operator Offset<>
by Behdad Esfahbod
· 6 years ago
c68eb70
Minor
by Behdad Esfahbod
· 6 years ago
85adf4a
[GDEF] Don't assume glyphlist is sorted
by Behdad Esfahbod
· 6 years ago
e5d6fe9
Don't skip setting the .end field of the first range
by Jonathan Kew
· 6 years ago
b986c6a
[C++11] Remove IntType::set() in favor of operator=
by Behdad Esfahbod
· 6 years ago
cbe2118
Merge branch 'master' into iter
by Behdad Esfahbod
· 6 years ago
849a0f1
[iter] Add hb_iter_with_fallback_t instead
by Behdad Esfahbod
· 6 years ago
4d40ed9
[iter] Add hb_iter_with_mixin_t<>
by Behdad Esfahbod
· 6 years ago
84a25d7
[iter] Rename
by Behdad Esfahbod
· 6 years ago
925be29
Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset plan api.
by Garret Rieger
· 6 years ago
d438e61
[iter] Fix operator() impls
by Behdad Esfahbod
· 6 years ago
090fe56
Merge branch 'master' into iter
by Behdad Esfahbod
· 6 years ago
5d4b037
Convert unsigned enum class consts to static constexpr
by Behdad Esfahbod
· 6 years ago
9355166
Remove unused Coverage::iter_t::get_coverage()
by Behdad Esfahbod
· 6 years ago
a7de144
Implement uniform map interface
by Behdad Esfahbod
· 6 years ago
7987095
[meta] Remove hb_enable_if_t
by Behdad Esfahbod
· 6 years ago
7798e4f
[iter] Change Coverage iterator to only return glyph-id
by Behdad Esfahbod
· 6 years ago
636786e
[iter] Rename __item_type__ to __item_t__
by Behdad Esfahbod
· 6 years ago
6caf76f
Tighten Coverage iteration
by Behdad Esfahbod
· 6 years ago
ff3a7ce
[subset] Minor
by Behdad Esfahbod
· 6 years ago
74ca7b5
[OT] Implement operator[] for Coverage and ClassDef
by Behdad Esfahbod
· 6 years ago
445364d
[iter] Rename hb_is_[sorted_]iterator() -> hb_is_[sorted_]iterator_of()
by Behdad Esfahbod
· 6 years ago
815cde9
[iter] Use is_sorted_iterator
by Behdad Esfahbod
· 6 years ago
b5d6fe1
[iter] Remove hb_sorted_iter_t
by Behdad Esfahbod
· 6 years ago
a685bfe
Separate GlyphID from HBUINT16
by Behdad Esfahbod
· 6 years ago
40c24fd
[iter] Port Coverage towards iter_t instead of array_t specifics
by Behdad Esfahbod
· 6 years ago
851fbb2
[iter] Port Coverage::serialize to hb_is_iterator
by Behdad Esfahbod
· 6 years ago
bcb913e
Minor
by Behdad Esfahbod
· 6 years ago
0828db8
[iter] Rename
by Behdad Esfahbod
· 6 years ago
2cbf5bf
[iter] Test OT::Coverage iter
by Behdad Esfahbod
· 6 years ago
cde3198
[iter] Mark Coverage iterator sorted
by Behdad Esfahbod
· 6 years ago
Next »