Searched refs:ShortInterleavedRaster (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DShortInterleavedRaster.java50 * ShortInterleavedRaster using a SinglePixelPackedSampleModel and
55 public class ShortInterleavedRaster extends ShortComponentRaster { class in inherits:ShortComponentRaster
64 * Constructs a ShortInterleavedRaster with the given SampleModel.
72 public ShortInterleavedRaster(SampleModel sampleModel, Point origin) { method in class:ShortInterleavedRaster
84 * Constructs a ShortInterleavedRaster with the given SampleModel
94 public ShortInterleavedRaster(SampleModel sampleModel, method in class:ShortInterleavedRaster
108 * Constructs a ShortInterleavedRaster with the given SampleModel,
125 public ShortInterleavedRaster(SampleModel sampleModel, method in class:ShortInterleavedRaster
129 ShortInterleavedRaster parent) {
500 // if (inRaster instanceof ShortInterleavedRaster) {
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRaster.java42 import sun.awt.image.ShortInterleavedRaster;
651 return new ShortInterleavedRaster(csm, dataBuffer, location);
782 return new ShortInterleavedRaster(sppsm, dataBuffer, location);
897 return new ShortInterleavedRaster(sm, db, location);
905 return new ShortInterleavedRaster(sm, db, location);
983 return new ShortInterleavedRaster(sm, db, location);
991 return new ShortInterleavedRaster(sm, db, location);

Completed in 35 milliseconds