HomeSort by relevance Sort by last modified time
    Searched refs:InputFormat (Results 1 - 9 of 9) sorted by null

  /external/pdfium/third_party/lcms/src/
cmsxform.c 757 cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
779 if (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, dwFlags)) {
788 p->InputFormat = *InputFormat;
795 p->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
797 p->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
811 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags);
815 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) {
818 p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
841 if (*InputFormat == 0 && *OutputFormat == 0)
    [all...]
cmspack.c 100 int nChan = T_CHANNELS(info -> InputFormat);
101 int DoSwap = T_DOSWAP(info ->InputFormat);
102 int Reverse = T_FLAVOR(info ->InputFormat);
103 int SwapFirst = T_SWAPFIRST(info -> InputFormat);
104 int Extra = T_EXTRA(info -> InputFormat);
147 int nChan = T_CHANNELS(info -> InputFormat);
148 int DoSwap = T_DOSWAP(info ->InputFormat);
149 int SwapFirst = T_SWAPFIRST(info ->InputFormat);
150 int Reverse = T_FLAVOR(info ->InputFormat);
155 accum += T_EXTRA(info -> InputFormat) * Stride
    [all...]
cmsopt.c 631 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
648 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
650 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
    [all...]
cmsalpha.c 430 if (p->InputFormat == p->OutputFormat && in == out)
434 nExtra = T_EXTRA(p->InputFormat);
443 ComputeComponentIncrements(p->InputFormat, Stride->BytesPerPlaneIn, SourceStartingOrder, SourceIncrements);
447 copyValueFn = _cmsGetFormatterAlpha(p->ContextID, p->InputFormat, p->OutputFormat);
cmsps2.c 866 cmsUInt32Number InputFormat;
874 InputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE);
875 nChannels = T_CHANNELS(InputFormat);
886 xform = cmsCreateMultiprofileTransform(Profiles, 2, InputFormat, TYPE_Lab_DBL, Intent, 0);
916 _cmsOptimizePipeline(m->ContextID, &DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags);
    [all...]
lcms2_internal.h 913 cmsUInt32Number* InputFormat,
    [all...]
cmsgmt.c 34 cmsUInt32Number InputFormat,
79 InputFormat,
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 551 cmsUInt32Number* InputFormat,
601 cmsUInt32Number* InputFormat,
609 cmsUInt32Number* InputFormat,
lcms2.h     [all...]

Completed in 187 milliseconds