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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java49 protected static CompositeCRenderer sQuartzCompositePipe = null; field in class:OSXSurfaceData
102 if (sQuartzCompositePipe == null) {
103 sQuartzCompositePipe = new CompositeCRenderer();
110 sg2d.imagepipe = sQuartzCompositePipe;
111 sg2d.drawpipe = sQuartzCompositePipe;
112 sg2d.fillpipe = sQuartzCompositePipe;
113 sg2d.shapepipe = sQuartzCompositePipe;

Completed in 36 milliseconds