Home
last modified time | relevance | path

Searched refs:nDivisor (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/inc/unx/
H A Dsalunx.h42 inline long Divide( long nDividend, long nDivisor ) in Divide() argument
43 { return (nDividend + nDivisor/2) / nDivisor; } in Divide()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx70 const sal_uInt16 nDivisor(mnAntiAlialize * mnAntiAlialize); in BPixelRasterToBitmapEx() local
96 nOpacity = nOpacity / nDivisor; in BPixelRasterToBitmapEx()
101 (sal_uInt8)(nRed / nDivisor), in BPixelRasterToBitmapEx()
102 (sal_uInt8)(nGreen / nDivisor), in BPixelRasterToBitmapEx()
103 (sal_uInt8)(nBlue / nDivisor))); in BPixelRasterToBitmapEx()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx106 sal_Bool Bitmap::ImplConvolute3( const long* pMatrix, long nDivisor, in ImplConvolute3() argument
204 pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) MinMax( nSumR / nDivisor, 0, 255 ), in ImplConvolute3()
205 (sal_uInt8) MinMax( nSumG / nDivisor, 0, 255 ), in ImplConvolute3()
206 (sal_uInt8) MinMax( nSumB / nDivisor, 0, 255 ) ) ); in ImplConvolute3()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx2001 sal_uInt16 nDivisor = 1; in CalcSaveTargetMapMode() local
2005 while( nDivisor <= 64 && (aSize.Width() > 32767 || aSize.Height() > 32767) ) in CalcSaveTargetMapMode()
2014 nDivisor <<= 1; in CalcSaveTargetMapMode()
2018 return nDivisor; in CalcSaveTargetMapMode()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx426 SAL_DLLPRIVATE sal_Bool ImplConvolute3( const long* pMatrix, long nDivisor,

Completed in 37 milliseconds