Searched refs:inPreferredColorSpace (Results 1 – 2 of 2) sorted by relevance
173 public ColorSpace inPreferredColorSpace = null; field in BitmapFactory.Options456 if (opts.inPreferredColorSpace != null) { in validate()457 if (!(opts.inPreferredColorSpace instanceof ColorSpace.Rgb)) { in validate()461 if (((ColorSpace.Rgb) opts.inPreferredColorSpace).getTransferParameters() == null) { in validate()486 if (opts == null || opts.inPreferredColorSpace == null) { in nativeColorSpace()490 return opts.inPreferredColorSpace.getNativeInstance(); in nativeColorSpace()
14785 field public android.graphics.ColorSpace inPreferredColorSpace;