Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/
D0033-opt-integer-overflow.patch60 - g = p->Shaper1G[gi];
63 + g = _FixedClamp(p->Shaper1G[gi]);
/external/pdfium/third_party/lcms/src/
Dcmsopt.c80 cmsS1Fixed14Number Shaper1G[256]; member
1575 g = _FixedClamp(p->Shaper1G[gi]); in MatShaperEval16()
1663 FillFirstShaper(p ->Shaper1G, Curve1[1]); in SetMatShaper()