Home
last modified time | relevance | path

Searched refs:Fmt16 (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.c3017 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/
Dlcms2_plugin.h355 cmsFormatter16 Fmt16; member