Searched refs:pLutX (Results 1 – 1 of 1) sorted by relevance
1130 long* pLutX = new long[ nNewWidth ]; in ImplScaleFast() local1137 pLutX[ nX ] = nX * nWidth / nNewWidth; in ImplScaleFast()1147 pWriteAcc->SetPixel( nActY, nX, pReadAcc->GetPixel( nMapY , pLutX[ nX ] ) ); in ImplScaleFast()1162 delete[] pLutX; in ImplScaleFast()
Completed in 15 milliseconds