Lines Matching defs:firstRow
762 int firstCol, lastCol, firstRow, lastRow;
767 firstRow - opf->info.firstRow) * \
803 firstRow = 255;
817 if (firstRow > vals->ranges[i].min_char_high)
818 firstRow = vals->ranges[i].min_char_high;
823 if (firstCol > lastCol || firstRow > lastRow)
830 if (firstRow < opfi->firstRow)
831 firstRow = opfi->firstRow;
839 firstRow = opfi->firstRow;
849 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
850 pfi->firstRow = firstRow;
923 int row = i / (lastCol - firstCol + 1) + firstRow;
1075 if (pfi->firstRow <= r && r <= pfi->lastRow &&
1078 r = r - pfi->firstRow;
1463 int firstCol, lastCol, firstRow, lastRow;
1478 firstRow = pfi->firstRow;
1481 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
1666 (pFont->info.lastRow - pFont->info.firstRow + 1);