Lines Matching refs:firstCol
601 pFont->info.firstCol = pcfGetINT16(file, format);
607 if (pFont->info.firstCol > pFont->info.lastCol ||
609 pFont->info.lastCol-pFont->info.firstCol > 255) goto Bail;
611 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
667 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
668 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
670 c = c - pFont->info.firstCol;
742 pFontInfo->firstCol = pcfGetINT16(file, format);
748 if (pFontInfo->firstCol > pFontInfo->lastCol ||
750 pFontInfo->lastCol-pFontInfo->firstCol > 255) goto Bail;
752 nencoding = (pFontInfo->lastCol - pFontInfo->firstCol + 1) *
788 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *