Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc432 if (hb_options ().uniscribe_bug_compatible) in override_features_indic()
1141 if (hb_options ().uniscribe_bug_compatible) in initial_reordering_standalone_cluster()
1544 if (!hb_options ().uniscribe_bug_compatible && in final_reordering_syllable()
1659 if (hb_options ().uniscribe_bug_compatible) in final_reordering_syllable()
1773 if (hb_options ().uniscribe_bug_compatible || in decompose_indic()
Dhb-common.cc49 u.opts.uniscribe_bug_compatible = c && strstr (c, "uniscribe-bug-compatible"); in _hb_options_init()
Dhb-private.hh998 unsigned int uniscribe_bug_compatible : 1; member