Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/
D0014-avoid-fixed-inf.patch28 -void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput)
29 +cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput)
33 @@ -1468,6 +1471,8 @@ void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is…
42 @@ -1482,6 +1487,7 @@ void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is…
64 - 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.c1465 cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
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()