Searched defs:canSourceSendExposures (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java302 public abstract boolean canSourceSendExposures(int x, int y, int w, int h); method in class:XRSurfaceData
345 boolean needExposures = canSourceSendExposures(x, y, w, h);
526 public boolean canSourceSendExposures(int x, int y, int w, int h) { method in class:XRSurfaceData.XRWindowSurfaceData
561 public boolean canSourceSendExposures(int x, int y, int w, int h) { method in class:XRSurfaceData.XRInternalSurfaceData
629 public boolean canSourceSendExposures(int x, int y, int w, int h) { method in class:XRSurfaceData.XRPixmapSurfaceData
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java479 public abstract boolean canSourceSendExposures(int x, int y, int w, int h); method in class:X11SurfaceData
499 boolean needExposures = canSourceSendExposures(x, y, w, h);
739 public boolean canSourceSendExposures(int x, int y, int w, int h) { method in class:X11SurfaceData.X11WindowSurfaceData
794 public boolean canSourceSendExposures(int x, int y, int w, int h) { method in class:X11SurfaceData.X11PixmapSurfaceData

Completed in 35 milliseconds