Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsio1.c463 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
489 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
490 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
491 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
493 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
510 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
514 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
517 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()