Searched refs:MAXSHORT (Results 1 - 25 of 56) sorted by relevance

123

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitmaputil.c37 #ifndef MAXSHORT
38 #define MAXSHORT 32767 macro
46 MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, 0xFFFF};
H A Dbitscale.c877 #undef MAXSHORT
878 #define MAXSHORT 32767 macro
894 pfi->minbounds.leftSideBearing = MAXSHORT;
895 pfi->minbounds.rightSideBearing = MAXSHORT;
896 pfi->minbounds.ascent = MAXSHORT;
897 pfi->minbounds.descent = MAXSHORT;
898 pfi->minbounds.characterWidth = MAXSHORT;
899 pfi->minbounds.attributes = MAXSHORT;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitmaputil.c39 #ifndef MAXSHORT
40 #define MAXSHORT 32767 macro
48 MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, 0xFFFF};
/xsrc/external/mit/bdftopcf/dist/
H A Dbitmaputil.c37 #ifndef MAXSHORT
38 #define MAXSHORT 32767 macro
46 MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, 0xFFFF
/xsrc/external/mit/xorg-server/dist/render/
H A Dmitrap.c52 box->y1 = MAXSHORT;
54 box->x1 = MAXSHORT;
H A Dglyph.c506 extents->x1 = MAXSHORT;
508 extents->y1 = MAXSHORT;
524 if (x2 > MAXSHORT)
525 x2 = MAXSHORT;
527 if (y2 > MAXSHORT)
528 y2 = MAXSHORT;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dmisc.h160 #if !defined(MAXSHORT) || !defined(MINSHORT) || \
168 #undef MAXSHORT
169 #define MAXSHORT SHRT_MAX macro
/xsrc/external/mit/libX11/dist/include/X11/
H A DXregion.h61 #define MAXSHORT 32767 macro
62 #define MINSHORT -MAXSHORT
/xsrc/external/mit/xorg-server/dist/include/
H A Dmisc.h156 #if !defined(MAXSHORT) || !defined(MINSHORT) || \
164 #undef MAXSHORT
165 #define MAXSHORT SHRT_MAX macro
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c605 extents->x1 = MAXSHORT;
607 extents->y1 = MAXSHORT;
625 if (x2 > MAXSHORT)
626 x2 = MAXSHORT;
628 if (y2 > MAXSHORT)
629 y2 = MAXSHORT;
685 if (x2 > MAXSHORT)
686 x2 = MAXSHORT;
688 if (y2 > MAXSHORT)
689 y2 = MAXSHORT;
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c548 extents->x1 = MAXSHORT;
550 extents->y1 = MAXSHORT;
568 if (x2 > MAXSHORT)
569 x2 = MAXSHORT;
571 if (y2 > MAXSHORT)
572 y2 = MAXSHORT;
H A Dmitrap.c100 box->y1 = MAXSHORT;
102 box->x1 = MAXSHORT;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c326 x1 = y1 = MAXSHORT;
358 extents->x2 = x2 > MAXSHORT ? MAXSHORT : x2;
360 extents->y2 = y2 > MAXSHORT ? MAXSHORT : y2;
403 if (x2 > MAXSHORT)
404 x2 = MAXSHORT;
406 if (y2 > MAXSHORT)
407 y2 = MAXSHORT;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c326 x1 = y1 = MAXSHORT;
358 extents->x2 = x2 > MAXSHORT ? MAXSHORT : x2;
360 extents->y2 = y2 > MAXSHORT ? MAXSHORT : y2;
403 if (x2 > MAXSHORT)
404 x2 = MAXSHORT;
406 if (y2 > MAXSHORT)
407 y2 = MAXSHORT;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video.h269 if (x >= MAXSHORT)
270 return MAXSHORT;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_compositerects.c44 if (v > MAXSHORT)
45 return MAXSHORT;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c313 x1 = y1 = MAXSHORT;
345 extents->x2 = x2 > MAXSHORT ? MAXSHORT : x2;
347 extents->y2 = y2 > MAXSHORT ? MAXSHORT : y2;
390 if (x2 > MAXSHORT)
391 x2 = MAXSHORT;
393 if (y2 > MAXSHORT)
394 y2 = MAXSHORT;
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrinfo.c84 CARD16 minWidth = MAXSHORT, minHeight = MAXSHORT;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrinfo.c83 CARD16 minWidth = MAXSHORT, minHeight = MAXSHORT;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregion.c1372 if ((x2 = x1 + (int) prect->width) > MAXSHORT)
1373 x2 = MAXSHORT;
1374 if ((y2 = y1 + (int) prect->height) > MAXSHORT)
1375 y2 = MAXSHORT;
1398 if ((x2 = x1 + (int) prect->width) > MAXSHORT)
1399 x2 = MAXSHORT;
1400 if ((y2 = y1 + (int) prect->height) > MAXSHORT)
1401 y2 = MAXSHORT;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dregion.c1334 if ((x2 = x1 + (int) prect->width) > MAXSHORT)
1335 x2 = MAXSHORT;
1336 if ((y2 = y1 + (int) prect->height) > MAXSHORT)
1337 y2 = MAXSHORT;
1357 if ((x2 = x1 + (int) prect->width) > MAXSHORT)
1358 x2 = MAXSHORT;
1359 if ((y2 = y1 + (int) prect->height) > MAXSHORT)
1360 y2 = MAXSHORT;
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c654 extents->x1 = MAXSHORT;
656 extents->y1 = MAXSHORT;
674 if (x2 > MAXSHORT)
675 x2 = MAXSHORT;
677 if (y2 > MAXSHORT)
678 y2 = MAXSHORT;
H A Dexa_render.c533 int x1 = MAXSHORT;
534 int y1 = MAXSHORT;
568 box.x2 = x2 < MAXSHORT ? x2 : MAXSHORT;
570 box.y2 = y2 < MAXSHORT ? y2 : MAXSHORT;
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c641 extents->x1 = MAXSHORT;
643 extents->y1 = MAXSHORT;
659 if (x2 > MAXSHORT)
660 x2 = MAXSHORT;
662 if (y2 > MAXSHORT)
663 y2 = MAXSHORT;
H A Dexa_render.c521 int x1 = MAXSHORT;
522 int y1 = MAXSHORT;
560 box.x2 = x2 < MAXSHORT ? x2 : MAXSHORT;
562 box.y2 = y2 < MAXSHORT ? y2 : MAXSHORT;

Completed in 30 milliseconds

123