Searched refs:destrow (Results 1 – 2 of 2) sorted by relevance
325 int destrow = i - gapend + mRowGapStart; in moveRowGapTo() local334 if (destrow >= valuegap[j]) { in moveRowGapTo()338 values[destrow * columns + j] = val; in moveRowGapTo()349 int destrow = i - where + gapend - moving; in moveRowGapTo() local358 if (destrow >= valuegap[j]) { in moveRowGapTo()362 values[destrow * columns + j] = val; in moveRowGapTo()
139 int destrow = i - (mRowGapStart + mRowGapLength) + mRowGapStart; in moveRowGapTo() local145 mValues[destrow * mColumns + j] = val; in moveRowGapTo()155 int destrow = i - where + mRowGapStart + mRowGapLength - moving; in moveRowGapTo() local161 mValues[destrow * mColumns + j] = val; in moveRowGapTo()