Searched refs:_FixedClamp (Results 1 – 2 of 2) sorted by relevance
13 +cmsINLINE cmsS1Fixed14Number _FixedClamp(cmsS1Fixed14Number n) {62 + r = _FixedClamp(p->Shaper1R[ri]);63 + g = _FixedClamp(p->Shaper1G[gi]);64 + b = _FixedClamp(p->Shaper1B[bi]);
111 cmsINLINE cmsS1Fixed14Number _FixedClamp(cmsS1Fixed14Number n) { in _FixedClamp() function1574 r = _FixedClamp(p->Shaper1R[ri]); in MatShaperEval16()1575 g = _FixedClamp(p->Shaper1G[gi]); in MatShaperEval16()1576 b = _FixedClamp(p->Shaper1B[bi]); in MatShaperEval16()