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

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java323 renderQueue.setGCForeground(xgc, validatedGCForegroundPixel);
386 private int validatedGCForegroundPixel = 0; field in class:XRSurfaceData
465 if (validatedGCForegroundPixel != pixel) {
467 validatedGCForegroundPixel = pixel;

Completed in 31 milliseconds