Lines Matching refs:pMapIX

1389 		long*			    pMapIX = new long[ nDstW ];  in ImplScaleSuper()  local
1415 … pMapFX[ nX ] = (long) ( ( fTemp - ( pMapIX[ nX ] = MinMax( (long) fTemp, 0, nTemp ) ) ) * 128. ); in ImplScaleSuper()
1445 nTempX = pMapIX[ nX ]; nTempFX = pMapFX[ nX ]; in ImplScaleSuper()
1497 nRowStart = pMapIX[ nX ]; in ImplScaleSuper()
1502 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
1503 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1587 nTempX = pMapIX[ nX ]; nTempFX = pMapFX[ nX ]; in ImplScaleSuper()
1638 nRowStart = pMapIX[ nX ]; in ImplScaleSuper()
1643 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
1644 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1738 nOff = 3L * ( nTempX = pMapIX[ nX ] ); in ImplScaleSuper()
1788 nRowStart = pMapIX[ nX ]; in ImplScaleSuper()
1793 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
1794 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1882 nOff = 3L * ( nTempX = pMapIX[ nX ] ); in ImplScaleSuper()
1932 nRowStart = pMapIX[ nX ]; in ImplScaleSuper()
1937 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
1938 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
2021 nTempX = pMapIX[ nX ]; nTempFX = pMapFX[ nX ]; in ImplScaleSuper()
2071 nRowStart = pMapIX[ nX ]; in ImplScaleSuper()
2076 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
2077 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
2158 delete[] pMapIX; in ImplScaleSuper()