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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c152 jint *xcoords, *ycoords; local
154 xcoords = (jint *)
156 if (xcoords == NULL) {
163 (*env)->ReleasePrimitiveArrayCritical(env, xcoordsArray, xcoords,
169 close = (xcoords[npoints - 1] != xcoords[0] ||
180 int oldx = CLAMP_TO_SHORT(xcoords[0] + transx);
188 int newx = CLAMP_TO_SHORT(xcoords[in] + transx);
208 (*env)->ReleasePrimitiveArrayCritical(env, xcoordsArray, xcoords,

Completed in 31 milliseconds