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

/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DCompositePipe.java41 public boolean needTile(Object context, int x, int y, int w, int h); method in interface:CompositePipe
H A DAlphaColorPipe.java46 public boolean needTile(Object context, int x, int y, int w, int h) { method in class:AlphaColorPipe
H A DSpanClipRenderer.java74 public boolean needTile(Object ctx, int x, int y, int w, int h) { method in class:SpanClipRenderer
76 return (outpipe.needTile(context.outcontext, x, y, w, h));
H A DTextRenderer.java80 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1))
H A DAAShapePipe.java188 if (a == 0x00 || !outpipe.needTile(context, x, y, w, h)) {
H A DGeneralCompositePipe.java76 public boolean needTile(Object ctx, int x, int y, int w, int h) { method in class:GeneralCompositePipe
H A DAlphaPaintPipe.java92 public boolean needTile(Object context, int x, int y, int w, int h) { method in class:AlphaPaintPipe

Completed in 53 milliseconds