Searched refs:AllocEmptyTransform (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/ |
D | 0005-memory-leak-AllocEmptyTransform.patch | 5 @@ -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,
|
D | README.pdfium | 17 0005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform.
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsxform.c | 588 _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()
|