Lines Matching defs:firstCol
65 n = pfi->firstCol;
66 pfi->firstCol = pfi->firstRow;
221 firstcol = pfi->firstCol;
374 full_range[0].min_char_low = pfont->info.firstCol;
392 pfont->info.firstCol + 1) +
394 pfont->info.firstCol);
414 unsigned int firstCol;
430 firstCol = pFont->info.firstCol;
431 numCols = pFont->info.lastCol - firstCol + 1;
462 c = (*chars++) - firstCol;
470 c = (*chars++) - firstCol;
482 c = (c | *chars++) - firstCol;
491 c = (c | *chars++) - firstCol;
505 c = (*chars++) - firstCol;
526 unsigned int firstCol;
542 firstCol = pFont->info.firstCol;
543 numCols = pFont->info.lastCol - firstCol + 1;
557 c = (*chars++) - firstCol;
565 c = (*chars++) - firstCol;
577 c = (c | *chars++) - firstCol;
586 c = (c | *chars++) - firstCol;
600 c = (*chars++) - firstCol;