Lines Matching refs:firstCol
762 int firstCol, lastCol, firstRow, lastRow;
766 #define OLDINDEX(i) (((i)/(lastCol - firstCol + 1) + \
768 (opf->info.lastCol - opf->info.firstCol + 1) + \
769 (i)%(lastCol - firstCol + 1) + \
770 firstCol - opf->info.firstCol)
801 firstCol = 255;
810 firstCol = opfi->firstCol;
813 if (firstCol > vals->ranges[i].min_char_low)
814 firstCol = vals->ranges[i].min_char_low;
823 if (firstCol > lastCol || firstRow > lastRow)
826 if (firstCol < opfi->firstCol)
827 firstCol = opfi->firstCol;
837 firstCol = opfi->firstCol;
849 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
852 pfi->firstCol = firstCol;
923 int row = i / (lastCol - firstCol + 1) + firstRow;
924 int col = i % (lastCol - firstCol + 1) + firstCol;
1076 pfi->firstCol <= c && c <= pfi->lastCol) {
1077 cols = pfi->lastCol - pfi->firstCol + 1;
1079 c = c - pfi->firstCol;
1463 int firstCol, lastCol, firstRow, lastRow;
1476 firstCol = pfi->firstCol;
1481 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
1665 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *