Lines Matching refs:pLutInt
1194 long* pLutInt; in ImplScaleInterpolate() local
1207 pLutInt = new long[ nNewWidth ]; in ImplScaleInterpolate()
1213 pLutInt[ nX ] = MinMax( (long) fTemp, 0, nTemp ); in ImplScaleInterpolate()
1214 fTemp -= pLutInt[ nX ]; in ImplScaleInterpolate()
1240 nTemp = pLutInt[ nX ]; in ImplScaleInterpolate()
1268 delete[] pLutInt; in ImplScaleInterpolate()
1291 pLutInt = new long[ nNewHeight ]; in ImplScaleInterpolate()
1297 pLutInt[ nY ] = MinMax( (long) fTemp, 0, nTemp ); in ImplScaleInterpolate()
1298 fTemp -= pLutInt[ nY ]; in ImplScaleInterpolate()
1320 nTemp = pLutInt[ nY ]; in ImplScaleInterpolate()
1340 delete[] pLutInt; in ImplScaleInterpolate()