Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/
D0020-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))
D0026-more-unsupported-characters.patch7 _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2);
39 _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2);
/external/pdfium/third_party/lcms/src/
Dcmsopt.c1598 …Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Numbe… in SetMatShaper()
1618 if (!FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits)) in SetMatShaper()
1620 if (!FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits)) in SetMatShaper()
1622 if (!FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits)) in SetMatShaper()
1658 cmsStage* Curve1, *Curve2; in OptimizeMatrixShaper() local
1685 &Curve1, &Matrix1, &Matrix2, &Curve2)) { in OptimizeMatrixShaper()
1712 &Curve1, &Matrix1, &Curve2)) { in OptimizeMatrixShaper()
1747 if (!cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageDup(Curve2))) in OptimizeMatrixShaper()
1757 _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2); in OptimizeMatrixShaper()