Searched refs:cmsFormatterInput (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsxform.c | 622 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 624 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 639 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 670 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BIT… in AllocEmptyTransform() 1118 …FromInput = _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16B… in cmsChangeBuffersFormat()
|
D | cmspack.c | 3324 if (Dir == cmsFormatterInput) in _cmsGetFormatter()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2_plugin.h | 363 typedef enum { cmsFormatterInput=0, cmsFormatterOutput=1 } cmsFormatterDirection; enumerator
|