Searched refs:lookup_indices (Results 1 – 8 of 8) sorted by relevance
/third_party/harfbuzz/src/ |
D | hb-subset-plan.cc | 77 hb_set_t lookup_indices; in _gsub_closure_glyphs_lookups_features() local 83 &lookup_indices); in _gsub_closure_glyphs_lookups_features() 85 &lookup_indices, in _gsub_closure_glyphs_lookups_features() 90 &lookup_indices); in _gsub_closure_glyphs_lookups_features() 91 _remap_indexes (&lookup_indices, gsub_lookups); in _gsub_closure_glyphs_lookups_features() 120 hb_set_t lookup_indices; in _gpos_closure_lookups_features() local 126 &lookup_indices); in _gpos_closure_lookups_features() 130 &lookup_indices); in _gpos_closure_lookups_features() 131 _remap_indexes (&lookup_indices, gpos_lookups); in _gpos_closure_lookups_features()
|
D | hb-ot-map.cc | 107 unsigned int lookup_indices[32]; in add_lookups() local 115 len = ARRAY_LENGTH (lookup_indices); in add_lookups() 121 lookup_indices); in add_lookups() 125 if (lookup_indices[i] >= table_lookup_count) in add_lookups() 129 lookup->index = lookup_indices[i]; in add_lookups() 136 } while (len == ARRAY_LENGTH (lookup_indices)); in add_lookups()
|
D | hb-ot-layout-gsubgpos.hh | 3667 void find_duplicate_features (const hb_map_t *lookup_indices, in find_duplicate_features() 3696 | hb_filter (lookup_indices) in find_duplicate_features() 3701 | hb_filter (lookup_indices) in find_duplicate_features() 3724 void prune_features (const hb_map_t *lookup_indices, /* IN */ in prune_features() 3733 (this+featureVars).closure_features (lookup_indices, &alternate_feature_indices); in prune_features() 3752 && !f.intersects_lookup_indexes (lookup_indices) in prune_features()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-map.cc | 103 unsigned int lookup_indices[32]; in add_lookups() local 111 len = ARRAY_LENGTH (lookup_indices); in add_lookups() 117 lookup_indices); in add_lookups() 121 if (lookup_indices[i] >= table_lookup_count) in add_lookups() 125 lookup->index = lookup_indices[i]; in add_lookups() 132 } while (len == ARRAY_LENGTH (lookup_indices)); in add_lookups()
|
D | hb-subset-plan.cc | 77 hb_set_t lookup_indices; in _gsub_closure() local 83 &lookup_indices); in _gsub_closure() 85 &lookup_indices, in _gsub_closure()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-map.cc | 122 unsigned int lookup_indices[32]; in add_lookups() local 130 len = ARRAY_LENGTH (lookup_indices); in add_lookups() 136 lookup_indices); in add_lookups() 140 if (lookup_indices[i] >= table_lookup_count) in add_lookups() 144 lookup->index = lookup_indices[i]; in add_lookups() 151 } while (len == ARRAY_LENGTH (lookup_indices)); in add_lookups()
|
D | hb-subset-plan.cc | 147 hb_set_t lookup_indices; in _closure_glyphs_lookups_features() local 152 &lookup_indices); in _closure_glyphs_lookups_features() 156 &lookup_indices, in _closure_glyphs_lookups_features() 160 &lookup_indices); in _closure_glyphs_lookups_features() 161 _remap_indexes (&lookup_indices, lookups); in _closure_glyphs_lookups_features()
|
D | hb-ot-layout-gsubgpos.hh | 3686 void find_duplicate_features (const hb_map_t *lookup_indices, in find_duplicate_features() 3724 | hb_filter (lookup_indices) in find_duplicate_features() 3729 | hb_filter (lookup_indices) in find_duplicate_features() 3758 void prune_features (const hb_map_t *lookup_indices, /* IN */ in prune_features() 3767 (this+featureVars).closure_features (lookup_indices, &alternate_feature_indices); in prune_features() 3791 if (!f.intersects_lookup_indexes (lookup_indices) in prune_features()
|