Lines Matching defs:firstCol
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) + \
767 firstCol - opf->info.firstCol)
798 firstCol = 255;
807 firstCol = opfi->firstCol;
810 if (firstCol > vals->ranges[i].min_char_low)
811 firstCol = vals->ranges[i].min_char_low;
820 if (firstCol > lastCol || firstRow > lastRow)
823 if (firstCol < opfi->firstCol)
824 firstCol = opfi->firstCol;
834 firstCol = opfi->firstCol;
846 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
849 pfi->firstCol = firstCol;
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;
1076 c = c - pfi->firstCol;
1460 int firstCol, lastCol, firstRow, lastRow;
1473 firstCol = pfi->firstCol;
1478 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
1662 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *