Searched defs:getNumComponents (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/awt/java/awt/image/
H A DLookupTable.java85 public int getNumComponents() { method in class:LookupTable
H A DColorModel.java170 numColorComponents = cs.getNumComponents();
373 && numComponents == cm.getNumComponents() && Arrays.equals(bits, cm
855 public int getNumComponents() { method in class:ColorModel
/frameworks/base/awt/java/awt/color/
H A DICC_ProfileStub.java100 public int getNumComponents() { method in class:ICC_ProfileStub
H A DColorSpace.java353 public int getNumComponents() { method in class:ColorSpace
H A DICC_Profile.java942 public int getNumComponents() { method in class:ICC_Profile
/frameworks/base/awt/javax/imageio/
H A DImageTypeSpecifier.java254 public int getNumComponents() { method in class:ImageTypeSpecifier
255 return colorModel.getNumComponents();

Completed in 44 milliseconds