Searched refs:getColorModel (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ | ||
D | SweepGradient_Delegate.java | 153 public java.awt.image.ColorModel getColorModel() { in getColorModel() method in SweepGradient_Delegate.SweepGradientPaint.SweepGradientPaintContext |
D | BitmapShader_Delegate.java | 161 public ColorModel getColorModel() { in getColorModel() method in BitmapShader_Delegate.BitmapShaderPaint.BitmapShaderContext |
D | RadialGradient_Delegate.java | 160 public java.awt.image.ColorModel getColorModel() { in getColorModel() method in RadialGradient_Delegate.RadialGradientPaint.RadialGradientPaintContext |
D | LinearGradient_Delegate.java | 171 public java.awt.image.ColorModel getColorModel() { in getColorModel() method in LinearGradient_Delegate.LinearGradientPaint.LinearGradientPaintContext |
D | Bitmap_Delegate.java | 629 BufferedImage image = new BufferedImage(srcImage.getColorModel(), srcImage.copyData(null), in nativeCopyPreserveInternalConfig() |