Home
last modified time | relevance | path

Searched refs:pLutX (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1130 long* pLutX = new long[ nNewWidth ]; in ImplScaleFast() local
1137 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 25 milliseconds