HomeSort by relevance Sort by last modified time
    Searched full:type_int (Results 1 - 25 of 42) 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: {
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:
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...]
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:
BandedSampleModel.java 123 case DataBuffer.TYPE_INT:
193 case DataBuffer.TYPE_INT: {
340 case DataBuffer.TYPE_INT:
DataBuffer.java 53 * The Constant TYPE_INT.
55 public static final int TYPE_INT = 3;
414 case TYPE_INT:
BandCombineOp.java 277 if (sppsm1.getDataType() != DataBuffer.TYPE_INT) {
466 if (sppsm1.getDataType() != DataBuffer.TYPE_INT
467 || sppsm2.getDataType() != DataBuffer.TYPE_INT) {
PackedColorModel.java 370 && transferType != DataBuffer.TYPE_INT) {
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,
192 case DataBuffer.TYPE_INT:
263 * DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT, DataBuffer.TYPE_SHORT,
280 * DataBuffer.TYPE_BYTE, DataBuffer.TYPE_USHORT, DataBuffer.TYPE_INT,
327 case DataBuffer.TYPE_INT:
    [all...]
  /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,
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))
printf-parse.c 200 REGISTER_ARG (dp->width_arg_index, TYPE_INT);
249 REGISTER_ARG (dp->precision_arg_index, TYPE_INT);
371 type = TYPE_INT;
printf-args.c 52 case 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:
printf-parse.c 234 REGISTER_ARG (dp->width_arg_index, TYPE_INT);
292 REGISTER_ARG (dp->precision_arg_index, TYPE_INT);
400 type = TYPE_INT;
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
BufferedImageSource.java 105 raster.getTransferType() == DataBuffer.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;

Completed in 1561 milliseconds

1 2