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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsxform.c668 cmsColorSpaceSignature EntryColorSpace; local
691 if (!GetXFormColorSpaces(nProfiles, hProfiles, &EntryColorSpace, &ExitColorSpace)) {
697 if (!IsProperColorSpace(EntryColorSpace, InputFormat)) {
715 if ((cmsChannelsOf(EntryColorSpace) != cmsPipelineInputChannels(Lut)) ||
729 xform ->EntryColorSpace = EntryColorSpace;
H A Dlcms2_internal.h585 cmsColorSpaceSignature EntryColorSpace; member in struct:_cmstransform_struct
H A Dcmsopt.c500 cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpaceSignature ExitColorSpace) argument
507 if (!_cmsEndPointsBySpace(EntryColorSpace,

Completed in 39 milliseconds