Searched refs:MINSHORT (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitmaputil.c41 #ifndef MINSHORT
42 #define MINSHORT -32768 macro
48 MINSHORT, MINSHORT, MINSHORT, MINSHORT, MINSHORT, 0x0000};
92 maxOverlap = MINSHORT;
117 maxOverlap = MINSHORT;
H A Dbitscale.c879 #undef MINSHORT
880 #define MINSHORT -32768 macro
901 pfi->maxbounds.leftSideBearing = MINSHORT;
902 pfi->maxbounds.rightSideBearing = MINSHORT;
903 pfi->maxbounds.ascent = MINSHORT;
904 pfi->maxbounds.descent = MINSHORT;
905 pfi->maxbounds.characterWidth = MINSHORT;
906 pfi->maxbounds.attributes = MINSHORT;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitmaputil.c43 #ifndef MINSHORT
44 #define MINSHORT -32768 macro
50 MINSHORT, MINSHORT, MINSHORT, MINSHORT, MINSHORT, 0x0000};
94 maxOverlap = MINSHORT;
119 maxOverlap = MINSHORT;
H A Dbitscale.c876 #undef MINSHORT
877 #define MINSHORT -32768 macro
898 pfi->maxbounds.leftSideBearing = MINSHORT;
899 pfi->maxbounds.rightSideBearing = MINSHORT;
900 pfi->maxbounds.ascent = MINSHORT;
901 pfi->maxbounds.descent = MINSHORT;
902 pfi->maxbounds.characterWidth = MINSHORT;
903 pfi->maxbounds.attributes = MINSHORT;
/xsrc/external/mit/bdftopcf/dist/
H A Dbitmaputil.c41 #ifndef MINSHORT
42 #define MINSHORT -32768 macro
50 MINSHORT, MINSHORT, MINSHORT, MINSHORT, MINSHORT, 0x0000
93 maxOverlap = MINSHORT;
118 maxOverlap = MINSHORT;
/xsrc/external/mit/xorg-server/dist/render/
H A Dmitrap.c53 box->y2 = MINSHORT;
55 box->x2 = MINSHORT;
H A Dglyph.c507 extents->x2 = MINSHORT;
509 extents->y2 = MINSHORT;
518 if (x1 < MINSHORT)
519 x1 = MINSHORT;
521 if (y1 < MINSHORT)
522 y1 = MINSHORT;
H A Dmipict.c227 #define BOUND(v) (INT16) ((v) < MINSHORT ? MINSHORT : (v) > MAXSHORT ? MAXSHORT : (v))
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dmisc.h160 #if !defined(MAXSHORT) || !defined(MINSHORT) || \
170 #undef MINSHORT
171 #define MINSHORT SHRT_MIN macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dmisc.h156 #if !defined(MAXSHORT) || !defined(MINSHORT) || \
166 #undef MINSHORT
167 #define MINSHORT SHRT_MIN macro
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c606 extents->x2 = MINSHORT;
608 extents->y2 = MINSHORT;
619 if (x1 < MINSHORT)
620 x1 = MINSHORT;
622 if (y1 < MINSHORT)
623 y1 = MINSHORT;
679 if (x1 < MINSHORT)
680 x1 = MINSHORT;
682 if (y1 < MINSHORT)
683 y1 = MINSHORT;
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c549 extents->x2 = MINSHORT;
551 extents->y2 = MINSHORT;
562 if (x1 < MINSHORT)
563 x1 = MINSHORT;
565 if (y1 < MINSHORT)
566 y1 = MINSHORT;
H A Dmitrap.c101 box->y2 = MINSHORT;
103 box->x2 = MINSHORT;
H A Dmipict.c267 #define BOUND(v) (INT16) ((v) < MINSHORT ? MINSHORT : (v) > MAXSHORT ? MAXSHORT : (v))
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c327 x2 = y2 = MINSHORT;
357 extents->x1 = x1 < MINSHORT ? MINSHORT : x1;
359 extents->y1 = y1 < MINSHORT ? MINSHORT : y1;
397 if (x1 < MINSHORT)
398 x1 = MINSHORT;
400 if (y1 < MINSHORT)
401 y1 = MINSHORT;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c327 x2 = y2 = MINSHORT;
357 extents->x1 = x1 < MINSHORT ? MINSHORT : x1;
359 extents->y1 = y1 < MINSHORT ? MINSHORT : y1;
397 if (x1 < MINSHORT)
398 x1 = MINSHORT;
400 if (y1 < MINSHORT)
401 y1 = MINSHORT;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c314 x2 = y2 = MINSHORT;
344 extents->x1 = x1 < MINSHORT ? MINSHORT : x1;
346 extents->y1 = y1 < MINSHORT ? MINSHORT : y1;
384 if (x1 < MINSHORT)
385 x1 = MINSHORT;
387 if (y1 < MINSHORT)
388 y1 = MINSHORT;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXregion.h62 #define MINSHORT -MAXSHORT macro
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c655 extents->x2 = MINSHORT;
657 extents->y2 = MINSHORT;
668 if (x1 < MINSHORT)
669 x1 = MINSHORT;
671 if (y1 < MINSHORT)
672 y1 = MINSHORT;
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c642 extents->x2 = MINSHORT;
644 extents->y2 = MINSHORT;
653 if (x1 < MINSHORT)
654 x1 = MINSHORT;
656 if (y1 < MINSHORT)
657 y1 = MINSHORT;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmispans.c74 spanGroup->ymax = MINSHORT;
526 spanGroup->ymax = MINSHORT;
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGeom.c40 #ifndef MINSHORT
41 #define MINSHORT -32768 macro
73 shape->bounds.x2 = shape->bounds.y2 = MINSHORT;
105 bounds->x2 = bounds->y2 = MINSHORT;
H A DXKBSetGeom.c39 #ifndef MINSHORT
40 #define MINSHORT -32768 macro
/xsrc/external/mit/libX11/dist/src/
H A DPolyReg.c427 extents->x1 = MAXSHORT, extents->x2 = MINSHORT;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c318 x2 = y2 = MINSHORT;
351 extents->x1 = x1 > MINSHORT ? x1 : MINSHORT;
352 extents->y1 = y1 > MINSHORT ? y1 : MINSHORT;

Completed in 25 milliseconds

12