Home | History | Annotate | Download | only in bitmap

Lines Matching defs:lastCol

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) + \
802 lastCol = 0;
811 lastCol = opfi->lastCol;
815 if (lastCol < vals->ranges[i].max_char_low)
816 lastCol = vals->ranges[i].max_char_low;
823 if (firstCol > lastCol || firstRow > lastRow)
828 if (lastCol > opfi->lastCol)
829 lastCol = opfi->lastCol;
838 lastCol = opfi->lastCol;
849 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
853 pfi->lastCol = lastCol;
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;
1463 int firstCol, lastCol, firstRow, lastRow;
1477 lastCol = pfi->lastCol;
1481 nchars = (lastRow - firstRow + 1) * (lastCol - firstCol + 1);
1665 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *