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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java1061 Rectangle dstCopyAreaRect = new Rectangle(); field in class:OSXSurfaceData
1117 dstCopyAreaRect.setBounds(srcCopyAreaRect.x + dx, srcCopyAreaRect.y + dy, srcCopyAreaRect.width, srcCopyAreaRect.height);
1118 intersection(dstCopyAreaRect, copyAreaBounds, dstCopyAreaRect);
1119 if ((dstCopyAreaRect.width <= 0) || (dstCopyAreaRect.height <= 0)) {
1124 x = dstCopyAreaRect.x - dx;
1125 y = dstCopyAreaRect.y - dy;
1126 w = dstCopyAreaRect.width;
1127 h = dstCopyAreaRect
[all...]

Completed in 33 milliseconds