Searched refs:Fmt16 (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 795 …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()
|
D | cmspack.c | 3017 fr.Fmt16 = f ->Frm; in _cmsGetStockInputFormatter() 3040 fr.Fmt16 = NULL; in _cmsGetStockInputFormatter() 3174 fr.Fmt16 = f ->Frm; in _cmsGetStockOutputFormatter() 3198 fr.Fmt16 = NULL; in _cmsGetStockOutputFormatter() 3304 if (fn.Fmt16 != NULL) return fn; in _cmsGetFormatter()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 355 cmsFormatter16 Fmt16; member
|