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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java495 Rectangle clippedCopyAreaRect = clipCopyArea(sg2d, x, y, w, h, dx, dy);
501 // the rectangle returned from clipCopyArea() is in the coordinate space of the surface (image)
H A DOSXSurfaceData.java1100 protected Rectangle clipCopyArea(SunGraphics2D sg2d, int x, int y, int w, int h, int dx, int dy) { method in class:OSXSurfaceData

Completed in 36 milliseconds