Lines Matching refs:lastRow
762 int firstCol, lastCol, firstRow, lastRow;
804 lastRow = 0;
819 if (lastRow < vals->ranges[i].max_char_high)
820 lastRow = vals->ranges[i].max_char_high;
823 if (firstCol > lastCol || firstRow > lastRow)
832 if (lastRow > opfi->lastRow)
833 lastRow = opfi->lastRow;
840 lastRow = opfi->lastRow;
849 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
851 pfi->lastRow = lastRow;
1075 if (pfi->firstRow <= r && r <= pfi->lastRow &&
1463 int firstCol, lastCol, firstRow, lastRow;
1479 lastRow = pfi->lastRow;
1481 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
1666 (pFont->info.lastRow - pFont->info.firstRow + 1);