Lines Matching refs:firstCol
238 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
333 pFont->info.firstCol = 256;
384 if (char_col < pFont->info.firstCol)
385 pFont->info.firstCol = char_col;
514 (pFont->info.lastCol - pFont->info.firstCol + 1);
529 i += pFont->info.lastCol - pFont->info.firstCol + 1;
531 for (char_col = pFont->info.firstCol;
872 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
873 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
875 c = c - pFont->info.firstCol;