Lines Matching defs:firstCol
67 n = pfi->firstCol;
68 pfi->firstCol = pfi->firstRow;
223 firstcol = pfi->firstCol;
376 full_range[0].min_char_low = pfont->info.firstCol;
394 pfont->info.firstCol + 1) +
396 pfont->info.firstCol);
416 unsigned int firstCol;
432 firstCol = pFont->info.firstCol;
433 numCols = pFont->info.lastCol - firstCol + 1;
464 c = (*chars++) - firstCol;
472 c = (*chars++) - firstCol;
484 c = (c | *chars++) - firstCol;
493 c = (c | *chars++) - firstCol;
507 c = (*chars++) - firstCol;
528 unsigned int firstCol;
544 firstCol = pFont->info.firstCol;
545 numCols = pFont->info.lastCol - firstCol + 1;
559 c = (*chars++) - firstCol;
567 c = (*chars++) - firstCol;
579 c = (c | *chars++) - firstCol;
588 c = (c | *chars++) - firstCol;
602 c = (*chars++) - firstCol;