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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerInterleavedRaster.java456 public WritableRaster createWritableChild (int x, int y, method in class:IntegerInterleavedRaster
514 return createWritableChild(x, y, width, height, x0, y0, bandList);
H A DShortInterleavedRaster.java679 WritableRaster newRaster = createWritableChild(x, y,
705 public WritableRaster createWritableChild(int x, int y, method in class:ShortInterleavedRaster
H A DByteBandedRaster.java646 public WritableRaster createWritableChild (int x, int y, method in class:ByteBandedRaster
705 return createWritableChild(x, y, width, height, x0, y0, bandList);
H A DByteComponentRaster.java772 WritableRaster newRaster = createWritableChild(x, y,
798 public WritableRaster createWritableChild(int x, int y, method in class:ByteComponentRaster
H A DByteInterleavedRaster.java1208 WritableRaster newRaster = createWritableChild(x, y,
1234 public WritableRaster createWritableChild(int x, int y, method in class:ByteInterleavedRaster
H A DBytePackedRaster.java1270 WritableRaster newRaster = createWritableChild(x, y,
1295 public WritableRaster createWritableChild(int x, int y, method in class:BytePackedRaster
H A DIntegerComponentRaster.java544 public WritableRaster createWritableChild (int x, int y, method in class:IntegerComponentRaster
602 return createWritableChild(x, y, width, height, x0, y0, bandList);
H A DShortBandedRaster.java644 public WritableRaster createWritableChild(int x, int y, method in class:ShortBandedRaster
704 return createWritableChild(x, y, width, height, x0, y0, bandList);
H A DShortComponentRaster.java707 WritableRaster newRaster = createWritableChild(x, y,
733 public WritableRaster createWritableChild(int x, int y, method in class:ShortComponentRaster
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRaster.java158 return createWritableChild(minX,minY,width,height,
217 public WritableRaster createWritableChild(int parentX, int parentY, method in class:WritableRaster

Completed in 43 milliseconds