OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputFormat
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmsxform.c
589
cmsUInt32Number Intent, cmsUInt32Number*
InputFormat
, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
606
if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut,
InputFormat
, OutputFormat, dwFlags)) {
615
p ->
InputFormat
= *
InputFormat
;
622
p ->FromInput = _cmsGetFormatter(ContextID, *
InputFormat
, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
624
p ->FromInputFloat = _cmsGetFormatter(ContextID, *
InputFormat
, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
633
_cmsOptimizePipeline(ContextID, &p->Lut, Intent,
InputFormat
, OutputFormat, dwFlags);
636
if (_cmsFormatterIsFloat(*
InputFormat
) && _cmsFormatterIsFloat(*OutputFormat)) {
639
p ->FromInputFloat = _cmsGetFormatter(ContextID, *
InputFormat
, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
662
if (*
InputFormat
== 0 && *OutputFormat == 0)
[
all
...]
cmspack.c
99
int nChan = T_CHANNELS(info ->
InputFormat
);
100
int DoSwap = T_DOSWAP(info ->
InputFormat
);
101
int Reverse = T_FLAVOR(info ->
InputFormat
);
102
int SwapFirst = T_SWAPFIRST(info ->
InputFormat
);
103
int Extra = T_EXTRA(info ->
InputFormat
);
146
int nChan = T_CHANNELS(info ->
InputFormat
);
147
int DoSwap = T_DOSWAP(info ->
InputFormat
);
148
int SwapFirst = T_SWAPFIRST(info ->
InputFormat
);
149
int Reverse = T_FLAVOR(info ->
InputFormat
);
154
accum += T_EXTRA(info ->
InputFormat
) * Stride
[
all
...]
cmsopt.c
549
cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number*
InputFormat
, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
566
if (_cmsFormatterIsFloat(*
InputFormat
) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
568
ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*
InputFormat
));
941
cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number*
InputFormat
, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
959
if (_cmsFormatterIsFloat(*
InputFormat
) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
962
if (T_COLORSPACE(*
InputFormat
) != PT_RGB) return FALSE;
967
if (!_cmsFormatterIs8bit(*
InputFormat
)) {
980
ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*
InputFormat
));
[
all
...]
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
898
cmsUInt32Number*
InputFormat
,
952
cmsUInt32Number
InputFormat
, OutputFormat; // Keep formats for further reference
[
all
...]
cmsgmt.c
34
cmsUInt32Number
InputFormat
,
79
InputFormat
,
/external/pdfium/third_party/lcms2-2.6/include/
lcms2.h
[
all
...]
lcms2_plugin.h
551
cmsUInt32Number*
InputFormat
,
584
cmsUInt32Number*
InputFormat
,
Completed in 2323 milliseconds