Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/
D0033-opt-integer-overflow.patch13 +cmsINLINE cmsS1Fixed14Number _FixedClamp(cmsS1Fixed14Number n) {
62 + r = _FixedClamp(p->Shaper1R[ri]);
63 + g = _FixedClamp(p->Shaper1G[gi]);
64 + b = _FixedClamp(p->Shaper1B[bi]);
/external/pdfium/third_party/lcms/src/
Dcmsopt.c111 cmsINLINE cmsS1Fixed14Number _FixedClamp(cmsS1Fixed14Number n) { in _FixedClamp() function
1574 r = _FixedClamp(p->Shaper1R[ri]); in MatShaperEval16()
1575 g = _FixedClamp(p->Shaper1G[gi]); in MatShaperEval16()
1576 b = _FixedClamp(p->Shaper1B[bi]); in MatShaperEval16()