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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DDataBufferDouble.java67 super(STABLE, TYPE_DOUBLE, size);
83 super(STABLE, TYPE_DOUBLE, size, numBanks);
108 super(UNTRACKABLE, TYPE_DOUBLE, size);
133 super(UNTRACKABLE, TYPE_DOUBLE, size, 1, offset);
156 super(UNTRACKABLE, TYPE_DOUBLE, size, dataArray.length);
180 super(UNTRACKABLE, TYPE_DOUBLE, size, dataArray.length, offsets);
H A DDataBuffer.java64 * TYPE_FLOAT, and TYPE_DOUBLE DataBuffers to store image data.
86 public static final int TYPE_DOUBLE = 5; field in class:DataBuffer
116 * zero or greater than {@link #TYPE_DOUBLE}
119 if (type < TYPE_BYTE || type > TYPE_DOUBLE) {
H A DComponentSampleModel.java62 * <code>DataBuffer.TYPE_DOUBLE</code>, respectively).
71 * {@link DataBuffer#TYPE_DOUBLE TYPE_DOUBLE},
163 (dataType > DataBuffer.TYPE_DOUBLE)) {
223 (dataType > DataBuffer.TYPE_DOUBLE)) {
429 case DataBuffer.TYPE_DOUBLE:
670 case DataBuffer.TYPE_DOUBLE:
982 case DataBuffer.TYPE_DOUBLE:
H A DBandedSampleModel.java63 * {@link DataBuffer#TYPE_DOUBLE TYPE_DOUBLE} datatypes
205 case DataBuffer.TYPE_DOUBLE:
340 case DataBuffer.TYPE_DOUBLE:
648 case DataBuffer.TYPE_DOUBLE:
H A DComponentColorModel.java108 * <CODE>DataBuffer.TYPE_DOUBLE</CODE> have pixel sample values which
131 * <CODE>DataBuffer.TYPE_DOUBLE</CODE>
135 * <CODE>DataBuffer.TYPE_DOUBLE</CODE>. When the
211 * and <CODE>DataBuffer.TYPE_DOUBLE</CODE>.
219 * or <CODE>DataBuffer.TYPE_DOUBLE</CODE> the <CODE>bits</CODE> array
240 * <CODE>DataBuffer.TYPE_DOUBLE</CODE>,
262 * <CODE>DataBuffer.TYPE_DOUBLE</CODE>.
289 case DataBuffer.TYPE_DOUBLE:
309 * and <CODE>DataBuffer.TYPE_DOUBLE</CODE>. The number of significant
340 * <CODE>DataBuffer.TYPE_DOUBLE</COD
[all...]
H A DColorConvertOp.java558 (srcTransferType == DataBuffer.TYPE_DOUBLE) ||
560 (dstTransferType == DataBuffer.TYPE_DOUBLE)) {
981 (srcTransferType == DataBuffer.TYPE_DOUBLE)) {
987 (dstTransferType == DataBuffer.TYPE_DOUBLE)) {
H A DWritableRaster.java264 * DataBuffer.TYPE_FLOAT, or DataBuffer.TYPE_DOUBLE. Data in the array
335 * DataBuffer.TYPE_FLOAT, or DataBuffer.TYPE_DOUBLE. Data in the array
481 case DataBuffer.TYPE_DOUBLE:
H A DSampleModel.java135 (dataType > DataBuffer.TYPE_DOUBLE &&
258 * or DataBuffer.TYPE_DOUBLE. Data may be returned in a packed format,
308 * or DataBuffer.TYPE_DOUBLE. Data may be returned in a packed format,
464 case DataBuffer.TYPE_DOUBLE:
496 * DataBuffer.TYPE_FLOAT, or DataBuffer.TYPE_DOUBLE. Data in the array
542 * DataBuffer.TYPE_FLOAT, or DataBuffer.TYPE_DOUBLE. Data in the array
667 case DataBuffer.TYPE_DOUBLE:
H A DBufferedImage.java973 case DataBuffer.TYPE_DOUBLE:
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DPrimitiveType.java89 case TC_DOUBLE: typeCode = TYPE_DOUBLE; break;
121 case TYPE_DOUBLE: return SIG_DOUBLE;
160 case TYPE_DOUBLE: return double.class;
186 case TYPE_DOUBLE: id = idDouble; break;
H A DConstants.java245 public static final int TYPE_DOUBLE = 0x00000100; // In PrimitiveType field in interface:Constants
H A DStubGenerator.java1197 case TYPE_DOUBLE:
1278 case TYPE_DOUBLE:
1907 case TYPE_DOUBLE: return false;
2075 case TYPE_DOUBLE:
H A DIDLNames.java1111 case TYPE_DOUBLE: idlName = IDL_DOUBLE; break;
H A DCompoundType.java2667 if (type.isType(TYPE_LONG) || type.isType(TYPE_FLOAT) || type.isType(TYPE_DOUBLE)) {
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColConvTest.java58 case DataBuffer.TYPE_DOUBLE:
59 return "TYPE_DOUBLE";
H A DColConvCCMTest.java42 DataBuffer.TYPE_DOUBLE,
H A DImageFactory.java193 } else if (data.getDataType() == DataBuffer.TYPE_DOUBLE) {
255 } else if (data.getDataType() == DataBuffer.TYPE_DOUBLE) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java96 static final int TYPE_DOUBLE=4; field in class:WrapperGenerator.AtomicType
119 type = AtomicType.TYPE_DOUBLE;
164 case TYPE_DOUBLE:
268 case TYPE_DOUBLE:
297 case TYPE_DOUBLE:
429 case TYPE_DOUBLE:
1222 symbolTable.put("double", new AtomicType(AtomicType.TYPE_DOUBLE, "", "double"));
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java294 dataType != DataBuffer.TYPE_DOUBLE) {
440 dataType != DataBuffer.TYPE_DOUBLE) {
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSTransform.java350 (srcTransferType == DataBuffer.TYPE_DOUBLE)) {
356 (dstTransferType == DataBuffer.TYPE_DOUBLE)) {
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCustomComponent.java304 case DataBuffer.TYPE_DOUBLE:
H A DGeneralRenderer.java642 case DataBuffer.TYPE_DOUBLE:
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv_D64nw.c43 #define TYPE_DOUBLE macro
46 #ifdef TYPE_DOUBLE
58 #endif /* TYPE_DOUBLE */
794 #ifdef TYPE_DOUBLE
806 #endif /* TYPE_DOUBLE */
1083 #ifndef TYPE_DOUBLE
1086 #endif /* TYPE_DOUBLE */
H A Dmlib_ImageConv_F32nw.c43 /* #define TYPE_DOUBLE */
46 #ifdef TYPE_DOUBLE
58 #endif /* TYPE_DOUBLE */
794 #ifdef TYPE_DOUBLE
806 #endif /* TYPE_DOUBLE */
1083 #ifndef TYPE_DOUBLE
1086 #endif /* TYPE_DOUBLE */
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DImageUtil.java155 case DataBuffer.TYPE_DOUBLE:
871 dataType > DataBuffer.TYPE_DOUBLE) {

Completed in 139 milliseconds