Searched refs:cspaces (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/java2d/cmm/ProfileOp/
H A DReadProfileTest.java49 static int [] cspaces = {ColorSpace.CS_sRGB, ColorSpace.CS_PYCC, field in class:ReadProfileTest
73 profiles = new byte[cspaces.length][];
74 tags = new Hashtable[cspaces.length];
76 for (int i = 0; i < cspaces.length; i++) {
77 ICC_Profile pf = ICC_Profile.getInstance(cspaces[i]);
89 for (int i = 0; i < cspaces.length; i++) {
90 ICC_Profile pf = ICC_Profile.getInstance(cspaces[i]);
H A DReadWriteProfileTest.java48 static int [] cspaces = {ColorSpace.CS_sRGB, ColorSpace.CS_PYCC, field in class:ReadWriteProfileTest
72 profiles = new byte[cspaces.length][];
73 tags = new Hashtable[cspaces.length];
75 for (int i = 0; i < cspaces.length; i++) {
76 ICC_Profile pf = ICC_Profile.getInstance(cspaces[i]);
84 for (int i = 0; i < cspaces.length; i++) {
85 ICC_Profile pf = ICC_Profile.getInstance(cspaces[i]);

Completed in 29 milliseconds