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

/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java208 protected X11Renderer x11pipe; field in class:X11SurfaceData
378 sg2d.fillpipe = x11pipe;
380 sg2d.drawpipe = x11pipe;
381 sg2d.fillpipe = x11pipe;
383 sg2d.shapepipe = x11pipe;
484 if (x11pipe == null) {
501 x11pipe.devCopyArea(getNativeOps(), xgc,
706 if (x11pipe == null) {
713 x11pipe = X11Renderer.getInstance();
714 x11txpipe = new PixelToShapeConverter(x11pipe);
[all...]

Completed in 31 milliseconds