Searched refs:F_GLOBAL (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-map.cc | 107 info->default_value = (flags & F_GLOBAL) ? value : 0; in add_feature() 203 if (feature_infos[i].flags & F_GLOBAL) { in compile() 204 feature_infos[j].flags |= F_GLOBAL; in compile() 208 if (feature_infos[j].flags & F_GLOBAL) in compile() 209 feature_infos[j].flags ^= F_GLOBAL; in compile() 231 if ((info->flags & F_GLOBAL) && info->max_value == 1) in compile() 280 if ((info->flags & F_GLOBAL) && info->max_value == 1) { in compile()
|
D | hb-ot-map.hh | 178 F_GLOBAL = 0x0001u, /* Feature applies to all characters; results in no mask allocated for it. */ enumerator 183 F_GLOBAL_MANUAL_JOINERS= F_GLOBAL | F_MANUAL_JOINERS, 184 F_GLOBAL_HAS_FALLBACK = F_GLOBAL | F_HAS_FALLBACK, 218 { add_feature (tag, F_GLOBAL | flags, value); } in enable_feature() 221 { add_feature (tag, F_GLOBAL, 0); } in disable_feature()
|
D | hb-ot-shape.cc | 301 {HB_TAG('a','b','v','m'), F_GLOBAL}, 302 {HB_TAG('b','l','w','m'), F_GLOBAL}, 303 {HB_TAG('c','c','m','p'), F_GLOBAL}, 304 {HB_TAG('l','o','c','l'), F_GLOBAL}, 307 {HB_TAG('r','l','i','g'), F_GLOBAL}, 314 {HB_TAG('c','a','l','t'), F_GLOBAL}, 315 {HB_TAG('c','l','i','g'), F_GLOBAL}, 316 {HB_TAG('c','u','r','s'), F_GLOBAL}, 317 {HB_TAG('d','i','s','t'), F_GLOBAL}, 319 {HB_TAG('l','i','g','a'), F_GLOBAL}, [all …]
|
D | hb-ot-shape-complex-khmer.cc | 156 khmer_plan->mask_array[i] = (khmer_features[i].flags & F_GLOBAL) ? in data_create_khmer()
|
D | hb-ot-shape-complex-indic.cc | 292 indic_plan->mask_array[i] = (indic_features[i].flags & F_GLOBAL) ? in data_create_indic()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 19057 <enumerator name='F_GLOBAL' value='1'/>
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 29817 <enumerator name='F_GLOBAL' value='1'/>
|