Home | History | Annotate | Download | only in bitmap

Lines Matching refs:lastRow

759     int		firstCol, lastCol, firstRow, lastRow;
801 lastRow = 0;
816 if (lastRow < vals->ranges[i].max_char_high)
817 lastRow = vals->ranges[i].max_char_high;
820 if (firstCol > lastCol || firstRow > lastRow)
829 if (lastRow > opfi->lastRow)
830 lastRow = opfi->lastRow;
837 lastRow = opfi->lastRow;
846 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
848 pfi->lastRow = lastRow;
1072 if (pfi->firstRow <= r && r <= pfi->lastRow &&
1460 int firstCol, lastCol, firstRow, lastRow;
1476 lastRow = pfi->lastRow;
1478 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
1663 (pFont->info.lastRow - pFont->info.firstRow + 1);