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