Searched refs:dstColorModel (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DComposite.java76 * @param dstColorModel the <code>ColorModel</code> of the destination
83 ColorModel dstColorModel,
82 createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) argument
H A DAlphaComposite.java697 * @param dstColorModel the <code>ColorModel</code> of the destination
702 ColorModel dstColorModel,
704 return new SunCompositeContext(this, srcColorModel, dstColorModel);
701 createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) argument
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DXORComposite.java68 ColorModel dstColorModel,
70 return new SunCompositeContext(this, srcColorModel, dstColorModel);
67 createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) argument
/openjdk7/jdk/test/sun/java2d/loops/
H A DBug7049339.java56 ColorModel dstColorModel,
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DCustomCompositeTest.java226 public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) { argument

Completed in 33 milliseconds