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

/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java45 class LCMSImageLayout { class
105 private LCMSImageLayout(int np, int pixelType, int pixelSize) method in class:LCMSImageLayout
116 private LCMSImageLayout(int width, int height, int pixelType, method in class:LCMSImageLayout
129 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) method in class:LCMSImageLayout
140 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) method in class:LCMSImageLayout
151 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) method in class:LCMSImageLayout
162 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) method in class:LCMSImageLayout
173 public LCMSImageLayout(BufferedImage image) throws ImageLayoutException { method in class:LCMSImageLayout

Completed in 29 milliseconds