Lines Matching refs:firstCol
599 pFont->info.firstCol = pcfGetINT16(file, format);
605 if (pFont->info.firstCol > pFont->info.lastCol ||
607 pFont->info.lastCol-pFont->info.firstCol > 255) goto Bail;
609 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
665 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
666 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
668 c = c - pFont->info.firstCol;
740 pFontInfo->firstCol = pcfGetINT16(file, format);
746 if (pFontInfo->firstCol > pFontInfo->lastCol ||
748 pFontInfo->lastCol-pFontInfo->firstCol > 255) goto Bail;
750 nencoding = (pFontInfo->lastCol - pFontInfo->firstCol + 1) *
786 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *