Searched refs:cmsFormatterInput (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 803 …p->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS)… in AllocEmptyTransform() 805 …p->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FL… in AllocEmptyTransform() 826 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 857 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BIT… in AllocEmptyTransform() 1325 …FromInput = _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16B… in cmsChangeBuffersFormat()
|
D | cmspack.c | 3306 if (Dir == cmsFormatterInput) in _cmsGetFormatter()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 363 typedef enum { cmsFormatterInput=0, cmsFormatterOutput=1 } cmsFormatterDirection; enumerator
|