Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-shaper-private.h78 BelowFormProperty = 0x80, enumerator
Dharfbuzz-khmer.c341 { HB_MAKE_TAG( 'b', 'l', 'w', 'f' ), BelowFormProperty },
571 where[i] &= ~BelowFormProperty; in khmer_shape_syllable()
Dharfbuzz-myanmar.c226 { HB_MAKE_TAG('b', 'l', 'w', 'f'), BelowFormProperty },
439 where[i] &= ~BelowFormProperty; in myanmar_shape_syllable()
Dharfbuzz-indic.cpp1116 { HB_MAKE_TAG('b', 'l', 'w', 'f'), BelowFormProperty },
1168 if (properties & BelowFormProperty)
1593 properties[i] &= ~BelowFormProperty; in indic_shape_syllable()
1603 properties[i] &= ~BelowFormProperty; in indic_shape_syllable()
1604 properties[i+1] &= ~BelowFormProperty; in indic_shape_syllable()