Searched refs:max_byte1 (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DTextExt.c84 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 DTextExt16.c58 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 DFontInfo.c128 fs->max_byte1 = reply.maxByte1;
H A DFont.c231 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 Dglx_usefont.c61 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 Dxfont.c65 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 Dxfonts.c60 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 Dglx_usefont.c61 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 Dxfont.c65 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 Dxfonts.c59 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 Dxuserotfont.c136 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 Dcapturexfont.c101 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 Dxlsfonts.c335 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 DomXChar.c297 if (font_set->font->min_byte1 || font_set->font->max_byte1)
H A DomGeneric.c276 if (font_set->font->min_byte1 || font_set->font->max_byte1)
/xsrc/external/mit/xfd/dist/
H A Dgrid.c232 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 Dxfd.c381 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 Ddo_text.c136 rows = font->max_byte1 - font->min_byte1 + 1;
149 brows = bfont->max_byte1 - bfont->min_byte1 + 1;
/xsrc/external/mit/xterm/dist/
H A Dfontutils.c91 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 DXlibint.h744 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \
H A DXlib.h1038 unsigned max_byte1; /* last row that exists */ member in struct:__anonf1b122fa3a08
/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c1257 if (font->min_byte1 || font->max_byte1) {

Completed in 38 milliseconds