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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgmt.c229 cmsHTRANSFORM hInput; // From whatever input color space. 16 bits to DBL member in struct:__anon825
257 if (t -> hInput != NULL)
258 cmsDoTransform(t -> hInput, In, &LabIn1, 1);
387 Chain.hInput = cmsCreateExtendedTransform(ContextID,
433 if (Chain.hInput) cmsDeleteTransform(Chain.hInput);
H A Dcmssamp.c91 cmsBool BlackPointAsDarkerColorant(cmsHPROFILE hInput, argument
104 cmsContext ContextID = cmsGetProfileContextID(hInput);
107 if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) {
114 dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2, FALSE);
117 Space = cmsGetColorSpace(hInput);
139 xform = cmsCreateTransformTHR(ContextID, hInput, dwFormat,

Completed in 88 milliseconds