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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c44 #define CLAMP_TO_SHORT(x) (((x) > MAX_SHORT) \ macro
180 int oldx = CLAMP_TO_SHORT(xcoords[0] + transx);
181 int oldy = CLAMP_TO_SHORT(ycoords[0] + transy);
188 int newx = CLAMP_TO_SHORT(xcoords[in] + transx);
189 int newy = CLAMP_TO_SHORT(ycoords[in] + transy);
235 CLAMP_TO_SHORT(x1), CLAMP_TO_SHORT(y1),
236 CLAMP_TO_SHORT(x2), CLAMP_TO_SHORT(y2));
267 CLAMP_TO_SHORT(
[all...]

Completed in 30 milliseconds