Searched refs:MINSHORT (Results 1 – 10 of 10) sorted by relevance
39 #define MINSHORT SHRT_MIN macro47 #define HIBITS MINSHORT
53 box->y2 = MINSHORT; in miTrapezoidBounds()55 box->x2 = MINSHORT; in miTrapezoidBounds()
508 extents->x2 = MINSHORT; in GlyphExtents()510 extents->y2 = MINSHORT; in GlyphExtents()519 if (x1 < MINSHORT) in GlyphExtents()520 x1 = MINSHORT; in GlyphExtents()522 if (y1 < MINSHORT) in GlyphExtents()523 y1 = MINSHORT; in GlyphExtents()
227 #define BOUND(v) (INT16) ((v) < MINSHORT ? MINSHORT : (v) > MAXSHORT ? MAXSHORT : (v))
154 #if !defined(MAXSHORT) || !defined(MINSHORT) || \164 #undef MINSHORT165 #define MINSHORT SHRT_MIN macro
642 extents->x2 = MINSHORT; in GlyphExtents()644 extents->y2 = MINSHORT; in GlyphExtents()653 if (x1 < MINSHORT) in GlyphExtents()654 x1 = MINSHORT; in GlyphExtents()656 if (y1 < MINSHORT) in GlyphExtents()657 y1 = MINSHORT; in GlyphExtents()
523 int x2 = MINSHORT; in exaCompositeRects()524 int y2 = MINSHORT; in exaCompositeRects()
117 spanGroup->ymax = MINSHORT; in miInitSpanGroup()566 spanGroup->ymax = MINSHORT; in miFillUniqueSpanGroup()
943 xMax = yMax = MINSHORT; in miWideArc()