Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/
D0014-avoid-fixed-inf.patch64 - FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits);
65 - FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits);
66 - FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits);
67 + if (!FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits))
69 + if (!FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits))
71 + if (!FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits))
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c1495 …Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Numbe… in SetMatShaper()
1515 if (!FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits)) in SetMatShaper()
1517 if (!FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits)) in SetMatShaper()
1519 if (!FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits)) in SetMatShaper()
1556 cmsStage* Curve1, *Curve2; in OptimizeMatrixShaper() local
1576 &Curve1, &Matrix1, &Matrix2, &Curve2)) return FALSE; in OptimizeMatrixShaper()
1607 if (!cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageDup(Curve2))) in OptimizeMatrixShaper()
1617 _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2); in OptimizeMatrixShaper()