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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c395 XRectangle *xRects; local
405 xRects = &sRects[0];
407 xRects = (XRectangle *) malloc(sizeof(XRectangle) * rectCnt);
408 if (xRects == NULL) {
415 if (xRects != &sRects[0]) {
416 free(xRects);
422 xRects[i].x = rects[i*4 + 0];
423 xRects[i].y = rects[i*4 + 1];
424 xRects[i].width = rects[i*4 + 2];
425 xRects[
935 XRectangle *xRects; local
962 XFillRectangles(awt_display, (Drawable) dst, (GC) jlong_to_ptr(gc), xRects, rectCnt); local
[all...]

Completed in 65 milliseconds