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

/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java94 int pixelType; field in class:LCMSImageLayout
105 private LCMSImageLayout(int np, int pixelType, int pixelSize) argument
108 this.pixelType = pixelType;
116 private LCMSImageLayout(int width, int height, int pixelType, argument
120 this.pixelType = pixelType;
129 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) argument
132 this(np, pixelType, pixelSize);
140 public LCMSImageLayout(short[] data, int np, int pixelType, in argument
151 LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) argument
162 LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) argument
340 getBytesPerPixel(int pixelType) argument
[all...]

Completed in 31 milliseconds