Lines Matching refs:firstCol
232 int nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
323 pFont->info.firstCol = 256;
375 if (char_col < pFont->info.firstCol)
376 pFont->info.firstCol = char_col;
510 (pFont->info.lastCol - pFont->info.firstCol + 1);
524 i += pFont->info.lastCol - pFont->info.firstCol + 1;
527 for (char_col = pFont->info.firstCol;
868 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
869 unsigned int cols = pFont->info.lastCol - pFont->info.firstCol + 1;
871 c = c - pFont->info.firstCol;