Home | History | Annotate | Download | only in subtitle

Lines Matching defs:startRow

812             int startRow = mRow - windowSize + 1;
813 if (startRow < 1) {
814 startRow = 1;
816 for (i = startRow; i < mRow; i++) {