Home | History | Annotate | Download | only in fc

Lines Matching defs:firstCol

67 	n = pfi->firstCol;
68 pfi->firstCol = pfi->firstRow;
213 register unsigned long firstrow, lastrow, firstcol, lastcol;
223 firstcol = pfi->firstCol;
230 row = loc / (lastcol - firstcol + 1) + firstrow;
231 col = loc % (lastcol - firstcol + 1) + firstcol;
248 if (col >= firstcol && col <= lastcol &&
249 GLYPH_UNDEFINED(col - firstcol))
254 if (col1 < firstcol) col1 = firstcol;
261 if (!GLYPH_UNDEFINED(col - firstcol)) continue;
266 encoding[col - firstcol].bits = &_fs_glyph_requested;
281 fullrange[0].min_char_low = firstcol;
306 if (col1 < firstcol) col1 = firstcol;
312 col1 < firstcol || col1 > lastcol)
318 loc = (row - firstrow) * (lastcol + 1 - firstcol) +
319 (col1 - firstcol);
325 (((col1 & 0xf) && col1 > firstcol) ||
334 if (col1 < firstcol) col1 = 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;