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

/frameworks/base/awt/java/awt/color/
H A DICC_ColorSpace.java194 ICC_Profile sRGBProfile =
196 ICC_Profile[] profiles = {getProfile(), sRGBProfile};
279 ICC_Profile sRGBProfile =
281 ICC_Profile[] profiles = {sRGBProfile, getProfile()};
H A DICC_Profile.java671 private static ICC_Profile sRGBProfile; field in class:ICC_Profile
1221 if (sRGBProfile == null) {
1222 sRGBProfile = getInstance("sRGB.pf"); //$NON-NLS-1$
1224 return sRGBProfile;

Completed in 47 milliseconds