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

12

/openjdk10/jdk/src/java.desktop/share/classes/java/awt/image/
H A DDataBufferShort.java73 super(STABLE, TYPE_SHORT,size);
87 super(STABLE, TYPE_SHORT,size,numBanks);
111 super(UNTRACKABLE, TYPE_SHORT, size);
134 super(UNTRACKABLE, TYPE_SHORT, size, 1, offset);
155 super(UNTRACKABLE, TYPE_SHORT, size, dataArray.length);
180 super(UNTRACKABLE, TYPE_SHORT, size, dataArray.length, offsets);
H A DBandedSampleModel.java60 * {@link DataBuffer#TYPE_SHORT TYPE_SHORT},
196 case DataBuffer.TYPE_SHORT:
286 case DataBuffer.TYPE_SHORT:
618 case DataBuffer.TYPE_SHORT:
H A DComponentColorModel.java108 * {@code DataBuffer.TYPE_SHORT}, {@code DataBuffer.TYPE_FLOAT}, and
131 * {@code DataBuffer.TYPE_SHORT}, {@code DataBuffer.TYPE_FLOAT}, and
134 * have 16 bits when using {@code DataBuffer.TYPE_SHORT}, 32 bits when
212 * {@code DataBuffer.TYPE_SHORT}, {@code DataBuffer.TYPE_FLOAT},
220 * {@code DataBuffer.TYPE_SHORT}, {@code DataBuffer.TYPE_FLOAT},
240 * {@code DataBuffer.TYPE_SHORT},
262 * {@code DataBuffer.TYPE_SHORT},
286 case DataBuffer.TYPE_SHORT:
310 * {@code DataBuffer.TYPE_SHORT}, {@code DataBuffer.TYPE_FLOAT},
340 * {@code DataBuffer.TYPE_SHORT},
[all...]
H A DDataBuffer.java65 * image classes use TYPE_BYTE, TYPE_USHORT, TYPE_INT, TYPE_SHORT,
79 @Native public static final int TYPE_SHORT = 2; field in class:DataBuffer
H A DWritableRaster.java263 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT,
334 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT,
458 case DataBuffer.TYPE_SHORT:
H A DComponentSampleModel.java59 * which can be stored in 16 bits (using {@code DataBuffer.TYPE_SHORT}),
68 * {@link DataBuffer#TYPE_SHORT TYPE_SHORT},
444 case DataBuffer.TYPE_SHORT:
643 case DataBuffer.TYPE_SHORT:
976 case DataBuffer.TYPE_SHORT:
H A DColorConvertOp.java1007 if (srcTransferType == DataBuffer.TYPE_SHORT) {
1019 if (dstTransferType == DataBuffer.TYPE_SHORT) {
H A DSampleModel.java257 * DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT, DataBuffer.TYPE_FLOAT,
307 * DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT, DataBuffer.TYPE_FLOAT,
395 case DataBuffer.TYPE_SHORT:
495 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT,
541 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT,
619 case DataBuffer.TYPE_SHORT:
/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DPrimitiveType.java85 case TC_SHORT: typeCode = TYPE_SHORT; break;
117 case TYPE_SHORT: return SIG_SHORT;
156 case TYPE_SHORT: return short.class;
182 case TYPE_SHORT: id = idShort; break;
H A DConstants.java241 public static final int TYPE_SHORT = 0x00000010; // In PrimitiveType field in interface:Constants
H A DStubGenerator.java1287 case TYPE_SHORT:
1368 case TYPE_SHORT:
2009 case TYPE_SHORT:
2177 case TYPE_SHORT:
H A DIDLNames.java1107 case TYPE_SHORT: idlName = IDL_SHORT; break;
/openjdk10/jdk/test/javax/imageio/
H A DITSDataType.java41 DataBuffer.TYPE_SHORT,
H A DImageTypeSpecifierTest.java288 (DataBuffer.TYPE_SHORT, 1, 1, 2, 2, bandOffsets);
/openjdk10/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColConvTest.java65 case DataBuffer.TYPE_SHORT:
66 return "TYPE_SHORT";
H A DColConvCCMTest.java45 DataBuffer.TYPE_SHORT,
H A DImageFactory.java172 } else if (data.getDataType() == DataBuffer.TYPE_SHORT) {
239 } else if (data.getDataType() == DataBuffer.TYPE_SHORT) {
/openjdk10/jdk/src/java.desktop/share/classes/javax/imageio/
H A DImageTypeSpecifier.java290 dataType != DataBuffer.TYPE_SHORT &&
436 dataType != DataBuffer.TYPE_SHORT &&
587 dataType != DataBuffer.TYPE_SHORT &&
608 (dataType == DataBuffer.TYPE_SHORT ||
676 * {@code DataBuffer.TYPE_SHORT}, or
712 * {@code DataBuffer.TYPE_SHORT}, or
753 dataType != DataBuffer.TYPE_SHORT &&
798 (dataType == DataBuffer.TYPE_SHORT ||
846 * {@code DataBuffer.TYPE_SHORT},
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSTransform.java382 if (srcTransferType == DataBuffer.TYPE_SHORT) {
396 if (dstTransferType == DataBuffer.TYPE_SHORT) {
492 if (srcTransferType == DataBuffer.TYPE_SHORT) {
500 if (dstTransferType == DataBuffer.TYPE_SHORT) {
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFDecompressor.java489 DataBuffer.TYPE_SHORT : DataBuffer.TYPE_USHORT;
530 case DataBuffer.TYPE_SHORT:
788 DataBuffer.TYPE_SHORT :
815 dataType = DataBuffer.TYPE_SHORT;
851 DataBuffer.TYPE_SHORT :
859 boolean isSigned = dataType == DataBuffer.TYPE_SHORT;
945 DataBuffer.TYPE_SHORT :
967 DataBuffer.TYPE_SHORT :
1045 dataType = DataBuffer.TYPE_SHORT;
1827 dataType = DataBuffer.TYPE_SHORT;
[all...]
/openjdk10/jdk/make/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java101 static final int TYPE_SHORT=7; field in class:WrapperGenerator.AtomicType
127 type = AtomicType.TYPE_SHORT;
170 case TYPE_SHORT:
274 case TYPE_SHORT:
303 case TYPE_SHORT:
435 case TYPE_SHORT:
1225 symbolTable.put("short", new AtomicType(AtomicType.TYPE_SHORT, "", "short"));
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DOffScreenImageSource.java118 else if (dataType == DataBuffer.TYPE_SHORT ||
H A DPixelConverter.java79 case DataBuffer.TYPE_SHORT:
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DCustomComponent.java276 case DataBuffer.TYPE_SHORT:
/openjdk10/jdk/test/java/awt/image/
H A DRasterCreationTest.java291 super(TYPE_SHORT, size);

Completed in 288 milliseconds

12