| /xsrc/external/mit/libX11/dist/src/ |
| H A D | TextExt.c | 84 Bool singlerow = (fs->max_byte1 == 0); /* optimization */ 154 Bool singlerow = (fs->max_byte1 == 0); /* optimization */ 200 Bool singlerow = (fs->max_byte1 == 0); /* optimization */
|
| H A D | TextExt16.c | 58 Bool singlerow = (fs->max_byte1 == 0); /* optimization */ 129 Bool singlerow = (fs->max_byte1 == 0); /* optimization */ 175 Bool singlerow = (fs->max_byte1 == 0); /* optimization */
|
| H A D | FontInfo.c | 128 fs->max_byte1 = reply.maxByte1;
|
| H A D | Font.c | 231 fs->max_byte1 = reply.maxByte1; 475 fs->max_byte1 = reply.maxByte1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_usefont.c | 61 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 172 rows = fs->max_byte1 - fs->min_byte1 + 1; 186 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 258 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; 259 rows = fs->max_byte1 - fs->min_byte1 + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | xfont.c | 65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 176 rows = fs->max_byte1 - fs->min_byte1 + 1; 190 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 269 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; 270 rows = fs->max_byte1 - fs->min_byte1 + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 60 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 171 rows = fs->max_byte1 - fs->min_byte1 + 1; 185 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 256 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; 257 rows = fs->max_byte1 - fs->min_byte1 + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_usefont.c | 61 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 172 rows = fs->max_byte1 - fs->min_byte1 + 1; 186 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 258 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; 259 rows = fs->max_byte1 - fs->min_byte1 + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | xfont.c | 65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 176 rows = fs->max_byte1 - fs->min_byte1 + 1; 190 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 259 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; 260 rows = fs->max_byte1 - fs->min_byte1 + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 59 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 170 rows = fs->max_byte1 - fs->min_byte1 + 1; 184 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 255 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; 256 rows = fs->max_byte1 - fs->min_byte1 + 1;
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xuserotfont.c | 136 rows = fs->max_byte1 - fs->min_byte1 + 1; 150 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 235 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; 236 rows = fs->max_byte1 - fs->min_byte1 + 1;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | capturexfont.c | 101 last = (fontinfo->max_byte1 << 8) + fontinfo->max_char_or_byte2; 110 rows = fontinfo->max_byte1 - fontinfo->min_byte1 + 1; 156 fontinfo->max_byte1 < byte1); 296 fontinfo->max_byte1 < byte1);
|
| /xsrc/external/mit/xlsfonts/dist/ |
| H A D | xlsfonts.c | 335 if (pfi->min_byte1 == 0 && pfi->max_byte1 == 0) { 341 printf("*%3d ", pfi->max_byte1); 632 for (j = info->min_byte1; j <= info->max_byte1; j++) { 663 ((info->min_byte1 == 0 && info->max_byte1 == 0) 666 info->min_byte1, info->max_byte1, 667 info->min_byte1, info->max_byte1);
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omXChar.c | 297 if (font_set->font->min_byte1 || font_set->font->max_byte1)
|
| H A D | omGeneric.c | 276 if (font_set->font->min_byte1 || font_set->font->max_byte1)
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | grid.c | 232 return (fs->max_byte1 << 8) | (fs->max_char_or_byte2); 270 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \ 303 if (fs->max_byte1 == 0) 595 if (fs && fs->max_byte1 == 0) {
|
| H A D | xfd.c | 381 if ((!fs->min_byte1 && !fs->max_byte1) ? 383 (n >> 8 < fs->min_byte1 || n >> 8 > fs->max_byte1 ||
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_text.c | 136 rows = font->max_byte1 - font->min_byte1 + 1; 149 brows = bfont->max_byte1 - bfont->min_byte1 + 1;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.c | 91 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \ 221 if (fp->min_byte1 == 0 && fp->max_byte1 == 0) { 226 unsigned last = (fp->max_byte1 << 8) + fp->max_char_or_byte2; 1243 if (fs->max_byte1 == 0) { 1248 last_char = (fs->max_byte1 * 256) + fs->max_char_or_byte2; 1299 if (fs->max_byte1 == 0) { 1304 last_char = (fs->max_byte1 * 256) + fs->max_char_or_byte2; 1333 ReportFonts("\t\tmax_byte1: %u\n", fs->max_byte1); 3880 } else if (fs->max_byte1 == 0) {
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlibint.h | 744 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \
|
| H A D | Xlib.h | 1038 unsigned max_byte1; /* last row that exists */ member in struct:__anonf1b122fa3a08
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | xfontsel.c | 1257 if (font->min_byte1 || font->max_byte1) {
|