Home | History | Annotate | Download | only in src

Lines Matching defs:basePos

1653             int basePos = 0;
1654 while (basePos < newLen && (int)otl_glyphs[basePos].cluster <= base)
1655 basePos++;
1656 --basePos;
1657 if (basePos < newLen && basePos > 1) {
1658 // qDebug("moving prebase matra to position %d in syllable newlen=%d", basePos, newLen);
1660 --basePos;
1661 for (i = 0; i < basePos; ++i)
1663 otl_glyphs[basePos] = m;