Home | History | Annotate | Download | only in camera

Lines Matching defs:mRow

980         private int mRow;
986 mRow = -1;
990 mRow = row;
1008 return mRow >= mStartRow && mRow < mEndRow;
1013 Assert(mRow != -1);
1015 int columns = numColumns(mRow);
1026 int base = mRow * mColumns;
1110 int cols = numColumns(mRow);
1162 int pos = (mRow * mColumns) + i;