Home
last modified time | relevance | path

Searched refs:uniscribe_bug_compatible (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc241 bool uniscribe_bug_compatible; member
243 static constexpr bool uniscribe_bug_compatible = false; member
271 indic_plan->uniscribe_bug_compatible = hb_options ().uniscribe_bug_compatible; in data_create_indic()
896 if (indic_plan->uniscribe_bug_compatible) in initial_reordering_standalone_cluster()
1343 if (!indic_plan->uniscribe_bug_compatible && in final_reordering_syllable_indic()
1451 if (indic_plan->uniscribe_bug_compatible) in final_reordering_syllable_indic()
1556 if (indic_plan->uniscribe_bug_compatible || in decompose_indic()
Dhb-ot-shape-complex-khmer.cc132 if (hb_options ().uniscribe_bug_compatible) in override_features_khmer()
Dhb-debug.hh48 bool uniscribe_bug_compatible : 1; member
Dhb-common.cc71 OPTION ("uniscribe-bug-compatible", uniscribe_bug_compatible); in _hb_options_init()