Searched refs:createCompatibleSampleModel (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32ColorModel24.java68 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:Win32ColorModel24
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPixelInterleavedSampleModel.java126 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:PixelInterleavedSampleModel
H A DMultiPixelPackedSampleModel.java183 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:MultiPixelPackedSampleModel
335 SampleModel sm = createCompatibleSampleModel(width, height);
H A DPackedColorModel.java309 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:PackedColorModel
H A DBandedSampleModel.java133 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:BandedSampleModel
H A DSinglePixelPackedSampleModel.java218 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:SinglePixelPackedSampleModel
H A DColorModel.java1599 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:ColorModel
H A DComponentSampleModel.java301 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:ComponentSampleModel
H A DIndexColorModel.java1360 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:IndexColorModel
H A DRaster.java1184 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);
H A DComponentColorModel.java2830 SampleModel sm = createCompatibleSampleModel(w, h);
2850 public SampleModel createCompatibleSampleModel(int w, int h) { method in class:ComponentColorModel
H A DBufferedImage.java1446 SampleModel nsm = sm.createCompatibleSampleModel(rect.width,
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DIntegerNIORaster.java69 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DImageFactory.java77 SampleModel sm = ccm.createCompatibleSampleModel(WIDTH, HEIGHT);
123 SampleModel sm = dcm.createCompatibleSampleModel(WIDTH, HEIGHT);
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java185 this.sampleModel = colorModel.createCompatibleSampleModel(1, 1);
1039 return sampleModel.createCompatibleSampleModel(width, height);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerInterleavedRaster.java528 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);
H A DByteBandedRaster.java718 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);
H A DIntegerComponentRaster.java616 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);
H A DShortBandedRaster.java717 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);
H A DShortInterleavedRaster.java750 SampleModel sm = sampleModel.createCompatibleSampleModel(w, h);
H A DByteComponentRaster.java843 SampleModel sm = sampleModel.createCompatibleSampleModel(w, h);
H A DShortComponentRaster.java778 SampleModel sm = sampleModel.createCompatibleSampleModel(w, h);
H A DByteInterleavedRaster.java1279 SampleModel sm = sampleModel.createCompatibleSampleModel(w, h);
H A DBytePackedRaster.java1342 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageWriter.java195 sampleModel = sampleModel.createCompatibleSampleModel(w, h);

Completed in 125 milliseconds

12