Searched refs:FromInput (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsxform.c | 295 accum = p -> FromInput(p, wIn, accum, Stride); in NullXFORM() 318 accum = p -> FromInput(p, wIn, accum, Stride); in PrecalculatedXFORM() 365 accum = p -> FromInput(p, wIn, accum, Stride); in PrecalculatedXFORMGamutCheck() 397 accum = p -> FromInput(p, wIn, accum, Stride); in CachedXFORM() 442 accum = p -> FromInput(p, wIn, accum, Stride); in CachedXFORMGamutCheck() 570 …formFormatters16(struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16*… in _cmsGetTransformFormatters16() argument 573 if (FromInput) *FromInput = CMMcargo ->FromInput; in _cmsGetTransformFormatters16() 577 …rmattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFlo… in _cmsGetTransformFormattersFloat() argument 580 if (FromInput) *FromInput = CMMcargo ->FromInputFloat; in _cmsGetTransformFormattersFloat() 625 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() [all …]
|
D | lcms2_internal.h | 958 cmsFormatter16 FromInput; member
|
/external/pdfium/third_party/lcms2-2.6/ |
D | 0005-memory-leak-AllocEmptyTransform.patch | 27 if (p ->FromInput == NULL || p ->ToOutput == NULL) {
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2_plugin.h | 595 …mFormatters16 (struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16*… 596 …rmattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFlo…
|