Searched refs:InputFormat (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsxform.c464 cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
480 if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) {
489 p ->InputFormat = *InputFormat;
496 p ->FromInput = _cmsGetFormatter(*InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
498 p ->FromInputFloat = _cmsGetFormatter(*InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
507 _cmsOptimizePipeline(&p->Lut, Intent, InputFormat, OutputFormat, dwFlags);
510 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) {
513 p ->FromInputFloat = _cmsGetFormatter(*InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
529 if (*InputFormat
463 AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
655 cmsCreateExtendedTransform(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsHPROFILE hGamutProfile, cmsUInt32Number nGamutPCSposition, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number dwFlags) argument
794 cmsCreateMultiprofileTransformTHR(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
824 cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
846 cmsCreateTransformTHR(cmsContext ContextID, cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
863 cmsCreateTransform(cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
874 cmsCreateProofingTransformTHR(cmsContext ContextID, cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) argument
906 cmsCreateProofingTransform(cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) argument
954 cmsChangeBuffersFormat(cmsHTRANSFORM hTransform, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat) argument
[all...]
H A Dcmspack.c129 int nChan = T_CHANNELS(info -> InputFormat);
130 int DoSwap = T_DOSWAP(info ->InputFormat);
131 int Reverse = T_FLAVOR(info ->InputFormat);
132 int SwapFirst = T_SWAPFIRST(info -> InputFormat);
133 int Extra = T_EXTRA(info -> InputFormat);
176 int nChan = T_CHANNELS(info -> InputFormat);
177 int DoSwap = T_DOSWAP(info ->InputFormat);
178 int SwapFirst = T_SWAPFIRST(info ->InputFormat);
179 int Reverse = T_FLAVOR(info ->InputFormat);
184 accum += T_EXTRA(info -> InputFormat) * Strid
[all...]
H A Dcmsopt.c576 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
594 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
596 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
958 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
976 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
979 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE;
984 if (!_cmsFormatterIs8bit(*InputFormat)) {
997 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
1095 if (_cmsFormatterIs8bit(*InputFormat)) {
1280 cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe argument
1548 OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
1678 _cmsOptimizePipeline(cmsPipeline** PtrLut, int Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
[all...]
H A Dlcms2_internal.h506 cmsUInt32Number* InputFormat,
559 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member in struct:_cmstransform_struct
610 cmsUInt32Number InputFormat,
H A Dcmsps2.c899 cmsUInt32Number InputFormat; local
907 InputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE);
908 nChannels = T_CHANNELS(InputFormat);
919 xform = cmsCreateMultiprofileTransform(Profiles, 2, InputFormat, TYPE_Lab_DBL, Intent, 0);
949 _cmsOptimizePipeline(&DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags);
H A Dcmsgmt.c63 cmsUInt32Number InputFormat,
108 InputFormat,
61 _cmsChain2Lab(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
H A Dlcms2.h1634 cmsUInt32Number InputFormat,
1641 cmsUInt32Number InputFormat,
1649 cmsUInt32Number InputFormat,
1658 cmsUInt32Number InputFormat,
1669 cmsUInt32Number InputFormat,
1677 cmsUInt32Number InputFormat,
1690 cmsUInt32Number InputFormat,
1723 cmsUInt32Number InputFormat,
H A Dlcms2_plugin.h570 cmsUInt32Number* InputFormat,
603 cmsUInt32Number* InputFormat,

Completed in 159 milliseconds