Searched refs:F_GLOBAL (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
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-map.cc | 88 info->default_value = (flags & F_GLOBAL) ? value : 0; in add_feature() 185 if (feature_infos[i].flags & F_GLOBAL) { in compile() 186 feature_infos[j].flags |= F_GLOBAL; in compile() 190 feature_infos[j].flags &= ~F_GLOBAL; in compile() 211 if ((info->flags & F_GLOBAL) && info->max_value == 1) in compile() 260 if ((info->flags & F_GLOBAL) && info->max_value == 1) { in compile()
|
D | hb-ot-shape.cc | 232 {HB_TAG('c','c','m','p'), F_GLOBAL}, 233 {HB_TAG('l','o','c','l'), F_GLOBAL}, 236 {HB_TAG('r','l','i','g'), F_GLOBAL}, 243 {HB_TAG('c','a','l','t'), F_GLOBAL}, 244 {HB_TAG('c','l','i','g'), F_GLOBAL}, 245 {HB_TAG('c','u','r','s'), F_GLOBAL}, 247 {HB_TAG('l','i','g','a'), F_GLOBAL}, 248 {HB_TAG('r','c','l','t'), F_GLOBAL}, 317 feature->end == HB_FEATURE_GLOBAL_END) ? F_GLOBAL : F_NONE, in hb_ot_shape_collect_features()
|
D | hb-ot-shape-complex-khmer.cc | 59 {HB_TAG('d','i','s','t'), F_GLOBAL}, 60 {HB_TAG('a','b','v','m'), F_GLOBAL}, 61 {HB_TAG('b','l','w','m'), F_GLOBAL}, 218 khmer_plan->mask_array[i] = (khmer_features[i].flags & F_GLOBAL) ? in data_create_khmer()
|
D | hb-ot-shape-complex-indic.cc | 134 {HB_TAG('d','i','s','t'), F_GLOBAL}, 135 {HB_TAG('a','b','v','m'), F_GLOBAL}, 136 {HB_TAG('b','l','w','m'), F_GLOBAL}, 322 indic_plan->mask_array[i] = (indic_features[i].flags & F_GLOBAL) ? in data_create_indic()
|