Searched refs:nPixels (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 3212 long nColors, long nPixels, long& rIndex ) in ImplMedianCut() argument 3214 if( !nPixels ) in ImplMedianCut() 3236 if( 1 == nColors || 1 == nPixels ) in ImplMedianCut() 3258 aCol.SetRed( (sal_uInt8) ( ( nRSum / nPixels ) << 3 ) ); in ImplMedianCut() 3259 aCol.SetGreen( (sal_uInt8) ( ( nGSum / nPixels ) << 3 ) ); in ImplMedianCut() 3260 aCol.SetBlue( (sal_uInt8) ( ( nBSum / nPixels ) << 3 ) ); in ImplMedianCut() 3265 const long nTest = ( nPixels >> 1 ); in ImplMedianCut() 3284 …ImplMedianCut( pBuf, rPal, nR1, nR2, nG1, nG2, nB + 1, nB2, nColors >> 1, nPixels - nPixNew, rInde… in ImplMedianCut() 3289 … ImplMedianCut( pBuf, rPal, nR1, nR2, nG1, nG2, nB, nB2, nColors >> 1, nPixels - nPixOld, rIndex ); in ImplMedianCut() 3312 … ImplMedianCut( pBuf, rPal, nR1, nR2, nG, nG2, nB1, nB2, nColors >> 1, nPixels - nPixOld, rIndex ); in ImplMedianCut() [all …]
|
/trunk/main/sdext/source/minimizer/ |
H A D | unodialog.cxx | 388 sal_Int32 UnoDialog::getMapsFromPixels( sal_Int32 nPixels ) const in getMapsFromPixels() 400 dMaps = nPixels / mapRatio; in getMapsFromPixels()
|
H A D | unodialog.hxx | 74 sal_Int32 getMapsFromPixels( sal_Int32 nPixels ) const;
|
/trunk/main/vcl/source/window/ |
H A D | window2.cxx | 1151 long Window::GetDrawPixel( OutputDevice* pDev, long nPixels ) const in GetDrawPixel() 1155 long nP = nPixels; in GetDrawPixel()
|
/trunk/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 425 long nColors, long nPixels, long& rIndex );
|
H A D | window.hxx | 728 long GetDrawPixel( OutputDevice* pDev, long nPixels ) const;
|
Completed in 49 milliseconds