Home
last modified time | relevance | path

Searched refs:CMS_PACK_FLAGS_16BITS (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsxform.c795 …mInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
796 …tput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
849 …Input = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
850 …put = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform()
1317 …= _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in cmsChangeBuffersFormat()
1318 … _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in cmsChangeBuffersFormat()
Dcmspack.c3012 case CMS_PACK_FLAGS_16BITS: { in _cmsGetStockInputFormatter()
3168 case CMS_PACK_FLAGS_16BITS: { in _cmsGetStockOutputFormatter()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h360 #define CMS_PACK_FLAGS_16BITS 0x0000 macro