Searched refs:inPreferredColorSpace (Results 1 – 3 of 3) sorted by relevance
172 public ColorSpace inPreferredColorSpace = null; field in BitmapFactory.Options455 if (opts.inPreferredColorSpace != null) { in validate()456 if (!(opts.inPreferredColorSpace instanceof ColorSpace.Rgb)) { in validate()460 if (((ColorSpace.Rgb) opts.inPreferredColorSpace).getTransferParameters() == null) { in validate()485 if (opts == null || opts.inPreferredColorSpace == null) { in nativeColorSpace()489 return opts.inPreferredColorSpace.getNativeInstance(); in nativeColorSpace()
13695 field public android.graphics.ColorSpace inPreferredColorSpace;