Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/
D0005-memory-leak-AllocEmptyTransform.patch5 @@ -593,7 +593,10 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
17 @@ -643,7 +646,7 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
26 @@ -673,7 +676,7 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
DREADME.pdfium17 0005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform.
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsxform.c588 _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, in AllocEmptyTransform() function
826 …return AllocEmptyTransform(ContextID, NULL, INTENT_PERCEPTUAL, &InputFormat, &OutputFormat, &dwFla… in cmsCreateExtendedTransform()
872 xform = AllocEmptyTransform(ContextID, Lut, LastIntent, &InputFormat, &OutputFormat, &dwFlags); in cmsCreateExtendedTransform()