Lines Matching defs:lastCol
759 int firstCol, lastCol, firstRow, lastRow;
763 #define OLDINDEX(i) (((i)/(lastCol - firstCol + 1) + \
765 (opf->info.lastCol - opf->info.firstCol + 1) + \
766 (i)%(lastCol - firstCol + 1) + \
799 lastCol = 0;
808 lastCol = opfi->lastCol;
812 if (lastCol < vals->ranges[i].max_char_low)
813 lastCol = vals->ranges[i].max_char_low;
820 if (firstCol > lastCol || firstRow > lastRow)
825 if (lastCol > opfi->lastCol)
826 lastCol = opfi->lastCol;
835 lastCol = opfi->lastCol;
846 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
850 pfi->lastCol = lastCol;
920 int row = i / (lastCol - firstCol + 1) + firstRow;
921 int col = i % (lastCol - firstCol + 1) + firstCol;
1073 pfi->firstCol <= c && c <= pfi->lastCol) {
1074 cols = pfi->lastCol - pfi->firstCol + 1;
1460 int firstCol, lastCol, firstRow, lastRow;
1474 lastCol = pfi->lastCol;
1478 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
1662 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *