Searched refs:CMS_PACK_FLAGS_16BITS (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 803 …mInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform() 804 …tput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform() 857 …Input = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform() 858 …put = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in AllocEmptyTransform() 1325 …= _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; in cmsChangeBuffersFormat() 1326 … _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; in cmsChangeBuffersFormat()
|
D | cmspack.c | 3012 case CMS_PACK_FLAGS_16BITS: { in _cmsGetStockInputFormatter() 3166 case CMS_PACK_FLAGS_16BITS: { in _cmsGetStockOutputFormatter()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 360 #define CMS_PACK_FLAGS_16BITS 0x0000 macro
|