Home | History | Annotate | Download | only in fc

Lines Matching defs:firstCol

65 	n = pfi->firstCol;
66 pfi->firstCol = pfi->firstRow;
211 register unsigned long firstrow, lastrow, firstcol, lastcol;
221 firstcol = pfi->firstCol;
228 row = loc / (lastcol - firstcol + 1) + firstrow;
229 col = loc % (lastcol - firstcol + 1) + firstcol;
246 if (col >= firstcol && col <= lastcol &&
247 GLYPH_UNDEFINED(col - firstcol))
252 if (col1 < firstcol) col1 = firstcol;
259 if (!GLYPH_UNDEFINED(col - firstcol)) continue;
264 encoding[col - firstcol].bits = &_fs_glyph_requested;
279 fullrange[0].min_char_low = firstcol;
304 if (col1 < firstcol) col1 = firstcol;
310 col1 < firstcol || col1 > lastcol)
316 loc = (row - firstrow) * (lastcol + 1 - firstcol) +
317 (col1 - firstcol);
323 (((col1 & 0xf) && col1 > firstcol) ||
332 if (col1 < firstcol) col1 = 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;