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

1 2

  /frameworks/base/awt/java/awt/image/
DataBufferInt.java 49 super(TYPE_INT, size, dataArrays.length, offsets);
62 super(TYPE_INT, size, dataArrays.length);
78 super(TYPE_INT, size, 1, offset);
93 super(TYPE_INT, size);
108 super(TYPE_INT, size, numBanks);
124 super(TYPE_INT, size);
BufferedImageFilter.java 159 if (dstDb.getDataType() == DataBuffer.TYPE_INT) {
248 transferType = DataBuffer.TYPE_INT;
254 case DataBuffer.TYPE_INT: {
330 transferType = DataBuffer.TYPE_INT;
361 case DataBuffer.TYPE_INT: {
DataBuffer.java 53 * The Constant TYPE_INT.
55 public static final int TYPE_INT = 3;
414 case TYPE_INT:
DirectColorModel.java 202 case DataBuffer.TYPE_INT:
329 case DataBuffer.TYPE_INT:
366 case DataBuffer.TYPE_INT:
393 case DataBuffer.TYPE_INT:
458 case DataBuffer.TYPE_INT:
487 case DataBuffer.TYPE_INT:
513 case DataBuffer.TYPE_INT:
539 case DataBuffer.TYPE_INT:
565 case DataBuffer.TYPE_INT:
591 case DataBuffer.TYPE_INT
    [all...]
MultiPixelPackedSampleModel.java 30 * DataBuffer.TYPE_USHORT, or DataBuffer.TYPE_INT.
88 && dataType != DataBuffer.TYPE_INT) {
164 case DataBuffer.TYPE_INT:
282 case DataBuffer.TYPE_INT:
380 return DataBuffer.TYPE_INT;
463 case DataBuffer.TYPE_INT:
Raster.java 149 && dataType != DataBuffer.TYPE_INT) {
163 * TYPE_USHORT, or TYPE_INT.
167 * TYPE_INT.
207 && dataType != DataBuffer.TYPE_INT) {
236 case DataBuffer.TYPE_INT:
246 * TYPE_USHORT, or TYPE_INT.
250 * TYPE_INT.
365 * TYPE_BYTE, TYPE_USHORT, or TYPE_INT.
369 * TYPE_INT.
438 * TYPE_BYTE, TYPE_USHORT, or TYPE_INT
    [all...]
SinglePixelPackedSampleModel.java 31 * array element. This class supports TYPE_BYTE, TYPE_USHORT, TYPE_INT data
101 && dataType != DataBuffer.TYPE_INT) {
176 case DataBuffer.TYPE_INT:
204 case DataBuffer.TYPE_INT:
409 case DataBuffer.TYPE_INT:
ComponentColorModel.java 43 // DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT -
54 // DataBuffer.TYPE_INT - integral.
177 case DataBuffer.TYPE_INT:
222 // DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT,
371 case DataBuffer.TYPE_INT:
386 // DataBuffer.TYPE_USHORT, or DataBuffer.TYPE_INT
443 case DataBuffer.TYPE_INT:
625 case DataBuffer.TYPE_INT:
716 case DataBuffer.TYPE_INT:
845 case DataBuffer.TYPE_INT
    [all...]
BandCombineOp.java 277 if (sppsm1.getDataType() != DataBuffer.TYPE_INT) {
466 if (sppsm1.getDataType() != DataBuffer.TYPE_INT
467 || sppsm2.getDataType() != DataBuffer.TYPE_INT) {
BandedSampleModel.java 123 case DataBuffer.TYPE_INT:
193 case DataBuffer.TYPE_INT: {
340 case DataBuffer.TYPE_INT:
ColorModel.java 833 * {@link DataBuffer#TYPE_INT}, or {@link DataBuffer#TYPE_UNDEFINED}.
917 case DataBuffer.TYPE_INT:
941 * {@link DataBuffer#TYPE_INT}, or {@link DataBuffer#TYPE_UNDEFINED}.
953 return DataBuffer.TYPE_INT;
ComponentSampleModel.java 214 case DataBuffer.TYPE_INT:
285 case DataBuffer.TYPE_INT:
557 case DataBuffer.TYPE_INT:
ConvolveOp.java 443 if (sppsm1.getDataType() != DataBuffer.TYPE_INT
444 || sppsm2.getDataType() != DataBuffer.TYPE_INT
  /external/qemu/
thunk.h 32 TYPE_INT,
93 case TYPE_INT:
130 case TYPE_INT:
thunk.c 44 case TYPE_INT:
140 case TYPE_INT:
  /external/v8/src/
flags.cc 55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS };
76 ASSERT(type_ == TYPE_INT);
109 ASSERT(type_ == TYPE_INT);
133 case TYPE_INT:
157 case TYPE_INT:
186 case Flag::TYPE_INT: return "int";
203 case Flag::TYPE_INT:
395 case Flag::TYPE_INT:
  /external/bluetooth/glib/glib/gnulib/
printf-args.h 44 TYPE_INT,
printf-args.c 52 case TYPE_INT:
vasnprintf.c 401 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
423 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
710 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
716 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
803 case TYPE_INT:
857 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
879 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
  /external/e2fsprogs/intl/
printf-args.h 47 TYPE_INT,
printf-args.c 50 case TYPE_INT:
vasnprintf.c 287 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
309 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
569 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
575 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
662 case TYPE_INT:
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
EntrySchema.java 32 public static final int TYPE_INT = 3;
104 case TYPE_INT:
145 case TYPE_INT:
385 type = TYPE_INT;
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
BufferedImageSource.java 105 raster.getTransferType() == DataBuffer.TYPE_INT){
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 96 static final int TYPE_INT = 'I' | 4 << 8;
120 return TYPE_INT;

Completed in 2186 milliseconds

1 2