Searched refs:xyzProfile (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/awt/java/awt/color/
H A DICC_ColorSpace.java233 ICC_Profile xyzProfile =
235 ICC_Profile[] profiles = {getProfile(), xyzProfile};
317 ICC_Profile xyzProfile =
319 ICC_Profile[] profiles = {xyzProfile, getProfile()};
H A DICC_Profile.java676 private static ICC_Profile xyzProfile; field in class:ICC_Profile
1227 if (xyzProfile == null) {
1228 xyzProfile = getInstance("CIEXYZ.pf"); //$NON-NLS-1$
1230 return xyzProfile;
/frameworks/base/awt/java/awt/image/
H A DColorConvertOp.java165 ICC_Profile xyzProfile = ICC_Profile.getInstance(ColorSpace.CS_CIEXYZ);
181 profiles.add(xyzProfile);
186 profiles.add(xyzProfile);
194 profiles.add(xyzProfile);
197 // (e.g. xyzProfile may occur several times)
217 profiles.add(xyzProfile);
231 profiles.add(xyzProfile);

Completed in 61 milliseconds