Searched refs:lastcol (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsconvert.c | 211 register unsigned long firstrow, lastrow, firstcol, lastcol; local in function:fs_build_range 222 lastcol = pfi->lastCol; 228 row = loc / (lastcol - firstcol + 1) + firstrow; 229 col = loc % (lastcol - firstcol + 1) + firstcol; 246 if (col >= firstcol && col <= lastcol && 253 if (col2 > lastcol) col2 = lastcol; 281 fullrange[0].max_char_low = lastcol; 300 col2 = lastcol; 305 if (col2 > lastcol) col [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsconvert.c | 213 register unsigned long firstrow, lastrow, firstcol, lastcol; local in function:fs_build_range 224 lastcol = pfi->lastCol; 230 row = loc / (lastcol - firstcol + 1) + firstrow; 231 col = loc % (lastcol - firstcol + 1) + firstcol; 248 if (col >= firstcol && col <= lastcol && 255 if (col2 > lastcol) col2 = lastcol; 283 fullrange[0].max_char_low = lastcol; 302 col2 = lastcol; 307 if (col2 > lastcol) col [all...] |
| /xsrc/external/mit/xdpyinfo/dist/ |
| H A D | xdpyinfo.c | 157 static int print_event_mask(char *buf, int lastcol, int indent, long mask); 572 int lastcol, /* strlen(buf)+1 */ 579 buf[0] = buf[lastcol] = '\0'; /* just in case */ 587 if (len + MASK_NAME_WIDTH > lastcol) { 571 print_event_mask(char * buf,int lastcol,int indent,long mask) argument
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | button.c | 5194 const int lastcol = LastTextCol(screen, ld, row); local in function:Length 5196 if (ecol > lastcol) 5197 ecol = lastcol;
|
Completed in 11 milliseconds