Searched refs:AllocEmptyTransform (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lcms/ |
D | 0011-memory-leak-AllocEmptyTransform.patch | 5 @@ -761,7 +761,10 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, 17 @@ -819,7 +822,7 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, 26 @@ -849,7 +852,7 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
|
D | 0005-old-fix-e-with-tilde.patch | 32 @@ -828,7 +828,7 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, 41 @@ -867,16 +867,16 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
|
D | README.pdfium | 22 0011-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform.
|
/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 756 _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, in AllocEmptyTransform() function 1021 …return AllocEmptyTransform(ContextID, NULL, INTENT_PERCEPTUAL, &InputFormat, &OutputFormat, &dwFla… in cmsCreateExtendedTransform() 1067 xform = AllocEmptyTransform(ContextID, Lut, LastIntent, &InputFormat, &OutputFormat, &dwFlags); in cmsCreateExtendedTransform()
|