Searched refs:MAXSHORT (Results 1 – 15 of 15) sorted by relevance
52 box->y1 = MAXSHORT; in miTrapezoidBounds()54 box->x1 = MAXSHORT; in miTrapezoidBounds()
507 extents->x1 = MAXSHORT; in GlyphExtents()509 extents->y1 = MAXSHORT; in GlyphExtents()525 if (x2 > MAXSHORT) in GlyphExtents()526 x2 = MAXSHORT; in GlyphExtents()528 if (y2 > MAXSHORT) in GlyphExtents()529 y2 = MAXSHORT; in GlyphExtents()
227 #define BOUND(v) (INT16) ((v) < MINSHORT ? MINSHORT : (v) > MAXSHORT ? MAXSHORT : (v))
154 #if !defined(MAXSHORT) || !defined(MINSHORT) || \162 #undef MAXSHORT163 #define MAXSHORT SHRT_MAX macro
641 extents->x1 = MAXSHORT; in GlyphExtents()643 extents->y1 = MAXSHORT; in GlyphExtents()659 if (x2 > MAXSHORT) in GlyphExtents()660 x2 = MAXSHORT; in GlyphExtents()662 if (y2 > MAXSHORT) in GlyphExtents()663 y2 = MAXSHORT; in GlyphExtents()
521 int x1 = MAXSHORT; in exaCompositeRects()522 int y1 = MAXSHORT; in exaCompositeRects()560 box.x2 = x2 < MAXSHORT ? x2 : MAXSHORT; in exaCompositeRects()562 box.y2 = y2 < MAXSHORT ? y2 : MAXSHORT; in exaCompositeRects()
1333 if ((x2 = x1 + (int) prect->width) > MAXSHORT) in RegionFromRects()1334 x2 = MAXSHORT; in RegionFromRects()1335 if ((y2 = y1 + (int) prect->height) > MAXSHORT) in RegionFromRects()1336 y2 = MAXSHORT; in RegionFromRects()1356 if ((x2 = x1 + (int) prect->width) > MAXSHORT) in RegionFromRects()1357 x2 = MAXSHORT; in RegionFromRects()1358 if ((y2 = y1 + (int) prect->height) > MAXSHORT) in RegionFromRects()1359 y2 = MAXSHORT; in RegionFromRects()
43 #define MAXSHORT SHRT_MAX macro
44 if (v > MAXSHORT) in bound()45 return MAXSHORT; in bound()
683 .x2 = MAXSHORT, in glamor_no_rendering_bounds()684 .y2 = MAXSHORT, in glamor_no_rendering_bounds()694 .x1 = MAXSHORT, in glamor_start_rendering_bounds()695 .y1 = MAXSHORT, in glamor_start_rendering_bounds()
83 CARD16 minWidth = MAXSHORT, minHeight = MAXSHORT; in RRScanOldConfig()
443 if ((int) stuff->x + (int) stuff->width > MAXSHORT) in ProcXFixesInvertRegion()444 bounds.x2 = MAXSHORT; in ProcXFixesInvertRegion()448 if ((int) stuff->y + (int) stuff->height > MAXSHORT) in ProcXFixesInvertRegion()449 bounds.y2 = MAXSHORT; in ProcXFixesInvertRegion()
116 spanGroup->ymin = MAXSHORT; in miInitSpanGroup()565 spanGroup->ymin = MAXSHORT; in miFillUniqueSpanGroup()
942 xMin = yMin = MAXSHORT; in miWideArc()