| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | capturexfont.c | 100 first = (fontinfo->min_byte1 << 8) + fontinfo->min_char_or_byte2; 110 rows = fontinfo->max_byte1 - fontinfo->min_byte1 + 1; 155 fontinfo->min_byte1 > byte1 || 169 (byte1 - fontinfo->min_byte1) * pages + 210 (byte1 - fontinfo->min_byte1) * pages + 295 fontinfo->min_byte1 > byte1 || 307 (byte1 - fontinfo->min_byte1) * pages +
|
| /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)) 198 i = ((byte1 - fs->min_byte1) * pages) + 257 firstchar = (fs->min_byte1 << 8) + fs->min_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)) 202 i = ((byte1 - fs->min_byte1) * pages) + 268 firstchar = (fs->min_byte1 << 8) + fs->min_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)) 197 i = ((byte1 - fs->min_byte1) * pages) + 255 firstchar = (fs->min_byte1 << 8) + fs->min_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)) 198 i = ((byte1 - fs->min_byte1) * pages) + 257 firstchar = (fs->min_byte1 << 8) + fs->min_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)) 202 i = ((byte1 - fs->min_byte1) * pages) + 258 firstchar = (fs->min_byte1 << 8) + fs->min_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)) 196 i = ((byte1 - fs->min_byte1) * pages) + 254 firstchar = (fs->min_byte1 << 8) + fs->min_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)) 162 i = ((byte1 - fs->min_byte1) * pages) + 234 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; 236 rows = fs->max_byte1 - fs->min_byte1 + 1;
|
| /xsrc/external/mit/xlsfonts/dist/ |
| H A D | xlsfonts.c | 335 if (pfi->min_byte1 == 0 && pfi->max_byte1 == 0) { 340 printf("*%3d ", pfi->min_byte1); 631 saven = ((info->min_byte1 << 8) | info->min_char_or_byte2); 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/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; 197 *pbuf0++ = ch / columns + font->min_byte1; 200 *pbuf2++ = ch / columns + font->min_byte1; 205 *pbuf1++ = bch / bcolumns + bfont->min_byte1; 216 *pbuf0++ = ch / columns + font->min_byte1;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | TextExt.c | 49 * min_byte1 being zero ahead of time. 55 if (fs->min_byte1 == 0 && \
|
| H A D | FontInfo.c | 127 fs->min_byte1 = reply.minByte1;
|
| H A D | Font.c | 230 fs->min_byte1 = reply.minByte1; 474 fs->min_byte1 = reply.minByte1;
|
| /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 | xfd.c | 381 if ((!fs->min_byte1 && !fs->max_byte1) ? 383 (n >> 8 < fs->min_byte1 || n >> 8 > fs->max_byte1 ||
|
| H A D | grid.c | 192 return (fs->min_byte1 << 8) | (fs->min_char_or_byte2); 270 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \ 275 cs = &fs->per_char[((row - fs->min_byte1) * \
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlibint.h | 744 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \ 749 cs = &fs->per_char[((row - fs->min_byte1) * \
|
| H A D | Xlib.h | 1037 unsigned min_byte1; /* first row that exists */ member in struct:__anonf1b122fa3a08
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.c | 91 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \ 96 cs = &fs->per_char[((row - fs->min_byte1) * \ 221 if (fp->min_byte1 == 0 && fp->max_byte1 == 0) { 225 unsigned first = (fp->min_byte1 << 8) + fp->min_char_or_byte2; 1247 first_char = (fs->min_byte1 * 256) + fs->min_char_or_byte2; 1303 first_char = (fs->min_byte1 * 256) + fs->min_char_or_byte2; 1332 ReportFonts("\t\tmin_byte1: %u\n", fs->min_byte1);
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | xfontsel.c | 1257 if (font->min_byte1 || font->max_byte1) {
|