Lines Matching defs:firstRow
68 pfi->firstCol = pfi->firstRow;
69 pfi->firstRow = n;
221 firstrow = pfi->firstRow;
377 full_range[0].min_char_high = pfont->info.firstRow;
392 ((row - pfont->info.firstRow) *
418 unsigned int firstRow;
460 if (pFont->info.firstRow > 0)
503 firstRow = pFont->info.firstRow;
504 numRows = pFont->info.lastRow - firstRow + 1;
506 r = (*chars++) - firstRow;
530 unsigned int firstRow;
555 if (pFont->info.firstRow > 0)
598 firstRow = pFont->info.firstRow;
599 numRows = pFont->info.lastRow - firstRow + 1;
601 r = (*chars++) - firstRow;