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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DValidatePipe.java62 sg.drawpipe.drawLine(sg, x1, y1, x2, y2);
69 sg.drawpipe.drawRect(sg, x, y, width, height);
84 sg.drawpipe.drawRoundRect(sg, x, y, width, height,
101 sg.drawpipe.drawOval(sg, x, y, width, height);
116 sg.drawpipe.drawArc(sg, x, y, width, height, startAngle, arcAngle);
132 sg.drawpipe.drawPolyline(sg, xPoints, yPoints, nPoints);
140 sg.drawpipe.drawPolygon(sg, xPoints, yPoints, nPoints);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java556 sg2d.drawpipe = paintViaShape;
580 sg2d.drawpipe = converter;
593 sg2d.drawpipe = converter;
597 sg2d.drawpipe = converter;
599 sg2d.drawpipe = colorPrimitives;
610 sg2d.drawpipe = AAClipCompViaShape;
615 sg2d.drawpipe = AACompViaShape;
621 sg2d.drawpipe = compViaShape;
635 sg2d.drawpipe = AAClipColorViaShape;
644 sg2d.drawpipe
[all...]
H A DNullSurfaceData.java69 sg2d.drawpipe = nullpipe;
H A DSunGraphics2D.java154 public PixelDrawPipe drawpipe; field in class:SunGraphics2D
391 drawpipe = invalidpipe;
2169 drawpipe.drawLine(this, x1, y1, x2, y2);
2173 drawpipe.drawLine(this, x1, y1, x2, y2);
2186 drawpipe.drawRoundRect(this, x, y, w, h, arcW, arcH);
2190 drawpipe.drawRoundRect(this, x, y, w, h, arcW, arcH);
2220 drawpipe.drawOval(this, x, y, w, h);
2224 drawpipe.drawOval(this, x, y, w, h);
2255 drawpipe.drawArc(this, x, y, w, h, startAngl, arcAngl);
2259 drawpipe
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java198 sg2d.drawpipe = gdiTxPipe;
201 sg2d.drawpipe = gdiTxPipe;
204 sg2d.drawpipe = gdiPipe;
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java484 sg2d.drawpipe = aaConverter;
498 sg2d.drawpipe = txPipe;
501 sg2d.drawpipe = txPipe;
504 sg2d.drawpipe = nonTxPipe;
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java613 sg2d.drawpipe = aaConverter;
627 sg2d.drawpipe = txPipe;
630 sg2d.drawpipe = txPipe;
633 sg2d.drawpipe = nonTxPipe;
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java310 sg2d.drawpipe = lazypipe;
374 sg2d.drawpipe = x11txpipe;
377 sg2d.drawpipe = x11txpipe;
380 sg2d.drawpipe = x11pipe;
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java158 sg2d.drawpipe = aaPixelToShapeConv;
163 sg2d.drawpipe = txPipe;
166 sg2d.drawpipe = txPipe;
169 sg2d.drawpipe = nonTxPipe;
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java92 sg2d.drawpipe = sQuartzPipe;
111 sg2d.drawpipe = sQuartzCompositePipe;

Completed in 44 milliseconds