Searched refs:F_MANUAL_ZWJ (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-use.cc | 132 map->add_feature (HB_TAG('r','p','h','f'), 1, F_MANUAL_ZWJ); in collect_features_use() 135 map->add_feature (HB_TAG('p','r','e','f'), 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_use() 140 map->add_feature (basic_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_use() 151 map->add_feature (other_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_use()
|
D | hb-ot-shape-complex-myanmar.cc | 105 map->add_feature (basic_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_myanmar() 110 map->add_feature (other_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_myanmar()
|
D | hb-ot-map-private.hh | 159 F_MANUAL_ZWJ = 0x0004u, /* Don't skip over ZWJ when matching. */ enumerator
|
D | hb-ot-map.cc | 239 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ); in compile()
|
D | hb-ot-shape-complex-indic.cc | 429 map->add_feature (indic_features[i].tag, 1, indic_features[i].flags | F_MANUAL_ZWJ); in collect_features_indic() 434 map->add_feature (indic_features[i].tag, 1, indic_features[i].flags | F_MANUAL_ZWJ); in collect_features_indic()
|