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

/openjdk7/jdk/src/share/classes/sun/java2d/
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...]

Completed in 38 milliseconds