Lines Matching refs:numCols
415 register unsigned int numCols;
431 numCols = pFont->info.lastCol - firstCol + 1;
463 if (c < numCols)
471 if (c < numCols && CHECK_ENCODING(c)->bits)
483 if (c < numCols)
492 if (c < numCols && CHECK_ENCODING(c)->bits)
506 if (r < numRows && c < numCols &&
507 CHECK_ENCODING(r * numCols + c)->bits)
527 register unsigned int numCols;
543 numCols = pFont->info.lastCol - firstCol + 1;
558 if (c < numCols)
566 if (c < numCols)
578 if (c < numCols)
587 if (c < numCols)
601 if (r < numRows && c < numCols)
602 *glyphs++ = (xCharInfo *)(encoding + (r * numCols + c));