Home
last modified time | relevance | path

Searched refs:pLutY (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1131 long* pLutY = new long[ nNewHeight ]; in ImplScaleFast() local
1140 pLutY[ nY ] = nY * nHeight / nNewHeight; in ImplScaleFast()
1144 nMapY = pLutY[ nActY ]; in ImplScaleFast()
1149 while( ( nActY < nNewHeight1 ) && ( pLutY[ nActY + 1 ] == nMapY ) ) in ImplScaleFast()
1163 delete[] pLutY; in ImplScaleFast()

Completed in 18 milliseconds