Searched refs:FillSecondShaper (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/lcms/ |
D | 0020-avoid-fixed-inf.patch | 28 -void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) 29 +cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) 33 @@ -1571,6 +1574,8 @@ void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is… 42 @@ -1585,6 +1590,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/lcms/src/ |
D | cmsopt.c | 1568 cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function 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()
|