HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_USHORT (Results 1 - 25 of 25) sorted by null

  /frameworks/base/awt/java/awt/image/
DataBufferUShort.java 51 super(TYPE_USHORT, size, dataArrays.length, offsets);
71 super(TYPE_USHORT, size, dataArrays.length);
87 super(TYPE_USHORT, size, 1, offset);
106 super(TYPE_USHORT, size);
121 super(TYPE_USHORT, size, numBanks);
137 super(TYPE_USHORT, size);
DataBuffer.java 43 * The Constant TYPE_USHORT.
45 public static final int TYPE_USHORT = 1;
410 case TYPE_USHORT:
DirectColorModel.java 191 case DataBuffer.TYPE_USHORT:
319 case DataBuffer.TYPE_USHORT:
365 case DataBuffer.TYPE_USHORT:
392 case DataBuffer.TYPE_USHORT:
453 case DataBuffer.TYPE_USHORT:
482 case DataBuffer.TYPE_USHORT:
508 case DataBuffer.TYPE_USHORT:
534 case DataBuffer.TYPE_USHORT:
560 case DataBuffer.TYPE_USHORT:
586 case DataBuffer.TYPE_USHORT
    [all...]
MultiPixelPackedSampleModel.java 30 * DataBuffer.TYPE_USHORT, or DataBuffer.TYPE_INT.
87 if (dataType != DataBuffer.TYPE_BYTE && dataType != DataBuffer.TYPE_USHORT
154 case DataBuffer.TYPE_USHORT:
279 case DataBuffer.TYPE_USHORT:
382 return DataBuffer.TYPE_USHORT;
460 case DataBuffer.TYPE_USHORT:
Raster.java 148 if (dataType != DataBuffer.TYPE_BYTE && dataType != DataBuffer.TYPE_USHORT
163 * TYPE_USHORT, or TYPE_INT.
166 * the data type of the samples: TYPE_BYTE, TYPE_USHORT, or
206 if (dataType != DataBuffer.TYPE_BYTE && dataType != DataBuffer.TYPE_USHORT
233 case DataBuffer.TYPE_USHORT:
246 * TYPE_USHORT, or TYPE_INT.
249 * the data type of the samples: TYPE_BYTE, TYPE_USHORT, or
340 if (dataType != DataBuffer.TYPE_BYTE && dataType != DataBuffer.TYPE_USHORT) {
365 * TYPE_BYTE, TYPE_USHORT, or TYPE_INT.
368 * the data type of the samples: TYPE_BYTE, TYPE_USHORT, o
    [all...]
ComponentColorModel.java 43 // DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT -
53 // DataBuffer.TYPE_USHORT, DataBuffer.Short and
176 case DataBuffer.TYPE_USHORT:
222 // DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT,
360 case DataBuffer.TYPE_USHORT:
386 // DataBuffer.TYPE_USHORT, or DataBuffer.TYPE_INT
422 case DataBuffer.TYPE_USHORT:
624 case DataBuffer.TYPE_USHORT:
715 case DataBuffer.TYPE_USHORT:
838 case DataBuffer.TYPE_USHORT
    [all...]
SinglePixelPackedSampleModel.java 31 * array element. This class supports TYPE_BYTE, TYPE_USHORT, TYPE_INT data
100 if (dataType != DataBuffer.TYPE_BYTE && dataType != DataBuffer.TYPE_USHORT
165 case DataBuffer.TYPE_USHORT:
201 case DataBuffer.TYPE_USHORT:
406 case DataBuffer.TYPE_USHORT:
IndexColorModel.java 669 raster = Raster.createInterleavedRaster(DataBuffer.TYPE_USHORT, w, h, 1, null);
733 case DataBuffer.TYPE_USHORT:
1002 case DataBuffer.TYPE_USHORT:
    [all...]
BandedSampleModel.java 120 case DataBuffer.TYPE_USHORT:
177 case DataBuffer.TYPE_USHORT: {
333 case DataBuffer.TYPE_USHORT:
ColorModel.java 832 * {@link DataBuffer#TYPE_BYTE}, {@link DataBuffer#TYPE_USHORT},
907 case DataBuffer.TYPE_USHORT:
940 * {@link DataBuffer#TYPE_BYTE}, {@link DataBuffer#TYPE_USHORT},
951 return DataBuffer.TYPE_USHORT;
BufferedImage.java 420 DataBuffer.TYPE_USHORT);
428 DataBuffer.TYPE_USHORT);
449 false, false, Transparency.OPAQUE, DataBuffer.TYPE_USHORT);
ComponentSampleModel.java 199 case DataBuffer.TYPE_USHORT:
278 case DataBuffer.TYPE_USHORT:
554 case DataBuffer.TYPE_USHORT:
PackedColorModel.java 369 if (transferType != DataBuffer.TYPE_BYTE && transferType != DataBuffer.TYPE_USHORT
372 // DataBuffer.TYPE_USHORT or DataBuffer.TYPE_INT
SampleModel.java 106 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT,
125 * DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT,
171 case DataBuffer.TYPE_USHORT:
263 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT,
280 * DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT,
315 case DataBuffer.TYPE_USHORT:
    [all...]
WritableRaster.java 90 * array of primitive types: DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT,
109 * supported: DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT,
301 case DataBuffer.TYPE_USHORT:
BandCombineOp.java 506 case DataBuffer.TYPE_USHORT:
AffineTransformOp.java 418 if (sppsm1.getDataType() == DataBuffer.TYPE_USHORT) {
  /external/bluetooth/glib/glib/gnulib/
printf-args.h 43 TYPE_USHORT,
printf-args.c 49 case TYPE_USHORT:
  /external/e2fsprogs/intl/
printf-args.h 46 TYPE_USHORT,
printf-args.c 47 case TYPE_USHORT:
  /frameworks/base/awt/org/apache/harmony/awt/gl/
Surface.java 218 case DataBuffer.TYPE_USHORT:
279 }else if(transferType == DataBuffer.TYPE_USHORT &&
  /frameworks/base/awt/org/apache/harmony/awt/gl/color/
NativeImageFormat.java 371 case DataBuffer.TYPE_USHORT:
468 if (sm.getDataType() == DataBuffer.TYPE_USHORT)
  /cts/tools/host/src/com/android/cts/
HostUtils.java 75 SampleModel sampleModel = new SinglePixelPackedSampleModel(DataBuffer.TYPE_USHORT,
82 // TYPE_USHORT interface to the byte array. But Raster.createRaster at
  /frameworks/base/awt/com/android/internal/awt/
AndroidJavaBlitter.java 512 case DataBuffer.TYPE_USHORT:

Completed in 259 milliseconds