Searched refs:getByteData (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteBandedRaster.java317 * byte[] bandData = raster.getByteData(x, y, w, h, null);
330 public byte[] getByteData(int x, int y, int w, int h, method in class:ByteBandedRaster
362 * byte[] bandData = raster.getByteData(x, y, w, h, null);
377 public byte[] getByteData(int x, int y, int w, int h, byte[] outData) { method in class:ByteBandedRaster
H A DBytePackedRaster.java290 return getByteData(x, y, w, h, (byte[])outData);
355 * byte[] byteData = getByteData(x, y, band, w, h, null);
368 public byte[] getByteData(int x, int y, int w, int h, method in class:BytePackedRaster
370 return getByteData(x, y, w, h, outData);
379 * byte[] byteData = raster.getByteData(x, y, w, h, null);
392 public byte[] getByteData(int x, int y, int w, int h, byte[] outData) { method in class:BytePackedRaster
H A DByteComponentRaster.java349 * byte[] bandData = raster.getByteData(x, y, w, h, null);
362 public byte[] getByteData(int x, int y, int w, int h, method in class:ByteComponentRaster
409 * byte[] bandData = raster.getByteData(x, y, w, h, null);
424 public byte[] getByteData(int x, int y, int w, int h, byte[] outData) { method in class:ByteComponentRaster
H A DByteInterleavedRaster.java364 return getByteData(x, y, w, h, (byte[])obj);
373 * byte[] bandData = raster.getByteData(x, y, w, h, null);
386 public byte[] getByteData(int x, int y, int w, int h, method in class:ByteInterleavedRaster
431 * byte[] bandData = raster.getByteData(x, y, w, h, null);
446 public byte[] getByteData(int x, int y, int w, int h, byte[] outData) { method in class:ByteInterleavedRaster

Completed in 40 milliseconds