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

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackend.java72 public void setGCForeground(long gc, int pixel); method in interface:XRBackend
H A DMaskTileManager.java83 con.setGCForeground(drawLineGC, 255);
87 con.setGCForeground(clearLineGC, 0);
H A DXRSurfaceData.java323 renderQueue.setGCForeground(xgc, validatedGCForegroundPixel);
466 renderQueue.setGCForeground(xgc, pixel ^ xorpixelmod);
H A DXRBackendNative.java71 public native void setGCForeground(long gc, int pixel); method in class:XRBackendNative

Completed in 35 milliseconds