Home | History | Annotate | Download | only in bitmap

Lines Matching defs:lastCol

760     int		firstCol, lastCol, firstRow, lastRow;
764 #define OLDINDEX(i) (((i)/(lastCol - firstCol + 1) + \
766 (opf->info.lastCol - opf->info.firstCol + 1) + \
767 (i)%(lastCol - firstCol + 1) + \
800 lastCol = 0;
809 lastCol = opfi->lastCol;
813 if (lastCol < vals->ranges[i].max_char_low)
814 lastCol = vals->ranges[i].max_char_low;
821 if (firstCol > lastCol || firstRow > lastRow)
826 if (lastCol > opfi->lastCol)
827 lastCol = opfi->lastCol;
836 lastCol = opfi->lastCol;
847 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
851 pfi->lastCol = lastCol;
921 int row = i / (lastCol - firstCol + 1) + firstRow;
922 int col = i % (lastCol - firstCol + 1) + firstCol;
1074 pfi->firstCol <= c && c <= pfi->lastCol) {
1075 cols = pfi->lastCol - pfi->firstCol + 1;
1461 int firstCol, lastCol, firstRow, lastRow;
1475 lastCol = pfi->lastCol;
1479 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
1680 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *