Searched refs:firstrow (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c211 register unsigned long firstrow, lastrow, firstcol, lastcol; local in function:fs_build_range
219 firstrow = pfi->firstRow;
228 row = loc / (lastcol - firstcol + 1) + firstrow;
242 if (firstrow != 0) return AccessDone;
278 fullrange[0].min_char_high = firstrow;
302 if (row1 < firstrow) row1 = firstrow;
309 if (row1 < firstrow || row1 > lastrow ||
316 loc = (row - firstrow) * (lastcol + 1 - firstcol) +
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c213 register unsigned long firstrow, lastrow, firstcol, lastcol; local in function:fs_build_range
221 firstrow = pfi->firstRow;
230 row = loc / (lastcol - firstcol + 1) + firstrow;
244 if (firstrow != 0) return AccessDone;
280 fullrange[0].min_char_high = firstrow;
304 if (row1 < firstrow) row1 = firstrow;
311 if (row1 < firstrow || row1 > lastrow ||
318 loc = (row - firstrow) * (lastcol + 1 - firstcol) +
/xsrc/external/mit/xterm/dist/
H A Dbutton.c3036 int firstrow,
3048 boundsCheck(firstrow);
3050 screen->firstValidRow = firstrow;
3033 TrackMouse(XtermWidget xw,int func,const CELL * start,int firstrow,int lastrow) argument

Completed in 10 milliseconds