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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawLine.c88 #define OverflowsSmall(v) ((v) != (((v) << 17) >> 17)) macro
365 if (OverflowsSmall(_x1) || OverflowsSmall(_y1) ||
366 OverflowsSmall(_x2) || OverflowsSmall(_y2))

Completed in 29 milliseconds