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

  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 510 jclass options_class = env->FindClass("android/graphics/BitmapFactory$Options"); local
511 SkASSERT(options_class);
512 gOptions_bitmapFieldID = getFieldIDCheck(env, options_class, "inBitmap",
514 gOptions_justBoundsFieldID = getFieldIDCheck(env, options_class, "inJustDecodeBounds", "Z");
515 gOptions_sampleSizeFieldID = getFieldIDCheck(env, options_class, "inSampleSize", "I");
516 gOptions_configFieldID = getFieldIDCheck(env, options_class, "inPreferredConfig",
518 gOptions_mutableFieldID = getFieldIDCheck(env, options_class, "inMutable", "Z");
519 gOptions_ditherFieldID = getFieldIDCheck(env, options_class, "inDither", "Z");
520 gOptions_purgeableFieldID = getFieldIDCheck(env, options_class, "inPurgeable", "Z");
521 gOptions_shareableFieldID = getFieldIDCheck(env, options_class, "inInputShareable", "Z")
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 88 options_class = getattr(descriptor_pb2, self._options_class_name)
92 self._options = options_class()

Completed in 142 milliseconds