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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToShapeConverter.java44 ShapeDrawPipe outpipe; field in class:PixelToShapeConverter
47 outpipe = pipe;
52 outpipe.draw(sg, new Line2D.Float(x1, y1, x2, y2));
57 outpipe.draw(sg, new Rectangle(x, y, w, h));
62 outpipe.fill(sg, new Rectangle(x, y, w, h));
68 outpipe.draw(sg, new RoundRectangle2D.Float(x, y, w, h, aW, aH));
74 outpipe.fill(sg, new RoundRectangle2D.Float(x, y, w, h, aW, aH));
79 outpipe.draw(sg, new Ellipse2D.Float(x, y, w, h));
84 outpipe.fill(sg, new Ellipse2D.Float(x, y, w, h));
90 outpipe
[all...]
H A DTextRenderer.java42 CompositePipe outpipe; field in class:TextRenderer
45 outpipe = pipe;
62 ctx = outpipe.startSequence(sg2d, s, r, bounds);
83 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1))
86 outpipe.renderPathTile(ctx, alpha, off, w,
89 outpipe.skipTile(ctx, gx1, gy1);
94 outpipe.endSequence(ctx);
H A DSpanClipRenderer.java40 CompositePipe outpipe; field in class:SpanClipRenderer
52 outpipe = pipe;
72 return new SCRcontext(ri, outpipe.startSequence(sg, s, devR, abox));
77 return (outpipe.needTile(context.outcontext, x, y, w, h));
116 outpipe.renderPathTile(context.outcontext,
134 outpipe.skipTile(context.outcontext, x, y);
139 outpipe.endSequence(context.outcontext);
H A DAAShapePipe.java48 CompositePipe outpipe; field in class:AAShapePipe
51 outpipe = pipe;
168 context = outpipe.startSequence(sg, s,
187 outpipe.needTile(context, x, y, w, h) == false)
190 outpipe.skipTile(context, x, y);
201 outpipe.renderPathTile(context, atile, 0, tw,
208 outpipe.endSequence(context);
H A DPixelToParallelogramConverter.java148 outpipe.draw(sg2d, s);
164 outpipe.fill(sg2d, s);

Completed in 561 milliseconds