Searched refs:FillFirstShaper (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/ |
D | 0014-avoid-fixed-inf.patch | 9 -void FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) 10 +cmsBool FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) 14 @@ -1452,14 +1452,17 @@ void FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) 54 - FillFirstShaper(p ->Shaper1R, Curve1[0]); 55 - FillFirstShaper(p ->Shaper1G, Curve1[1]); 56 - FillFirstShaper(p ->Shaper1B, Curve1[2]); 57 + if (!FillFirstShaper(p ->Shaper1R, Curve1[0])) 59 + if (!FillFirstShaper(p ->Shaper1G, Curve1[1])) 61 + if (!FillFirstShaper(p ->Shaper1B, Curve1[2]))
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsopt.c | 1446 cmsBool FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) in FillFirstShaper() function 1508 if (!FillFirstShaper(p ->Shaper1R, Curve1[0])) in SetMatShaper() 1510 if (!FillFirstShaper(p ->Shaper1G, Curve1[1])) in SetMatShaper() 1512 if (!FillFirstShaper(p ->Shaper1B, Curve1[2])) in SetMatShaper()
|