/openjdk7/jdk/src/share/classes/java/awt/image/ |
H A D | DataBufferUShort.java | 75 super(STABLE, TYPE_USHORT, size); 89 super(STABLE, TYPE_USHORT, size, numBanks); 113 super(UNTRACKABLE, TYPE_USHORT, size); 139 super(UNTRACKABLE, TYPE_USHORT, size, 1, offset); 167 super(UNTRACKABLE, TYPE_USHORT, size, dataArray.length); 201 super(UNTRACKABLE, TYPE_USHORT, size, dataArray.length, offsets);
|
H A D | Raster.java | 190 * and TYPE_USHORT. 232 * and TYPE_USHORT. 251 * <code>DataBuffer.TYPE_USHORT</code>. 269 case DataBuffer.TYPE_USHORT: 291 * <p> The only dataTypes supported currently are TYPE_BYTE, TYPE_USHORT, 340 * <p> The only dataTypes supported currently are TYPE_BYTE, TYPE_USHORT, 360 * <code>DataBuffer.TYPE_USHORT</code> 404 case DataBuffer.TYPE_USHORT: 431 * <p> The only dataTypes supported currently are TYPE_BYTE, TYPE_USHORT, 448 * <code>DataBuffer.TYPE_USHORT</cod [all...] |
H A D | MultiPixelPackedSampleModel.java | 42 * The data type can be DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, 100 * <code>DataBuffer.TYPE_USHORT</code>, or 113 dataType != DataBuffer.TYPE_USHORT && 140 * <code>DataBuffer.TYPE_USHORT</code>, or 149 dataType != DataBuffer.TYPE_USHORT && 206 case DataBuffer.TYPE_USHORT: 301 * DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, 309 return DataBuffer.TYPE_USHORT; 406 * DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, or DataBuffer.TYPE_INT 482 case DataBuffer.TYPE_USHORT [all...] |
H A D | DirectColorModel.java | 47 * DataBuffer.TYPE_USHORT, and DataBuffer.TYPE_INT. 138 * is the smallest of DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, 167 * is the smallest of DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, 210 * must be one of DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, or 505 case DataBuffer.TYPE_USHORT: 558 case DataBuffer.TYPE_USHORT: 611 case DataBuffer.TYPE_USHORT: 661 case DataBuffer.TYPE_USHORT: 709 case DataBuffer.TYPE_USHORT: 760 //DataBuffer.TYPE_USHORT an [all...] |
H A D | SinglePixelPackedSampleModel.java | 46 * {@link DataBuffer#TYPE_USHORT TYPE_USHORT}, 105 * <code>DataBuffer.TYPE_USHORT</code>, or 112 dataType != DataBuffer.TYPE_USHORT && 139 * <code>DataBuffer.TYPE_USHORT</code>, or 146 dataType != DataBuffer.TYPE_USHORT && 238 case DataBuffer.TYPE_USHORT: 386 case DataBuffer.TYPE_USHORT: 612 case DataBuffer.TYPE_USHORT:
|
H A D | IndexColorModel.java | 105 * <code>DataBuffer.TYPE_USHORT</code>. A single int pixel 154 * or <code>DataBuffer.TYPE_USHORT</code> that can hold a single pixel. 192 * or <code>DataBuffer.TYPE_USHORT</code> that can hold a 232 * or <code>DataBuffer.TYPE_USHORT</code> that can hold a single pixel. 270 * <code>DataBuffer.TYPE_BYTE</code> or <code>DataBuffer.TYPE_USHORT</code> 307 * <code>DataBuffer.TYPE_BYTE</code> or <code>DataBuffer.TYPE_USHORT</code> 396 * <code>DataBuffer.TYPE_USHORT</code>. 403 * <code>DataBuffer.TYPE_USHORT</code> 423 (transferType != DataBuffer.TYPE_USHORT)) { 425 "DataBuffer.TYPE_BYTE or DataBuffer.TYPE_USHORT"); [all...] |
H A D | ComponentColorModel.java | 70 * <CODE>DataBuffer.TYPE_BYTE</CODE>, <CODE>DataBuffer.TYPE_USHORT</CODE>, 161 * <CODE>DataBuffer.TYPE_USHORT</CODE>, or <CODE>DataBuffer.TYPE_INT</CODE> 208 * <CODE>DataBuffer.TYPE_BYTE</CODE>, <CODE>DataBuffer.TYPE_USHORT</CODE>, 254 * <CODE>DataBuffer.TYPE_USHORT</CODE>, or 258 * <CODE>DataBuffer.TYPE_USHORT</CODE>, 279 case DataBuffer.TYPE_USHORT: 306 * <CODE>DataBuffer.TYPE_BYTE</CODE>, <CODE>DataBuffer.TYPE_USHORT</CODE>, 336 * <CODE>DataBuffer.TYPE_USHORT</CODE>, 372 case DataBuffer.TYPE_USHORT: 533 case DataBuffer.TYPE_USHORT [all...] |
H A D | ColorModel.java | 76 * DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, 256 * smallest of DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, 619 * <code>DataBuffer.TYPE_USHORT</code>, or 640 case DataBuffer.TYPE_USHORT: 686 * <code>DataBuffer.TYPE_USHORT</code>, or 707 case DataBuffer.TYPE_USHORT: 753 * <code>DataBuffer.TYPE_USHORT</code>, or 774 case DataBuffer.TYPE_USHORT: 815 * <code>DataBuffer.TYPE_USHORT</code>, or 837 case DataBuffer.TYPE_USHORT [all...] |
H A D | BandedSampleModel.java | 59 * {@link DataBuffer#TYPE_USHORT TYPE_USHORT}, 193 case DataBuffer.TYPE_USHORT: 285 case DataBuffer.TYPE_USHORT: 617 case DataBuffer.TYPE_USHORT:
|
H A D | DataBuffer.java | 63 * image classes use TYPE_BYTE, TYPE_USHORT, TYPE_INT, TYPE_SHORT, 74 public static final int TYPE_USHORT = 1; field in class:DataBuffer
|
H A D | LookupOp.java | 376 if (db.getDataType() == db.TYPE_USHORT) { 395 transferType = DataBuffer.TYPE_USHORT;
|
H A D | ComponentSampleModel.java | 57 * <code>DataBuffer.TYPE_USHORT</code>, or <code>DataBuffer.TYPE_INT</code>, 67 * {@link DataBuffer#TYPE_USHORT TYPE_USHORT}, 417 case DataBuffer.TYPE_USHORT: 618 case DataBuffer.TYPE_USHORT: 951 case DataBuffer.TYPE_USHORT:
|
H A D | WritableRaster.java | 263 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT, 334 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT, 459 case DataBuffer.TYPE_USHORT:
|
H A D | RescaleOp.java | 268 datatype != DataBuffer.TYPE_USHORT) {
|
/openjdk7/jdk/src/share/classes/sun/awt/image/ |
H A D | WritableRasterNative.java | 81 dataType = DataBuffer.TYPE_USHORT; 94 dataType = DataBuffer.TYPE_USHORT;
|
H A D | OffScreenImageSource.java | 152 case DataBuffer.TYPE_USHORT:
|
H A D | PixelConverter.java | 79 case DataBuffer.TYPE_USHORT:
|
/openjdk7/jdk/test/java/awt/image/ |
H A D | IncorrectSampleMaskTest.java | 50 DataBuffer.TYPE_USHORT, 101 case DataBuffer.TYPE_USHORT: {
|
/openjdk7/jdk/test/java/awt/image/ConvolveOp/ |
H A D | EdgeNoOpCrash.java | 70 WritableRaster r = Raster.createInterleavedRaster(DataBuffer.TYPE_USHORT,
|
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/ |
H A D | ColConvTest.java | 66 case DataBuffer.TYPE_USHORT: 67 return "TYPE_USHORT";
|
H A D | ImageFactory.java | 115 DataBuffer.TYPE_USHORT); 120 DataBuffer.TYPE_USHORT); 182 } else if (data.getDataType() == DataBuffer.TYPE_USHORT) { 247 } else if (data.getDataType() == DataBuffer.TYPE_USHORT) {
|
H A D | ColConvCCMTest.java | 46 DataBuffer.TYPE_USHORT
|
/openjdk7/jdk/src/share/classes/javax/imageio/ |
H A D | ImageTypeSpecifier.java | 160 transferType != DataBuffer.TYPE_USHORT && 220 * <code>DataBuffer.TYPE_USHORT</code>, or 291 dataType != DataBuffer.TYPE_USHORT && 437 dataType != DataBuffer.TYPE_USHORT && 588 dataType != DataBuffer.TYPE_USHORT) 609 dataType == DataBuffer.TYPE_USHORT))) { 677 * <code>DataBuffer.TYPE_USHORT</code>. 713 * <code>DataBuffer.TYPE_USHORT</code>. 754 dataType != DataBuffer.TYPE_USHORT && 799 dataType == DataBuffer.TYPE_USHORT))) { [all...] |
/openjdk7/jdk/src/macosx/classes/sun/java2d/ |
H A D | OSXOffScreenSurfaceData.java | 280 } else if ((pixelSize == 16) && (transferType == DataBuffer.TYPE_USHORT)) { 298 } else if ((pixelSize == 15) && (transferType == DataBuffer.TYPE_USHORT)) {
|
/openjdk7/jdk/src/share/classes/sun/java2d/loops/ |
H A D | CustomComponent.java | 277 case DataBuffer.TYPE_USHORT:
|