HomeSort by relevance Sort by last modified time
    Searched refs:POS_BELOW_C (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-private.hh 93 POS_BELOW_C,
152 INDIC_MATRA_CATEGORY_BOTTOM = POS_BELOW_C,
hb-ot-shape-complex-myanmar.cc 266 case POS_BELOW_C: cat = (indic_category_t) OT_VBlw; break;
380 pos = POS_BELOW_C;
385 if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_A)
390 if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_VBlw)
395 if (pos == POS_BELOW_C && info[i].myanmar_category() != OT_A)
hb-ot-shape-complex-indic.cc 105 case POS_BELOW_C: return MATRA_POS_BOTTOM (u);
215 pos = POS_BELOW_C;
596 return POS_BELOW_C;
779 if (info[i].indic_position() != POS_BELOW_C &&
785 if (info[i].indic_position() == POS_BELOW_C)
840 info[i].indic_position() = POS_BELOW_C;
856 info[i].indic_position() = POS_BELOW_C;
    [all...]

Completed in 61 milliseconds