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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DTranslucentWindowPainter.java299 protected abstract boolean updateWindowAccel(long psdops, int w, int h); argument
316 long psdops = as.getNativeOps();
317 arr[0] = updateWindowAccel(psdops, w, h);
339 protected boolean updateWindowAccel(long psdops, int w, int h) { argument
343 updateWindowAccelImpl(psdops, peer.getData(), w, h);
354 protected boolean updateWindowAccel(long psdops, int w, int h) { argument
358 updateWindowAccelImpl(psdops, peer, w, h);
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLSurfaceData.java246 * @param psdops pointer to the native ogl sd structure
252 public static native boolean updateWindowAccelImpl(long psdops, argument

Completed in 30 milliseconds