Lines Matching refs:numCols
417 register unsigned int numCols;
433 numCols = pFont->info.lastCol - firstCol + 1;
465 if (c < numCols)
473 if (c < numCols && CHECK_ENCODING(c)->bits)
485 if (c < numCols)
494 if (c < numCols && CHECK_ENCODING(c)->bits)
508 if (r < numRows && c < numCols &&
509 CHECK_ENCODING(r * numCols + c)->bits)
529 register unsigned int numCols;
545 numCols = pFont->info.lastCol - firstCol + 1;
560 if (c < numCols)
568 if (c < numCols)
580 if (c < numCols)
589 if (c < numCols)
603 if (r < numRows && c < numCols)
604 *glyphs++ = (xCharInfo *)(encoding + (r * numCols + c));