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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRaster.java85 * explicit construction or by the use of the createChild and
90 * createChild, getParent will return null.
108 * The createChild method may be used to create a new Raster
1255 return createChild(minX,minY,width,height,
1311 public Raster createChild(int parentX, int parentY, method in class:Raster
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerInterleavedRaster.java510 public Raster createChild (int x, int y, method in class:IntegerInterleavedRaster
H A DByteBandedRaster.java701 public Raster createChild (int x, int y, method in class:ByteBandedRaster
H A DIntegerComponentRaster.java598 public Raster createChild (int x, int y, method in class:IntegerComponentRaster
H A DShortBandedRaster.java700 public Raster createChild (int x, int y, method in class:ShortBandedRaster
H A DShortInterleavedRaster.java676 public Raster createChild (int x, int y, method in class:ShortInterleavedRaster
H A DByteComponentRaster.java769 public Raster createChild(int x, int y, method in class:ByteComponentRaster
H A DShortComponentRaster.java704 public Raster createChild (int x, int y, method in class:ShortComponentRaster
H A DByteInterleavedRaster.java1205 public Raster createChild(int x, int y, method in class:ByteInterleavedRaster
H A DBytePackedRaster.java1267 public Raster createChild(int x, int y, method in class:BytePackedRaster
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageWriter.java406 srcRas = srcRas.createChild(srcRas.getMinX(),
1745 sourceLine = srcRas.createChild(sourceXOffset,
1759 sourceLine = srcRas.createChild(sourceXOffset,
1785 sourceLine = wr.createChild(wr.getMinX(), wr.getMinY(),
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageWriter.java211 inputRaster = inputRaster.createChild(inputRaster.getMinX(),
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DBlit.java175 Raster tmpSrcRas = srcRas.createChild(srcx + span[0], srcy + span[1],
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java820 ras = ras.createChild(minX, row, width, 1, minX, row,

Completed in 78 milliseconds