HomeSort by relevance Sort by last modified time
    Searched defs:colorModel (Results 1 - 5 of 5) sorted by null

  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
PNGImageWriterSpi.java 23 import java.awt.image.ColorModel;
67 ColorModel colorModel = type.getColorModel();
69 int bitDepth = colorModel.getPixelSize() / numBands;
71 if (colorModel instanceof IndexColorModel) {
PNGImageWriter.java 26 import java.awt.image.ColorModel;
150 ColorModel colorModel = img.getColorModel();
151 int pixelSize = colorModel.getPixelSize();
166 if (colorModel instanceof IndexColorModel) {
176 IndexColorModel icm = (IndexColorModel) colorModel;
  /frameworks/base/awt/javax/imageio/
ImageTypeSpecifier.java 24 import java.awt.image.ColorModel;
32 * SampleModel and the ColorModel of an image.
39 * The ColorModel of this ImageTypeSpecifier.
41 protected ColorModel colorModel;
49 * Instantiates a new ImageTypeSpecifier with the specified ColorModel and
52 * @param colorModel
53 * the ColorModel.
57 public ImageTypeSpecifier(ColorModel colorModel, SampleModel sampleModel)
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 255 milliseconds